Deployment Stacks 2025
Generates optimized infrastructure-as-code deployment stacks (Terraform, CloudFormation) tailored for 2025 cloud environments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add deployment-stacks-2025 npx -- -y @trustedskills/deployment-stacks-2025
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"deployment-stacks-2025": {
"command": "npx",
"args": [
"-y",
"@trustedskills/deployment-stacks-2025"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to generate and manage Azure Deployment Stacks, which are a successor to Azure Blueprints. It allows for unified management of multiple Azure resources as a single unit, including updates, exports, deletions, and tracking. The skill provides resource protection through deny settings and automated cleanup policies when resources are removed from the stack.
When to use it
- Automating the creation and configuration of production infrastructure in Azure.
- Implementing consistent deployments across different Azure environments (resource group, subscription, management group).
- Protecting critical Azure resources from unauthorized modifications or accidental deletion.
- Managing a collection of Azure resources as a single unit for simplified lifecycle management.
- Migrating from Azure Blueprints to Deployment Stacks before the July 2026 deprecation date.
Key capabilities
- Unified Resource Management: Manage multiple resources as one, track all managed resources in one place, and ensure consistent deployments.
- Resource Protection (Deny Settings): Configure
DenyDeleteorDenyWriteAndDeleteto prevent unauthorized modifications. - Cleanup Policies (ActionOnUnmanage): Define actions like
detachAll,deleteAll, ordeleteResourcesfor unmanaged resources. - Scope Flexibility: Deploy stacks at the resource group, subscription, or management group level.
- What-if Analysis: Perform what-if analysis before deploying a stack to preview changes.
Example prompts
- "Create an Azure Deployment Stack named 'MyProductionStack' in East US with deny settings set to DenyWriteAndDelete."
- "Generate a deployment stack for a resource group, preventing deletion of resources."
- "Show me the what-if analysis for my main.bicep template and parameters file."
Tips & gotchas
- Requires Azure CLI version 2.61.0 or later, or Azure PowerShell version 12.0.0 or later. Ensure these are installed and updated before using the skill.
- Azure Blueprints will be deprecated in July 2026; this skill provides a migration path.
- The
--yesflag can disable confirmation prompts during stack creation.
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.