What is deployment Stack?
Its a collection of Managed Resources. Its a replacement of Azure Blueprint.
The resources in a particular stack shares the common lifecycle. Sample command is below
What is deployment Stack?
Its a collection of Managed Resources. Its a replacement of Azure Blueprint.
The resources in a particular stack shares the common lifecycle. Sample command is below
Why use deployment stacks?
Deployment stacks provide the following benefits:
Simplified provisioning and management of resources across different scopes as a cohesive entity.
Preventing undesired modifications to managed resources through deny settings.
Efficient environment cleanup by employing delete flags during deployment stack updates.
Utilizing standard templates such as Bicep, ARM templates, or Template specs for your deployment stacks.