-
Notifications
You must be signed in to change notification settings - Fork 39
[User Guide] Advanced Scenarios
Depending on your security needs, you may wish to store the Azure resources deployed by the bootstrap in separate subscription and optionally a separate management group hierarchy to the Azure Landing Zone. This could be the case when you need to separate the concerns of deploying and maintaining the Azure Landing Zone from the day to day access of the Azure Landing Zone.
The resources deployed by the bootstrap vary depending on the options you choose, but they may include the following:
- Storage account for state file
- User assigned managed identities
- [Optional] Self hosted agents
- [Optional] Networking, DNS and Private End Point for storage account
In order to use the secure island approach, you can follow these steps:
- Create a new management group under
Tenant Root Group
. - Apply your desired policies and permissions to the new management group.
- Create a new subscription for the bootstrap resources and place it in the new management group. Take note of the subscription id.
- Grant owner rights to the account you are using to deploy the accelerator on the new subscription.
- Run the bootstrap as normal, following the instructions in the Quick Start guide.
- When you get to step for updating the input config file variables, enter the subscription id of the new subscription you created into the
bootstrap_subscription_id
field. - Continue with the rest of the steps in the Quick Start guide.
This will result in the bootstrap resources being deployed in the new subscription and management group hierarchy, while the Azure Landing Zone is deployed into the defined management group hierarchy.
-
Create a new subscription for the bootstrap resources. Take note of the subscription id.
-
Grant owner rights to the account you are using to deploy the accelerator on the new subscription.
-
Use the
complete
starter module to deploy the Azure Landing Zone. -
Update the
config.yaml
file to include subscription placement for the new subscription using thesubscription-id-overrides
setting. For example:archetypes: # `caf-enterprise-scale` module, add inputs as listed on the module registry where necessary. root_name: es root_id: Enterprise-Scale deploy_corp_landing_zones: true deploy_online_landing_zones: true default_location: uksouth disable_telemetry: true deploy_management_resources: true configure_management_resources: location: uksouth settings: security_center: config: email_security_contact: "security_contact@replace_me" advanced: asc_export_resource_group_name: rg-asc-export custom_settings_by_resource_type: azurerm_resource_group: management: name: rg-management azurerm_log_analytics_workspace: management: name: log-management azurerm_automation_account: management: name: aa-management subscription-id-overrides: management: - "00000000-0000-0000-0000-000000000000" # Your new subscription id
-
Run the bootstrap as normal, following the instructions in the Quick Start guide.
-
When you get to step for updating the input config file variables, enter the subscription id of the new subscription you created into the
bootstrap_subscription_id
field. -
Continue with the rest of the steps in the Quick Start guide.
This will result in the bootstrap resources being deployed in the new subscription. When you then deploy the Azure Landing Zone your subscription will be moved under the management
management group.
This wiki is being actively developed
If you discover any documentation bugs or would like to request new content, please raise them as an issue or feel free to contribute to the wiki via a pull request. The wiki docs are located in the repository in the docs/wiki/
folder.
- Home
-
User guide
- Getting started
- Quick Start
- Starter Modules
- Input Files
- Azure DevOps Bicep Complete
- Azure DevOps Terraform Complete Multi Region
- Azure DevOps Terraform Financial Services Industry Landing Zone
- Azure DevOps Terraform Sovereign Landing Zone
- Azure DevOps Terraform Basic
- Azure DevOps Terraform Hub Networking
- Azure DevOps Terraform Complete
- GitHub Bicep Complete
- GitHub Terraform Complete Multi Region
- GitHub Terraform Financial Services Industry Landing Zone
- GitHub Terraform Sovereign Landing Zone
- GitHub Terraform Basic
- GitHub Terraform Hub Networking
- GitHub Terraform Complete
- Local Bicep Complete
- Local Terraform Complete Multi Region
- Local Terraform Financial Services Industry Landing Zone
- Local Terraform Sovereign Landing Zone
- Local Terraform Basic
- Local Terraform Hub Networking
- Local Terraform Complete
- Frequently Asked Questions
- Upgrade Guide
- Advanced Scenarios
- Troubleshooting
- Contributing