Enterprise-Scale/examples
Hansjoerg Scherer 6b4954f1d2
Update documentation references (#562)
* Remove existing IAB content now part of wiki

* Update navigation

* update links

* Updating wiki links

* LZ example docs
2021-05-11 16:38:38 +02:00
..
landing-zones Update documentation references (#562) 2021-05-11 16:38:38 +02:00
management-groups create mg example (#375) 2020-12-25 18:30:01 +01:00
policies/policy-definition create mg example (#375) 2020-12-25 18:30:01 +01: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 documentation references (#562) 2021-05-11 16:38:38 +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: