You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create and deploy Azure deployment stacks in Bicep
@@ -31,6 +31,8 @@ Deployment stacks provide the following benefits:
31
31
32
32
### Known limitations
33
33
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.
34
36
- 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.
35
37
- Deny-assignments don't support tags.
36
38
- 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