Skip to content

Commit 41f2f4b

Browse files
Merge pull request #271942 from mumian/0411-stacks-limitation
Deployment stacks - add a known limitation
2 parents 2870224 + 87e38bf commit 41f2f4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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/23/2024
6+
ms.date: 04/11/2024
77
---
88

99
# Deployment stacks (Preview)
@@ -33,6 +33,7 @@ Deployment stacks provide the following benefits:
3333

3434
- Implicitly created resources aren't managed by the stack. Therefore, no deny assignments or cleanup is possible.
3535
- Deny assignments don't support tags.
36+
- Deny assignments is not supported within the management group scope.
3637
- 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.
3738

3839
### Known issues

0 commit comments

Comments
 (0)