Skip to content

Commit 359244b

Browse files
authored
Merge pull request #103616 from mumian/0206-subscription-deployment
add samples to the subscription level deployment article
2 parents dbe2ce5 + fe7929f commit 359244b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,11 @@ New-AzDeployment `
353353
-TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/policydefineandassign.json
354354
```
355355

356+
## Template samples
357+
358+
* Create a resource group, lock it and give permissions to it. See [here](https://github.com/Azure/azure-quickstart-templates/tree/master/subscription-level-deployments/create-rg-lock-role-assignment).
359+
* Create a resource group, a policy and a policy assignment. See [here](https://github.com/Azure/azure-docs-json-samples/blob/master/subscription-level-deployment/azuredeploy.json).
360+
356361
## Next steps
357362

358363
* 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).

0 commit comments

Comments
 (0)