File contents Azure Deploy
AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE
PREREQUISITE : The azure-validate skill MUST be invoked and completed with status Validated BEFORE executing this skill.
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 up or az deployment
Ship code to production
Deploy Azure Functions to the cloud
Rules
Run after azure-prepare and azure-validate
Manifest must exist with status Validated
Pre-deploy checklist required — pre-deploy-checklist
⛔ Destructive actions require ask_user — global-rules
Steps
#
Action
Reference
1
Check Manifest — Verify status = Validated
—
2
Pre-Deploy Checklist — MUST complete ALL steps
pre-deploy-checklist
3
Load Recipe — Based on recipe.type in manifest
recipes/
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
—
Recipes
Recipe
Reference
AZD
recipes/azd/
AZCLI
recipes/azcli/
Bicep
recipes/bicep/
Terraform
recipes/terraform/
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
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: tyler-r-kendrick-agent-skills-azure-deploy 3 description: Azure Deploy 4 --- 5 6 # Azure Deploy 7 8 > **AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE** 9 > 10 > **PREREQUISITE**: The **azure-validate** skill **MUST** be invoked and completed with status `Validated` BEFORE executing this skill. 11 12 ## Triggers 13 14 Activate this skill when user wants to: 15 - Deploy their application to Azure 16 - Publish, host, or launch their app 17 - Push updates to existing deployment 18 - Run `azd up` or `az deployment` 19 - Ship code to production 20 - Deploy Azure Functions to the cloud 21 22 ## Rules 23 24 1. Run after azure-prepare and azure-validate 25 2. Manifest must exist with status `Validated` 26 3. **Pre-deploy checklist required** — [pre-deploy-checklist](references/pre-deploy-checklist.md) 27 4. ⛔ **Destructive actions require `ask_user`** — [global-rules](references/global-rules.md) 28 29 --- 30 31 ## Steps 32 33 | # | Action | Reference | 34 |---|--------|-----------| 35 | 1 | **Check Manifest** — Verify status = `Validated` | — | 36 | 2 | **Pre-Deploy Checklist** — MUST complete ALL steps | [pre-deploy-checklist](references/pre-deploy-checklist.md) | 37 | 3 | **Load Recipe** — Based on `recipe.type` in manifest | [recipes/](references/recipes/) | 38 | 4 | **Execute Deploy** — Follow recipe steps | Recipe README | 39 | 5 | **Handle Errors** — See recipe's `errors.md` | — | 40 | 6 | **Verify Success** — Confirm deployment completed and endpoints are accessible | — | 41 42 ## Recipes 43 44 | Recipe | Reference | 45 |--------|-----------| 46 | AZD | [recipes/azd/](references/recipes/azd/) | 47 | AZCLI | [recipes/azcli/](references/recipes/azcli/) | 48 | Bicep | [recipes/bicep/](references/recipes/bicep/) | 49 | Terraform | [recipes/terraform/](references/recipes/terraform/) | 50 51 ## MCP Tools 52 53 | Tool | Purpose | 54 |------|---------| 55 | `mcp_azure_mcp_subscription_list` | List available subscriptions | 56 | `mcp_azure_mcp_group_list` | List resource groups in subscription | 57 | `mcp_azure_mcp_azd` | Execute AZD commands | 58 59 --- 60 > Converted and distributed by [TomeVault](https://tomevault.io/claim/tyler-r-kendrick) — claim your Tome and manage your conversions. 61 <!-- tomevault:4.0:skill_md:2026-04-14 -->
tomevault-io/skills-registry/tree/main/tyler-r-kendrick--agent-skills--azure-deploy commit a19c88b862
Frequently asked questions How do I install the Tyler R Kendrick Agent Skills Azure Deploy skill? Run npx skillmds@latest add tomevault-io/tyler-r-kendrick-agent-skills-azure-deploy in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Tyler R Kendrick Agent Skills Azure Deploy skill do? Azure Deploy It is listed under DevOps & Infra on SkillMD.
Is Tyler R Kendrick Agent Skills Azure Deploy safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Tyler R Kendrick Agent Skills Azure Deploy? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Tyler R Kendrick Agent Skills Azure Deploy free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Tyler R Kendrick Agent Skills Azure Deploy? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.