Enterprise-Scale/examples
Elkhan Yusubov 05294194ed
Updated references from docs.microsoft.com - to learn (#1211)
2023-02-13 09:40:26 +00:00
..
landing-zones Updated references from docs.microsoft.com - to learn (#1211) 2023-02-13 09:40:26 +00:00
management-groups Update contributing guidance (#1095) 2022-12-28 11:11:42 +00:00
policies/policy-definition Update contributing guidance (#1095) 2022-12-28 11:11:42 +00:00
10-create-managementgroup.parameters.json Initial Commit 2020-06-15 11:57:41 +01:00
20-create-child-managementgroup.parameters.json Initial Commit 2020-06-15 11:57:41 +01:00
30-create-policydefinition-at-managementgroup.parameters.json Initial Commit 2020-06-15 11:57:41 +01:00
40-create-policyassignment-at-managementgroup.parameters.json Initial Commit 2020-06-15 11:57:41 +01:00
README.md Update link based on Page Link Bug Report 404 #739 (#744) 2021-08-19 16:09:30 +02:00

README.md

Example ARM templates for Enterprise-scale landing zones

This isn't yet another example ARM template library. This folder contains only ARM templates for organizations to deploy platform resources using infrastructure-as-code.

The following resources are in scope to illustrate how to build and operate the Azure platform:

  • Microsoft.Management/managementGroups
  • Microsoft.Management/managementGroups/subscriptions
  • Microsoft.Subscription/aliases
  • Microsoft.Authorization/policyDefinitions
  • Microsoft.Authorization/policySetDefinitions
  • Microsoft.Authorization/policyAssignments
  • Microsoft.Authorization/roleDefinitions
  • Microsoft.Authorization/roleAssignments

Further; platform resource in the context of Enterprise-scale are deployed primarily to tenant and management group, and subscription scopes.

How-to documentation to deploy these templates using a platform CI/CD pipeline AzOps: