Skip to content

Commit 98e9409

Browse files
authored
Merge pull request #78753 from tfitzmac/0604mg
add link to Management Group REST
2 parents 9c99b54 + 1d388aa commit 98e9409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/resource-group-template-deploy-rest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: tfitzmac
66
ms.assetid: 1d8fbd4c-78b0-425b-ba76-f2b7fd260b45
77
ms.service: azure-resource-manager
88
ms.topic: conceptual
9-
ms.date: 05/31/2019
9+
ms.date: 06/04/2019
1010
ms.author: tomfitz
1111

1212
---
@@ -32,10 +32,10 @@ To deploy to a **subscription**, use [Deployments - Create At Subscription Scope
3232
PUT https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}?api-version=2019-05-01
3333
```
3434

35-
To deploy to a **management group**, use Deployments - Create At Management Group Scope. The request is sent to:
35+
To deploy to a **management group**, use [Deployments - Create At Management Group Scope](/rest/api/resources/deployments/createorupdateatmanagementgroupscope). The request is sent to:
3636

3737
```HTTP
38-
PUT https://management.azure.com/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}
38+
PUT https://management.azure.com/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}?api-version=2019-05-01
3939
```
4040

4141
The examples in this article use resource group deployments. For more information about subscription deployments, see [Create resource groups and resources at the subscription level](deploy-to-subscription.md).

0 commit comments

Comments
 (0)