Skip to content

Commit bbd3033

Browse files
Merge pull request #266422 from mumian/0215-stack-known-issue
Split known issues and known limitations
2 parents f2363de + f1a0277 commit bbd3033

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/azure-resource-manager/bicep/deployment-stacks.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create & deploy deployment stacks in Bicep
33
description: Describes how to create deployment stacks in Bicep.
44
ms.topic: conceptual
55
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
6-
ms.date: 01/03/2024
6+
ms.date: 02/23/2024
77
---
88

99
# Deployment stacks (Preview)
@@ -29,15 +29,17 @@ Deployment stacks provide the following benefits:
2929
- Efficient environment cleanup by employing delete flags during deployment stack updates.
3030
- Utilizing standard templates such as Bicep, ARM templates, or Template specs for your deployment stacks.
3131

32+
### Known limitations
33+
34+
- Implicitly created resources aren't managed by the stack. Therefore, no deny assignments or cleanup is possible.
35+
- Deny assignments don't support tags.
36+
- Deployment stacks cannot delete Key vault secrets. If you're removing key vault secrets from a template, make sure to also execute the deployment stack update/delete command with detach mode.
37+
3238
### Known issues
3339

3440
- Deleting resource groups currently bypasses deny assignments. When creating a deployment stack in the resource group scope, the Bicep file doesn't contain the definition for the resource group. Despite the deny assignment setting, it's possible to delete the resource group and its contained stack. However, if a [lock](../management/lock-resources.md) is active on any resource within the group, the delete operation will fail.
35-
- Implicitly created resources aren't managed by the stack. Therefore, no deny assignments or cleanup is possible.
3641
- [What-if](./deploy-what-if.md) isn't available in the preview.
37-
- Management group scoped deployment stacks can only deploy the template to subscription.
38-
- When using the Azure CLI create command to modify an existing stack, the deployment process continues regardless of whether you choose _n_ for a prompt. To halt the procedure, use _[CTRL] + C_.
39-
- If you create or modify a deployment stack in the Azure portal, deny settings will be overwritten (support for deny settings in the Azure portal is currently in progress).
40-
- Management group deployment stacks are not yet available in the Azure portal.
42+
- A management group-scoped stack is restricted from deploying to another management group. It can only deploy to the management group of the stack itself or to a child subscription.
4143

4244
## Create deployment stacks
4345

0 commit comments

Comments
 (0)