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
@@ -29,15 +29,17 @@ Deployment stacks provide the following benefits:
29
29
- Efficient environment cleanup by employing delete flags during deployment stack updates.
30
30
- Utilizing standard templates such as Bicep, ARM templates, or Template specs for your deployment stacks.
31
31
32
+
### Known limitations
33
+
34
+
- Implicitly created resources aren't managed by the stack. Therefore, no deny assignments or cleanup is possible.
35
+
- Deny assignments don't support tags.
36
+
- 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.
37
+
32
38
### Known issues
33
39
34
40
- Deleting resource groups currently bypasses deny assignments. When creating a deployment stack in the resource group scope, the Bicep file doesn't contain the definition for the resource group. Despite the deny assignment setting, it's possible to delete the resource group and its contained stack. However, if a [lock](../management/lock-resources.md) is active on any resource within the group, the delete operation will fail.
35
-
- Implicitly created resources aren't managed by the stack. Therefore, no deny assignments or cleanup is possible.
36
41
-[What-if](./deploy-what-if.md) isn't available in the preview.
37
-
- Management group scoped deployment stacks can only deploy the template to subscription.
38
-
- When using the Azure CLI create command to modify an existing stack, the deployment process continues regardless of whether you choose _n_ for a prompt. To halt the procedure, use _[CTRL] + C_.
39
-
- If you create or modify a deployment stack in the Azure portal, deny settings will be overwritten (support for deny settings in the Azure portal is currently in progress).
40
-
- Management group deployment stacks are not yet available in the Azure portal.
42
+
- A management group-scoped stack is restricted from deploying to another management group. It can only deploy to the management group of the stack itself or to a child subscription.
0 commit comments