Skip to content

Commit c97068f

Browse files
authored
Merge pull request #251532 from mumian/0914-blueprints-note
Blueprints - add deprecation note
2 parents 2f69a26 + fdb2219 commit c97068f

39 files changed

+89
-6
lines changed

articles/governance/blueprints/concepts/deployment-stages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.topic: conceptual
66
---
77
# Stages of a blueprint deployment
88

9+
[!INCLUDE [Blueprints deprecation note](../../../../includes/blueprints-deprecation-note.md)]
10+
911
When a blueprint gets deployed, a series of actions is taken by the Azure Blueprints service to
1012
deploy the resources defined in the blueprint. This article provides details about what each step
1113
involves.

articles/governance/blueprints/concepts/lifecycle.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.author: jgao
77
---
88
# Understand the lifecycle of an Azure Blueprint
99

10+
[!INCLUDE [Blueprints deprecation note](../../../../includes/blueprints-deprecation-note.md)]
11+
1012
Like many resources within Azure, a blueprint in Azure Blueprints has a typical and natural
1113
lifecycle. They're created, deployed, and finally deleted when no longer needed or relevant. Azure
1214
Blueprints supports standard lifecycle operations. It then builds upon them to provide additional

articles/governance/blueprints/concepts/parameters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.topic: conceptual
66
---
77
# Creating dynamic blueprints through parameters
88

9+
[!INCLUDE [Blueprints deprecation note](../../../../includes/blueprints-deprecation-note.md)]
10+
911
A fully defined blueprint with various artifacts such as resource groups, Azure Resource Manager
1012
templates (ARM templates), policies, or role assignments, offers the rapid creation and consistent
1113
creation of objects within Azure. To enable flexible use of these reusable design patterns and

articles/governance/blueprints/concepts/resource-locking.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.topic: conceptual
66
---
77
# Understand resource locking in Azure Blueprints
88

9+
[!INCLUDE [Blueprints deprecation note](../../../../includes/blueprints-deprecation-note.md)]
10+
911
The creation of consistent environments at scale is only truly valuable if there's a mechanism to
1012
maintain that consistency. This article explains how resource locking works in Azure Blueprints. To
1113
see an example of resource locking and application of _deny assignments_, see the

articles/governance/blueprints/concepts/sequencing-order.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.topic: conceptual
66
---
77
# Understand the deployment sequence in Azure Blueprints
88

9+
[!INCLUDE [Blueprints deprecation note](../../../../includes/blueprints-deprecation-note.md)]
10+
911
Azure Blueprints uses a **sequencing order** to determine the order of resource creation when
1012
processing the assignment of a blueprint definition. This article explains the following concepts:
1113

articles/governance/blueprints/create-blueprint-azurecli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.custom: devx-track-azurecli
77
---
88
# Quickstart: Define and assign an Azure blueprint with the Azure CLI
99

10+
[!INCLUDE [Blueprints deprecation note](../../../includes/blueprints-deprecation-note.md)]
11+
1012
In this tutorial, you learn to use Azure Blueprints to do some of the common tasks related to creating, publishing, and assigning a blueprint within your organization. This skill helps you define common patterns to develop reusable and rapidly deployable configurations, based on Azure Resource Manager (ARM) templates, policy, and security.
1113

1214
## Prerequisites

articles/governance/blueprints/create-blueprint-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.custom: mode-ui
77
---
88
# Quickstart: Define and assign a blueprint in the portal
99

10+
[!INCLUDE [Blueprints deprecation note](../../../includes/blueprints-deprecation-note.md)]
11+
1012
In this tutorial, you learn to use Azure Blueprints to do some of the common tasks related to creating, publishing, and assigning a blueprint within your organization. This skill helps you define common patterns to develop reusable and rapidly deployable configurations, based on Azure Resource Manager (ARM) templates, policy, and security.
1113

1214
## Prerequisites

articles/governance/blueprints/create-blueprint-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.custom: mode-api, devx-track-azurepowershell
77
---
88
# Quickstart: Define and assign an Azure blueprint with PowerShell
99

10+
[!INCLUDE [Blueprints deprecation note](../../../includes/blueprints-deprecation-note.md)]
11+
1012
In this tutorial, you learn to use Azure Blueprints to do some of the common tasks related to creating, publishing, and assigning a blueprint within your organization. This skill helps you define common patterns to develop reusable and rapidly deployable configurations, based on Azure Resource Manager (ARM) templates, policy, and security.
1113

1214
## Prerequisites

articles/governance/blueprints/create-blueprint-rest-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.topic: quickstart
66
---
77
# Quickstart: Define and assign an Azure blueprint with REST API
88

9+
[!INCLUDE [Blueprints deprecation note](../../../includes/blueprints-deprecation-note.md)]
10+
911
In this tutorial, you learn to use Azure Blueprints to do some of the common tasks related to creating, publishing, and assigning a blueprint within your organization. This skill helps you define common patterns to develop reusable and rapidly deployable configurations, based on Azure Resource Manager (ARM) templates, policy, and security.
1012

1113
## Prerequisites

articles/governance/blueprints/how-to/configure-for-blueprint-operator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.topic: how-to
66
---
77
# Configure your environment for a Blueprint Operator
88

9+
[!INCLUDE [Blueprints deprecation note](../../../../includes/blueprints-deprecation-note.md)]
10+
911
The management of your blueprint definitions and blueprint assignments can be assigned to different
1012
teams. It's common for an architect or governance team to be responsible for the lifecycle
1113
management of your blueprint definitions while an operations team is responsible for managing

0 commit comments

Comments
 (0)