Skip to content

Commit d069058

Browse files
committed
Add a known limitation for stacks
1 parent 19fdbc1 commit d069058

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 and deploy Azure deployment stacks in Bicep
33
description: Understand how to create deployment stacks in Bicep.
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
6-
ms.date: 03/25/2025
6+
ms.date: 04/23/2025
77
---
88

99
# Create and deploy Azure deployment stacks in Bicep
@@ -31,6 +31,7 @@ Deployment stacks provide the following benefits:
3131

3232
### Known limitations
3333

34+
- There is a limit of 800 deployment stacks that can be created within a single scope.
3435
- The deployment stack doesn't manage implicitly created resources. Therefore, you can't use [deny-assignments](../../role-based-access-control/deny-assignments.md) or cleanup for these resources.
3536
- Deny-assignments don't support tags.
3637
- Deny-assignments aren't supported at the management group scope. However, they're supported in a management group stack if the deployment is pointed at the subscription scope.

0 commit comments

Comments
 (0)