Skip to content

Commit 65f75fa

Browse files
committed
remove a stack known issue
1 parent e5fb175 commit 65f75fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create & deploy deployment stacks in Bicep
33
description: Describes how to create deployment stacks in Bicep.
44
ms.topic: conceptual
55
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
6-
ms.date: 01/03/2024
6+
ms.date: 02/15/2024
77
---
88

99
# Deployment stacks (Preview)
@@ -34,7 +34,6 @@ Deployment stacks provide the following benefits:
3434
- 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.
3535
- Implicitly created resources aren't managed by the stack. Therefore, no deny assignments or cleanup is possible.
3636
- [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.
3837
- 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_.
3938
- 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).
4039
- Management group deployment stacks are not yet available in the Azure portal.

0 commit comments

Comments
 (0)