deployment-stacks-2025

Manage Azure resources as atomic deployment stacks with lifecycle controls.

51|10|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/JosiahSiegel/claude-plugin-marketplace --skill deployment-stacks-2025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-stacks-2025
Source: https://github.com/JosiahSiegel/claude-plugin-marketplace/tree/main/plugins/azure-master/skills/deployment-stacks-2025
Command: npx skills add https://github.com/JosiahSiegel/claude-plugin-marketplace --skill deployment-stacks-2025

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Azure resources by treating collections of resources as single units, ensuring consistency, protection, and automated cleanup, replacing the older Azure Blueprints.

Core Features & Use Cases

  • Unified Lifecycle Management: Deploy, update, and delete multiple Azure resources as a single stack.
  • Resource Protection: Prevent unauthorized modifications or deletions using deny settings.
  • Automated Cleanup: Define policies for managing resources that are no longer part of the stack.
  • Use Case: Deploy and manage an entire production environment, including AKS clusters, databases, and networking, as a single, version-controlled stack.

Quick Start

Use the deployment-stacks-2025 skill to create a new Azure deployment stack at the subscription scope using the provided Bicep template and parameters file.

Frequently Asked Questions about deployment-stacks-2025

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage multiple Azure resources as a single unit?

Azure deployment stacks let you manage multiple resources as a single atomic unit, providing unified lifecycle control for deploying, updating, and deleting entire environments. This ensures consistency and simplifies infrastructure management.

Can I use Bicep templates to deploy Azure resources at the subscription scope?

Yes, you can use Bicep templates and parameter files to create Azure deployment stacks at the subscription, resource group, or management group scopes, enabling flexible infrastructure deployment across your hierarchy.

How do I prevent unauthorized modifications to my Azure infrastructure?

You can prevent unauthorized modifications by applying deny settings to your Azure deployment stacks, which protects resources by blocking changes and deletions outside of the stack's lifecycle.

What is the best way to replace Azure Blueprints for modern infrastructure management?

Azure deployment stacks serve as the successor to Azure Blueprints for modern infrastructure management, offering improved lifecycle control, configurable cleanup policies, and resource protection via deny settings.

How do I configure automated cleanup for resources removed from a deployment stack?

You can define configurable cleanup policies within your Azure deployment stacks to automatically manage resources that are no longer part of the stack, ensuring your environment stays synchronized with your templates.

Does Azure CLI support managing deployment stacks for production environments?

Yes, Azure CLI supports managing deployment stacks, allowing you to deploy and manage complex production environments, including AKS clusters and databases, as a single, version-controlled stack.