What's New
19th May 2026
- AI Landing Zones Bicep v2.0.2 released. Hotfix for a v2.0.0 regression that caused
azd provisionto fail mid-deployment withInvalidTemplate: 'databaseAccount_privateEndpoints[0]' / 'keyVault_privateEndpoints[0]' ... 'reference' is not valid: all function arguments should be string literals.whenevernetworkIsolation=falsewas combined with the defaultdeployAiFoundry=true. The fix gates the AI Foundry private-endpoint subnet on_networkIsolation, mirroring an existing sibling pattern in the same file. No behavior change for thenetworkIsolation=true(Zero Trust) topology. Release: v2.0.2. - AI Landing Zones Bicep v2.0.1 released. Hotfix for a v2.0.0 regression in the AI Foundry account private-endpoint emission that caused
azd provisionto fail withInvalidTemplate: 'The resource 'Microsoft.Resources/deployments/module.account.pe.<name>' is not defined in the template'during template validation. Single-line fix; no behavior change for any topology. Release: v2.0.1.
18th May 2026
AI Landing Zones Bicep v2 released. Adds hub-and-spoke composability and granular reuse of platform resources for Application Landing Zone (ALZ) integrated topologies.
Highlights:
- Topology preset — new
deploymentModeparameter (standalone/ailz-integrated) picks the deployment shape in one place - IP allow-lists — new
allowedIpRangesparameter for "Zero Trust + named developer IPs" hybrid scenarios, applied uniformly to 7 PaaS services - Decoupled jumpbox / Bastion / NAT Gateway — each is now an independent flag, each with a BYO
existingResourceIdvariant - Observability reuse — bring your own Log Analytics workspace and Application Insights, including cross-subscription scenarios
- Granular BYO Private DNS — 15 per-zone override parameters, plus
dnsZoneLinkSuffixfor multi-spoke shared-zone topologies - Hub integration — new spoke→hub VNet peering (created by
main.bicep) and external-egress UDR via hub firewall/NVA - Pre-flight validation —
scripts/Invoke-PreflightChecks.ps1runs as anazd preprovisionhook and catches parameter mistakes before they reach ARM
See the Hub-and-Spoke Topology runbook for full details. Release: v2.0.0.
17th November 2025
- AI Landing Zones goes from preview to GA
- AI Landing Zones Terraform guide published
6th November 2025
- AI Landing Zones Cost Guide added to documentation
5th November 2025
- Updated the AI Landing Zones Design checklist with new checks along with restructuring by design areas, considerations and recommendations.
- Update the terraform sample code for AI Landing Zones.