Skip to content

Commit a97db82

Browse files
Merge pull request #270242 from mumian/0326-scope
Add scope transition information
2 parents 1a16c33 + 2869521 commit a97db82

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

articles/azure-resource-manager/templates/deploy-to-management-group.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy resources to management group
33
description: Describes how to deploy resources at the management group scope in an Azure Resource Manager template.
44
ms.topic: conceptual
5-
ms.date: 03/20/2024
5+
ms.date: 03/26/2024
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-arm-template
77
---
88

@@ -130,6 +130,8 @@ When deploying to a management group, you can deploy resources to:
130130
* resource groups in the management group
131131
* the tenant for the resource group
132132

133+
[!INCLUDE [Scope transitions](../../../includes/resource-manager-scope-transition.md)]
134+
133135
An [extension resource](scope-extension-resources.md) can be scoped to a target that is different than the deployment target.
134136

135137
The user deploying the template must have access to the specified scope.

articles/azure-resource-manager/templates/deploy-to-resource-group.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy resources to resource groups
33
description: Describes how to deploy resources in an Azure Resource Manager template. It shows how to target more than one resource group.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 03/20/2024
6+
ms.date: 03/26/2024
77
---
88

99
# Resource group deployments with ARM templates
@@ -85,6 +85,8 @@ When deploying to a resource group, you can deploy resources to:
8585
* any subscription in the tenant
8686
* the tenant for the resource group
8787

88+
[!INCLUDE [Scope transitions](../../../includes/resource-manager-scope-transition.md)]
89+
8890
An [extension resource](scope-extension-resources.md) can be scoped to a target that is different than the deployment target.
8991

9092
The user deploying the template must have access to the specified scope.

articles/azure-resource-manager/templates/deploy-to-subscription.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy resources to subscription
33
description: Describes how to create a resource group in an Azure Resource Manager template. It also shows how to deploy resources at the Azure subscription scope.
44
ms.topic: conceptual
5-
ms.date: 03/20/2024
5+
ms.date: 03/26/2024
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-arm-template
77
---
88

@@ -169,6 +169,8 @@ When deploying to a subscription, you can deploy resources to:
169169
* resource groups within the subscription or other subscriptions
170170
* the tenant for the subscription
171171

172+
[!INCLUDE [Scope transitions](../../../includes/resource-manager-scope-transition.md)]
173+
172174
An [extension resource](scope-extension-resources.md) can be scoped to a target that is different than the deployment target.
173175

174176
The user deploying the template must have access to the specified scope.

articles/azure-resource-manager/templates/deploy-to-tenant.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy resources to tenant
33
description: Describes how to deploy resources at the tenant scope in an Azure Resource Manager template.
44
ms.topic: conceptual
5-
ms.date: 03/20/2024
5+
ms.date: 03/26/2024
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-arm-template
77
---
88

@@ -143,6 +143,8 @@ When deploying to a tenant, you can deploy resources to:
143143
* subscriptions
144144
* resource groups
145145

146+
[!INCLUDE [Scope transitions](../../../includes/resource-manager-scope-transition.md)]
147+
146148
An [extension resource](scope-extension-resources.md) can be scoped to a target that is different than the deployment target.
147149

148150
The user deploying the template must have access to the specified scope.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
ms.service: azure-resource-manager
3+
ms.topic: include
4+
ms.date: 03/26/2024
5+
---
6+
7+
The only prohibited scope transitions occur from Resource Group to Management Group, or from Subscription to Management Group.

0 commit comments

Comments
 (0)