bicep-iac-azd

Generate Bicep templates and Azure Developer CLI configurations for Azure deployments.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/congiuluc/my-awesome-copilot --skill bicep-iac-azd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bicep-iac-azd
Source: https://github.com/congiuluc/my-awesome-copilot/tree/main/skills/bicep-iac-azd
Command: npx skills add https://github.com/congiuluc/my-awesome-copilot --skill bicep-iac-azd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create Bicep IaC and Azure Developer CLI (azd) configurations for Azure deployments. Use when: writing Bicep templates, configuring azure.yaml, setting up azd projects, creating infrastructure modules, deploying to Container Apps, App Service, Functions, or Static Web Apps with azd.

Core Features & Use Cases

  • Scaffold Bicep templates and modules for modular infrastructure design.
  • Generate azure.yaml configurations and azd project scaffolding for end-to-end deployments.
  • Provide guidance on deploying to Container Apps, App Service, Functions, or Static Web Apps using azd, with best practices for naming, RBAC, and security.

Quick Start

Describe a target Azure deployment (e.g., Container Apps, App Service, Functions, or Static Web Apps) and have this skill generate Bicep templates and azd configurations accordingly.

Frequently Asked Questions about bicep-iac-azd

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

FAQPage Schema
How do I scaffold Bicep templates for Azure deployments?

To scaffold Bicep templates, describe your target Azure deployment like Container Apps or App Service, and the skill generates modular Bicep infrastructure files with best practices for naming and security applied automatically.

How do I configure azure.yaml for an azd project?

Configuring azure.yaml for an azd project involves defining your target Azure services, and this skill generates the required configuration file alongside Bicep modules to enable end-to-end deployments.

Can I use azd to deploy to Azure Container Apps and Functions?

Yes, you can use azd to deploy to Azure Container Apps and Functions by generating the necessary Bicep templates and azd configurations, which include guidance for service-specific setup and security.

Does generated Bicep infrastructure include RBAC and security best practices?

Generated Bicep infrastructure includes RBAC and security best practices, ensuring that naming conventions and access controls are properly configured within the templates for secure Azure deployments.

What is the best way to create modular Bicep infrastructure for Static Web Apps?

The best way to create modular Bicep infrastructure for Static Web Apps is to use azd configurations that scaffold reusable Bicep modules, enforcing consistent naming and security practices across your deployment.