Azure / Enterprise-Scale

The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
https://aka.ms/alz
MIT License
1.72k stars 980 forks source link

Bug Report - Private DNS link failure when using "Single" Platform subscription #1752

Closed sdolgin closed 2 months ago

sdolgin commented 2 months ago

Greetings!

When deploying the ALZ Accelerator to a single platform subscription there is an error with the Private DNS Zone links:

image

From the error details it appears to be trying to create the VNET link more than once:

Private zone 'privatelink.azurecr.io' is already linked to the virtual network '/subscriptions//resourceGroups/ALZ-vnethub-eastus/providers/Microsoft.Network/virtualNetworks/ALZ-hub-eastus'. (Code: Conflict)

image

/cc @brsteph

brsteph commented 2 months ago

@Springstone - Looking into this with @sdolgin, testing a fix.