deployment-stacks-2025
This skill covers Azure Deployment Stacks, the GA successor to Azure Blueprints, enabling you to manage collections of Azure resources as atomic units with unified lifecycle control. Learn to configure deny settings for resource protection, set cleanup policies via ActionOnUnmanage, and deploy stacks across resource group, subscription, and management group scopes. Includes Bicep templates, az CLI commands, and migration guidance from Blueprints.
deployment-stacks-2025 teaches you to create and manage Azure Deployment Stacks for unified resource lifecycle management across subscriptions.
AI-generated summary based on this skill's SKILL.md
Install
JosiahSiegel/claude-plugin-marketplace/deployment-stacks-2025 · repository language: Shell
git clone https://github.com/JosiahSiegel/claude-plugin-marketplace
cp -r claude-plugin-marketplace/plugins/azure-master/skills/deployment-stacks-2025 ~/.claude/skills/deployment-stacks-2025npx skillfed install JosiahSiegel/claude-plugin-marketplace/deployment-stacks-2025Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is Azure Deployment Stacks and how do I create one?
deployment-stacks-2025 teaches you to use Azure Deployment Stacks, the GA successor to Azure Blueprints, for managing collections of Azure resources as atomic units with unified lifecycle control. Create a stack by defining your infrastructure in Bicep templates, then deploy it across resource group, subscription, or management group scopes using the az CLI or Azure Portal. Stacks automatically track all deployed resources and enforce consistent lifecycle management across your infrastructure.
How do deny settings like denywriteanddelete protect resources in deployment stacks?
deployment-stacks-2025 covers deny settings that implement resource protection mechanisms within your stacks. The denywriteanddelete deny setting prevents modifications and deletions of protected resources, ensuring critical infrastructure remains stable. You configure these protections at stack creation or update, and they persist even if users have direct Azure permissions. This prevents accidental or unauthorized changes to resources managed by the stack.
How do I migrate from Azure Blueprints to Deployment Stacks?
deployment-stacks-2025 provides best practices for migrating existing Azure Blueprints to Deployment Stacks. Convert your Blueprint artifact definitions into Bicep templates, map Blueprint parameters to stack parameters, and redeploy using the stack deployment model. Key differences include unified resource tracking, improved deny settings, and ActionOnUnmanage cleanup policies. Test migrations in non-production environments first to validate resource adoption and protection policies.
What does ActionOnUnmanage deleteall do in deployment stacks?
deployment-stacks-2025 explains ActionOnUnmanage cleanup policies that define how stacks handle resources when they're removed from management. The deleteall policy removes all resources that were originally deployed by the stack when the stack itself is deleted. Alternative strategies like resource adoption let you retain resources outside stack management. Choose policies based on your lifecycle requirements and resource criticality.
Can I deploy Azure Deployment Stacks across subscriptions and management groups?
deployment-stacks-2025 covers cross-scope deployment capabilities for stacks. You can deploy stacks at resource group scope, subscription scope, or management group scope, enabling centralized governance across multiple subscriptions. Management group scoped deployments are particularly useful for enterprise-wide policy enforcement and resource standardization. Use the appropriate scope based on your organizational structure and management requirements.
What are the key az CLI commands for managing deployment stacks?
deployment-stacks-2025 includes az stack CLI commands reference for automation and scripting. Essential commands include az stack create for deploying new stacks, az stack update for modifications, az stack delete for cleanup, and az stack show for inspecting stack status and history. These commands integrate with GitOps and CI/CD pipelines, enabling infrastructure-as-code workflows. Combine them with what-if analysis to preview changes before deployment.
SKILL.md
rendered from the published skill — quoted content, verbatim
Azure Deployment Stacks - 2025 GA Features
Complete knowledge base for Azure Deployment Stacks, the successor to Azure Blueprints (GA 2024, best practices 2025).
Overview
Azure Deployment Stacks is a resource type for managing a collection of Azure resources as a single, atomic unit. It provides unified lifecycle management, resource protection, and automatic cleanup capabilities.
Key Features
1. Unified Resource Management
- Manage multiple resources as a single
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
plugins/azure-master/skills/deployment-stacks-2025/SKILL.md
plugins/azure-master/skills/deployment-stacks-2025/references/cicd-monitoring.md