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
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/deployment-stacks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Deployment stacks provide the following benefits:
33
33
34
34
- Implicitly created resources aren't managed by the stack. Therefore, no deny assignments or cleanup is possible.
35
35
- Deny assignments don't support tags.
36
-
- Deny assignments are not supported at the management group scope. However, they are supported in a management group stack if the deployment is at the subscription scope.
36
+
- Deny assignments are not supported at the management group scope. However, they are supported in a management group stack if the deployment is pointed at the subscription scope.
37
37
- 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.
0 commit comments