**Enterprise-grade Bicep templates for Azure Landing Zone deployment — governance, networking, identity, and platform services following the Cloud Adoption Framework.**
Browse the actual product documentation and code examples included in this toolkit.
Key features of Azure Landing Zone Kit
• Azure CLI 2.50+ (`az --version`) • Bicep CLI 0.22+ (`az bicep version`) • Azure subscription with Owner role (or User Access Administrator + Contributor) • Azure AD tenant with Global Administrator (for management groups) • For management groups: Tenant Root Group access enabled
Azure CLI 2.50+ (`az --version`)
Bicep CLI 0.22+ (`az bicep version`)
Azure subscription with Owner role (or User Access Administrator + Contributor)
Azure AD tenant with Global Administrator (for management groups)
For management groups: Tenant Root Group access enabled
Configure Azure Landing Zone Kit parameters to see how the product works.
# 1. Login and set subscription az login az account set --subscription "YOUR_SUBSCRIPTION_ID" # 2. Validate prerequisites python scripts/landing_zone_validator.py # 3. Deploy the management group hierarchy first az deployment tenant create \ --location eastus2 \ --template-file bicep/managemen