diff --git a/plugin/skills/azure-prepare/SKILL.md b/plugin/skills/azure-prepare/SKILL.md index 7ee4e0ba1..7cc968c57 100644 --- a/plugin/skills/azure-prepare/SKILL.md +++ b/plugin/skills/azure-prepare/SKILL.md @@ -4,7 +4,7 @@ description: "Prepare Azure apps for deployment (infra Bicep/Terraform, azure.ya license: MIT metadata: author: Microsoft - version: "1.1.1" + version: "1.1.2" --- # Azure Prepare diff --git a/plugin/skills/azure-prepare/references/analyze.md b/plugin/skills/azure-prepare/references/analyze.md index e29b74f12..14ff85fb8 100644 --- a/plugin/skills/azure-prepare/references/analyze.md +++ b/plugin/skills/azure-prepare/references/analyze.md @@ -97,4 +97,10 @@ Converting an existing application to run on Azure. > ⚠️ **Critical**: The Functions `bicep.md` and `terraform.md` files are **REFERENCE DOCUMENTATION**, not templates to copy. Hand-writing infrastructure from these patterns results in missing RBAC, incorrect managed identity configuration, and security vulnerabilities. -For other compute targets (Container Apps, App Service, Static Web Apps), load their respective README files in `services/` for guidance. +For **Container Apps**, load the composition rules the same way: + +1. Load `services/container-apps/templates/selection.md` — decision tree for base template + recipe +2. Load `services/container-apps/templates/recipes/composition.md` — the exact algorithm to follow +3. Use `azd init -t