Azd Deployment
Automates Azure DevOps deployments, triggering pipelines and managing releases based on provided parameters and configurations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azd-deployment npx -- -y @trustedskills/azd-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azd-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azd-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to deploy applications using the Azure Developer CLI (azd). It streamlines the process of provisioning infrastructure and deploying code directly to Azure environments.
When to use it
- Automating the full lifecycle of application deployment from source code to running services on Azure.
- Provisioning required Azure resources like App Services, Container Apps, or Kubernetes clusters automatically.
- Executing standardized deployment pipelines that ensure consistency across development and production environments.
- Integrating with existing CI/CD workflows to trigger deployments upon code commits.
Key capabilities
- Executes
azdcommands for infrastructure provisioning and application deployment. - Manages environment-specific configurations through
.envfiles and project templates. - Supports multiple Azure resource types including web apps, containers, and serverless functions.
- Handles authentication and authorization for secure cloud operations.
Example prompts
- "Deploy my Python Flask application to an Azure App Service using the azd CLI."
- "Provision a new Azure Container Apps environment and deploy my Docker image there."
- "Run
azd upto provision all resources and deploy my project in the 'dev' environment."
Tips & gotchas
Ensure your AI agent has valid Azure credentials configured before attempting deployment. The skill relies on existing azd project templates, so a properly structured project directory is required for successful execution.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.