Skip to content

Commit 94af904

Browse files
Merge pull request #262290 from mumian/1214-stack-knownissue
update a limitation
2 parents 1c41fd7 + 5056168 commit 94af904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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/02/2024
6+
ms.date: 01/03/2024
77
---
88

99
# Deployment stacks (Preview)
@@ -31,7 +31,7 @@ Deployment stacks provide the following benefits:
3131

3232
### Known issues
3333

34-
- 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.
34+
- 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.
3535
- Implicitly created resources aren't managed by the stack. Therefore, no deny assignments or cleanup is possible.
3636
- [What-if](./deploy-what-if.md) isn't available in the preview.
3737
- Management group scoped deployment stacks can only deploy the template to subscription.

0 commit comments

Comments
 (0)