Skip to content

Commit 8bb6bbb

Browse files
Merge pull request #298702 from mumian/0423-stacks-known-limit
Add a known limitation for stacks
2 parents c9d7d6e + 4812c0a commit 8bb6bbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 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: 06/09/2025
77
---
88

99
# Create and deploy Azure deployment stacks in Bicep
@@ -31,6 +31,8 @@ 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.
35+
- A maximum of 2,000 Deny Assignments can exist at any given scope.
3436
- 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.
3537
- Deny-assignments don't support tags.
3638
- 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)