Skip to content

Commit f1a0277

Browse files
committed
split known limitations and known issues
1 parent 084d879 commit f1a0277

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 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: 02/15/2024
6+
ms.date: 02/23/2024
77
---
88

99
# Deployment stacks (Preview)
@@ -29,14 +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-
- 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_.
38-
- 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).
39-
- 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.
4043

4144
## Create deployment stacks
4245

0 commit comments

Comments
 (0)