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
Decision gist · record as of 2026-06-18
deployment-stacks-2025 teaches you to create and manage Azure Deployment Stacks for unified resource lifecycle management across subscriptions. 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.
Use it when
- deployment-stacks-2025 covers deny settings that implement resource protection mechanisms within your stacks.
- deployment-stacks-2025 provides best practices for migrating existing Azure Blueprints to Deployment Stacks.
Verify before relying
Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.
Install
JosiahSiegel/claude-plugin-marketplace/deployment-stacks-2025 · repository language: Shell
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently 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)
File tree — 2 files
plugins/azure-master/skills/deployment-stacks-2025/SKILL.md
plugins/azure-master/skills/deployment-stacks-2025/references/cicd-monitoring.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Learn how to create and manage Azure Deployment Stacks for unified resource lifecycle”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
ARM Templates & Bicep provides Azure-native infrastructure-as-code using Bicep's cleaner syntax or traditional ARM JSON. Build modular deployments across resource groups, subscriptions, and management groups with What-If validation before applying changes.
Complete reference for provisioning and configuring Azure Machine Learning workspaces and AI Foundry projects, covering workspace hierarchy, managed networking with private endpoints, compute targets, and endpoint deployment. Includes az ml CLI v2 and PowerShell Az.MachineLearningServices commands, managed identity setup, ACR integration, and diagnostic workflows for troubleshooting compute and deployment logs.
Azure Env Builder automates provisioning of enterprise Azure environments using Bicep and Azure Verified Modules. It supports multiple architecture patterns including Hub-Spoke, AKS, and AI Foundry, with built-in CI/CD templates and low-cost operations demo scenarios.
Azure AKS Agent is an AI-powered troubleshooting tool that lets you diagnose cluster health, pod failures, networking, storage, and security issues through conversational queries. Ask natural language questions about your AKS cluster directly from the terminal without needing Kubernetes expertise or complex command syntax.
This skill guides you through deploying machine learning workloads on managed cloud platforms, Kubernetes clusters, and serverless systems. It covers platform selection across AWS, GCP, Azure, Databricks, and specialized providers, plus practical patterns for endpoint configuration, training job orchestration, and scaling decisions based on your workload's latency, throughput, and compliance needs.
This skill evaluates Kubernetes workloads and cluster configurations against AKS Automatic's deployment safeguards, pod security standards, and cluster-level requirements. It identifies incompatibilities through live cluster assessment or offline manifest validation, then provides targeted remediation guidance. Use it to determine readiness before migrating to AKS Automatic.
More skills azure-openai-2025 (MIT) · aks-automatic-2025 (MIT) · container-apps-gpu-2025 (MIT)