Skip to content

Commit 600ae5c

Browse files
committed
remove 'preview'
1 parent 0321af2 commit 600ae5c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
66
ms.date: 05/14/2024
77
---
88

9-
# Deployment stacks (Preview)
9+
# Deployment stacks
1010

1111
An Azure deployment stack is a type of Azure resource that enables the management of a group of Azure resources as an atomic unit. When a Bicep file or an ARM JSON template is submitted to a deployment stack, it defines the resources that are managed by the stack. If a resource that was previously included in the template is removed, it will either be detached or deleted based on the specified _actionOnUnmanage_ behavior of the deployment stack. Similar to other Azure resources, access to the deployment stack can be restricted using Azure role-based access control (Azure RBAC).
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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: 07/06/2023
4+
ms.date: 05/14/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.
88
---
99

10-
# Quickstart: Create and deploy a deployment stack with Bicep from template specs (Preview)
10+
# Quickstart: Create and deploy a deployment stack with Bicep from template specs
1111

1212
This quickstart describes how to create a [deployment stack](deployment-stacks.md) from a template spec.
1313

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create and deploy a deployment stack with Bicep (Preview)
2+
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: 07/06/2023
4+
ms.date: 05/14/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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: 07/06/2023
4+
ms.date: 05/14/2024
55
ms.topic: tutorial
66
ms.custom: mode-api, devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
77
---
88

9-
# Tutorial: use deployment stack with Bicep (Preview)
9+
# Tutorial: use deployment stack with Bicep
1010

1111
In this tutorial, you learn the process of creating and managing a deployment stack. The tutorial focuses on creating the deployment stack at the resource group scope. However, you can also create deployment stacks at either the subscription scope. To gain further insights into creating deployment stacks, see [Create deployment stacks](./deployment-stacks.md).
1212

0 commit comments

Comments
 (0)