azure-infra-deploy

Deploy Azure infrastructure with azd and Bicep files.

3|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/andres-vv/Flowkify-mission-10x --skill azure-infra-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-infra-deploy
Source: https://github.com/andres-vv/Flowkify-mission-10x/tree/main/skills/azure-infra-deploy
Command: npx skills add https://github.com/andres-vv/Flowkify-mission-10x --skill azure-infra-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the deployment and provisioning of Azure infrastructure using the Azure Developer CLI (azd), ensuring consistency and adherence to best practices by exclusively using azd for Bicep deployments.

Core Features & Use Cases

  • Bicep Deployment: Manages the deployment of Azure infrastructure defined in Bicep files.
  • Local & CI/CD: Supports both local development provisioning and automated deployments within CI/CD pipelines.
  • Environment Management: Handles environment selection and configuration for deployments.
  • Use Case: When you need to deploy a new set of Azure resources for a microservice, including a database and a web app, this Skill will use azd to provision the infrastructure and deploy the service according to your azure.yaml configuration.

Quick Start

Use the azure-infra-deploy skill to provision infrastructure for the 'dev' environment using azd.

Frequently Asked Questions about azure-infra-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Azure infrastructure with Bicep using azd?

You can deploy Azure infrastructure by using the Azure Developer CLI (azd) to provision resources defined in Bicep files. This approach manages local and CI/CD provisioning based on your azure.yaml configuration.

What is the best way to manage environment configuration for Azure deployments?

Managing environment configuration for Azure deployments is handled through the Azure Developer CLI (azd). It allows you to handle environment selection and configuration for both local development and CI/CD pipelines.

Can I use az deployment commands directly to provision Bicep files?

No, direct 'az deployment' commands are disallowed for infrastructure provisioning. You must use the Azure Developer CLI (azd) exclusively for all Bicep deployments to ensure consistency and best practices.

Does azd support deploying microservices and databases to Azure?

Yes, azd supports deploying microservices and databases to Azure. It provisions the infrastructure and deploys services according to the configuration defined in your azure.yaml file.

How do I automate Azure infrastructure provisioning in a CI/CD pipeline?

You can automate Azure infrastructure provisioning in a CI/CD pipeline using the Azure Developer CLI (azd). It manages automated deployments and environment configuration directly from your Bicep files.