Install
$ agentstack add skill-tyler-r-kendrick-agent-skills-azure-deploy ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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 uporaz 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](references/pre-deploy-checklist.md)
- ⛔ Destructive actions require
ask_user— [global-rules](references/global-rules.md)
Steps
| # | Action | Reference | |---|--------|-----------| | 1 | Check Manifest — Verify status = Validated | — | | 2 | Pre-Deploy Checklist — MUST complete ALL steps | [pre-deploy-checklist](references/pre-deploy-checklist.md) | | 3 | Load Recipe — Based on recipe.type in manifest | [recipes/](references/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/](references/recipes/azd/) | | AZCLI | [recipes/azcli/](references/recipes/azcli/) | | Bicep | [recipes/bicep/](references/recipes/bicep/) | | Terraform | [recipes/terraform/](references/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 |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Tyler-R-Kendrick
- Source: Tyler-R-Kendrick/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.