AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Azure Deploy

skill-tyler-r-kendrick-agent-skills-azure-deploy · by Tyler-R-Kendrick

Execute Azure deployments after preparation and validation are complete. USE FOR: azd up, azd deploy, push to Azure, publish to Azure, ship to production, launch on Azure, go live, release to Azure, deploy web app, deploy container app, deploy static site, deploy Azure Functions, azd provision, infrastructure deployment, bicep deploy, terraform apply. DO NOT USE FOR: preparing new apps (use azure…

No reviews yet
0 installs
43 views
0.0% view→install

Install

$ agentstack add skill-tyler-r-kendrick-agent-skills-azure-deploy

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tyler-r-kendrick-agent-skills-azure-deploy)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Azure Deploy? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 up or az deployment
  • Ship code to production
  • Deploy Azure Functions to the cloud

Rules

  1. Run after azure-prepare and azure-validate
  2. Manifest must exist with status Validated
  3. Pre-deploy checklist required — [pre-deploy-checklist](references/pre-deploy-checklist.md)
  4. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.