Skip to content

Commit d91b444

Browse files
committed
add a sample template
1 parent 577544e commit d91b444

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
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: 11/07/2019
5+
ms.date: 02/10/2020
66
---
77

88
# Create resources at the management group level
@@ -131,9 +131,13 @@ The following example assigns an existing policy definition to the management gr
131131
}
132132
```
133133

134+
## Template sample
135+
136+
* Create a resource group, a policy and a policy assignment. See [here](https://github.com/Azure/azure-docs-json-samples/blob/master/management-level-deployment/azuredeploy.json).
137+
134138
## Next steps
135139

136140
* To learn about assigning roles, see [Manage access to Azure resources using RBAC and Azure Resource Manager templates](../../role-based-access-control/role-assignments-template.md).
137141
* For an example of deploying workspace settings for Azure Security Center, see [deployASCwithWorkspaceSettings.json](https://github.com/krnese/AzureDeploy/blob/master/ARM/deployments/deployASCwithWorkspaceSettings.json).
138-
* To learn about creating Azure Resource Manager templates, see [Authoring templates](template-syntax.md).
142+
* To learn about creating Azure Resource Manager templates, see [Authoring templates](template-syntax.md).
139143
* For a list of the available functions in a template, see [Template functions](template-functions.md).

0 commit comments

Comments
 (0)