Azure deploy
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/microsoft/azure-deploy
π§ The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill azure-deployAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Execute deployment to Azure. Final step after preparation and validation. Runs azd up, azd deploy, or infrastructure provisioning commands. USE FOR: run azd up, run azd deploy, execute deployment, provision infrastructure, push to production, go live, ship it, deploy web app, deploy container app, deploy static site, deploy Azure Functions, bicep deploy, terraform apply. DO NOT USE FOR: creating or building apps (use azure-prepare), validating before deploy (use azure-validate).
SKILL.md
3.8 KB, 843 tokens by cl100k_base, as published. Nobody here has run it
Azure Deploy
AUTHORITATIVE GUIDANCE β MANDATORY COMPLIANCE
PREREQUISITE: The azure-validate skill MUST be invoked and completed with status
ValidatedBEFORE executing this skill.
β STOP β PREREQUISITE CHECK REQUIRED Before proceeding, verify BOTH prerequisites are met:
- azure-prepare was invoked and completed β
.azure/plan.mdexists- azure-validate was invoked and passed β plan status =
ValidatedIf EITHER is missing, STOP IMMEDIATELY:
- No plan? β Invoke azure-prepare skill first
- Status not
Validated? β Invoke azure-validate skill firstβ DO NOT MANUALLY UPDATE THE PLAN STATUS
You are FORBIDDEN from changing the plan status to
Validatedyourself. 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.DO NOT ASSUME the app is ready. DO NOT SKIP validation to save time. Skipping steps causes deployment failures. The complete workflow ensures success:
azure-prepareβazure-validateβazure-deploy
Triggers
Activate this skill when user wants to:
- Deploy their application to Azure
- Publish, host, or launch their app
- Push updates to existing deployment
- Run
azd uporaz deployment - Ship code to production
- Deploy Azure Functions to the cloud
Rules
- Run after azure-prepare and azure-validate
.azure/plan.mdmust exist with statusValidated- Pre-deploy checklist required β Pre-Deploy Checklist
- β Destructive actions require
ask_userβ global-rules
Steps
| # | Action | Reference |
|---|---|---|
| 1 | Check Plan β Read .azure/plan.md, verify status = Validated AND Validation Proof section is populated | .azure/plan.md |
| 2 | Pre-Deploy Checklist β MUST complete ALL steps | Pre-Deploy Checklist |
| 3 | Load Recipe β Based on recipe.type in .azure/plan.md | recipes/README.md |
| 4 | Execute Deploy β Follow recipe steps | Recipe README |
| 5 | Handle Errors β See recipe's errors.md | β |
| 6 | Verify Success β Confirm deployment completed and endpoints are accessible | β |
β VALIDATION PROOF CHECK
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.
SDK Quick References
- Azure Developer CLI: azd
- Azure Identity: Python | .NET | TypeScript | Java
MCP Tools
| Tool | Purpose |
|---|---|
mcp_azure_mcp_subscription_list | List available subscriptions |
mcp_azure_mcp_group_list | List resource groups in subscription |
mcp_azure_mcp_azd | Execute AZD commands |
References
- Troubleshooting - Common issues and solutions
What ships with it
104.5 KB alongside SKILL.md
GitHub clipped this repositoryβs file list, so this is at least 31 files and may be more.
references/
- global-rules.md1.2 KB
- pre-deploy-checklist.md3.9 KB
- recipes/azcli/errors.md510 B
- recipes/azcli/README.md1.6 KB
- recipes/azcli/verify.md533 B
- recipes/azd/errors.md1006 B
- recipes/azd/functions-deploy.md2.5 KB
- recipes/azd/README.md2.1 KB
- recipes/azd/verify.md319 B
- recipes/bicep/errors.md529 B
- recipes/bicep/README.md2.0 KB
- recipes/bicep/verify.md293 B
- recipes/cicd/errors.md559 B
- recipes/cicd/examples/azdo-azd.yml509 B
- recipes/cicd/examples/azdo-multistage.yml860 B
- recipes/cicd/examples/github-azd.yml817 B
- recipes/cicd/examples/github-bicep.yml687 B
- recipes/cicd/README.md1.2 KB
- recipes/cicd/verify.md329 B
- recipes/README.md442 B
- recipes/terraform/errors.md485 B
- recipes/terraform/README.md1.7 KB
- recipes/terraform/verify.md315 B
- region-availability.md2.3 KB
- sdk/azd-deployment.md792 B
- sdk/azure-identity-dotnet.md703 B
- sdk/azure-identity-java.md983 B
- sdk/azure-identity-py.md879 B
- sdk/azure-identity-ts.md900 B
- troubleshooting.md4.4 KB
- skill-report.json69.2 KB