Skip to content

Commit 4812c0a

Browse files
committed
add another limit
1 parent d069058 commit 4812c0a

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: 04/23/2025
6+
ms.date: 06/09/2025
77
---
88

99
# Create and deploy Azure deployment stacks in Bicep
@@ -32,6 +32,7 @@ Deployment stacks provide the following benefits:
3232
### Known limitations
3333

3434
- 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.
3536
- 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.
3637
- Deny-assignments don't support tags.
3738
- 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)