You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/skills/azure-deploy/SKILL.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: "Deploy validated applications to Azure via azd, Bicep, or Terrafor
9
9
>
10
10
> **PREREQUISITE**: The **azure-validate** skill **MUST** be invoked and completed with status `Validated` BEFORE executing this skill.
11
11
12
-
> **⛔ STOP — PREREQUISITE CHECK REQUIRED**
12
+
> **⚠️ STOP — PREREQUISITE CHECK REQUIRED**
13
13
> Before proceeding, verify BOTH prerequisites are met:
14
14
>
15
15
> 1.**azure-prepare** was invoked and completed → `.azure/plan.md` exists
@@ -19,7 +19,7 @@ description: "Deploy validated applications to Azure via azd, Bicep, or Terrafor
19
19
> - No plan? → Invoke **azure-prepare** skill first
20
20
> - Status not `Validated`? → Invoke **azure-validate** skill first
21
21
>
22
-
> **⛔ DO NOT MANUALLY UPDATE THE PLAN STATUS**
22
+
> **⚠️ DO NOT MANUALLY UPDATE THE PLAN STATUS**
23
23
>
24
24
> You are **FORBIDDEN** from changing the plan status to `Validated` yourself. Only the **azure-validate** skill is authorized to set this status after running actual validation checks. If you update the status without running validation, deployments will fail.
25
25
>
@@ -35,7 +35,7 @@ Activate this skill when user wants to:
35
35
- Push updates to existing deployment
36
36
- Run `azd up` or `az deployment`
37
37
- Ship code to production
38
-
- Deploy Azure Functions to the cloud
38
+
- Deploy Azure serverless apps to the cloud
39
39
- Deploy an application that already includes API Management (APIM) gateway infrastructure
40
40
41
41
> **APIM / AI Gateway**: Use this skill to deploy applications whose APIM/AI gateway infrastructure was already created during **azure-prepare**. For creating or changing APIM resources, see [APIM deployment guide](https://learn.microsoft.com/azure/api-management/get-started-create-service-instance). For AI governance policies, invoke **azure-aigateway** skill.
@@ -45,7 +45,7 @@ Activate this skill when user wants to:
45
45
1. Run after azure-prepare and azure-validate
46
46
2.`.azure/plan.md` must exist with status `Validated`
@@ -61,7 +61,7 @@ Activate this skill when user wants to:
61
61
| 6 |**Handle Errors** — See recipe's `errors.md`| — |
62
62
| 7 |**Verify Success** — Confirm deployment completed and endpoints are accessible |[Verify](references/recipes/azd/verify.md)|
63
63
64
-
> **⛔ VALIDATION PROOF CHECK**
64
+
> **⚠️ VALIDATION PROOF CHECK**
65
65
>
66
66
> When checking the plan, verify the **Validation Proof** section (Section 7) contains actual validation results with commands run and timestamps. If this section is empty, validation was bypassed — invoke **azure-validate** skill first.
**BEFORE starting Phase 1**, check if the user's prompt mentions a specialized technology that has a dedicated skill with tested templates. If matched, **invoke that skill FIRST** — then resume azure-prepare for validation and deployment.
52
52
@@ -69,7 +69,7 @@ Create `.azure/plan.md` by completing these steps. Do NOT generate any artifacts
69
69
70
70
| # | Action | Reference |
71
71
|---|--------|-----------|
72
-
| 0 |**⛔ Check Prompt for Specialized Tech** — If user mentions copilot SDK, Azure Functions, etc., invoke that skill first |[specialized-routing.md](references/specialized-routing.md)|
72
+
| 0 |**⚠️ Check Prompt for Specialized Tech** — If user mentions copilot SDK, Azure Functions, etc., invoke that skill first |[specialized-routing.md](references/specialized-routing.md)|
0 commit comments