You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/deploy-to-management-group.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Deploy resources to management group
3
3
description: Describes how to deploy resources at the management group scope in an Azure Resource Manager template.
4
4
ms.topic: conceptual
5
-
ms.date: 11/07/2019
5
+
ms.date: 02/10/2020
6
6
---
7
7
8
8
# Create resources at the management group level
@@ -131,9 +131,13 @@ The following example assigns an existing policy definition to the management gr
131
131
}
132
132
```
133
133
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
+
134
138
## Next steps
135
139
136
140
* 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).
137
141
* 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).
139
143
* For a list of the available functions in a template, see [Template functions](template-functions.md).
0 commit comments