Skip to content

Commit 56f79be

Browse files
committed
update an limitation
1 parent b0d963c commit 56f79be

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 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: 05/15/2024
6+
ms.date: 05/22/2024
77
---
88

99
# Deployment stacks
@@ -33,7 +33,7 @@ Deployment stacks provide the following benefits:
3333

3434
- Implicitly created resources aren't managed by the stack. Therefore, no deny assignments or cleanup is possible.
3535
- Deny assignments don't support tags.
36-
- Deny assignments is not supported within the management group 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 at the subscription scope.
3737
- 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.
3838

3939
### Known issues

articles/azure-resource-manager/bicep/quickstart-create-deployment-stacks-template-specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create and deploy a deployment stack with Bicep from template specs
33
description: Learn how to use Bicep to create and deploy a deployment stack from template specs.
4-
ms.date: 05/15/2024
4+
ms.date: 05/22/2024
55
ms.topic: quickstart
66
ms.custom: mode-api, devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
77
# Customer intent: As a developer I want to use Bicep to create a deployment stack from a template spec.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create and deploy a deployment stack with Bicep
33
description: Learn how to use Bicep to create and deploy a deployment stack in your Azure subscription.
4-
ms.date: 05/15/2024
4+
ms.date: 05/22/2024
55
ms.topic: quickstart
66
ms.custom: mode-api, devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
77
# Customer intent: As a developer I want to use Bicep to create a deployment stack.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use deployment stack with Bicep
33
description: Learn how to use Bicep to create and deploy a deployment stack.
4-
ms.date: 05/21/2024
4+
ms.date: 05/22/2024
55
ms.topic: tutorial
66
ms.custom: mode-api, devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
77
---

0 commit comments

Comments
 (0)