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.7k stars 964 forks source link

Deploy-Private-DNS-Zones not automatically creating private DNS record for privatelink.azure-api.net #1479

Open anwarnk opened 10 months ago

anwarnk commented 10 months ago

Community Note

Versions

terraform: 1.5.7

azure provider: 3.81

module: 5.0.0

Description

Describe the bug

We have deployed an APIM in a landing zone with a private endpoint, whilst in connectivity we can see the private DNS zone called "privatelink.azure-api.net" the policy "Deploy-Private-DNS-Zones" does not have the configuration to automatically create the A record for it, is this missing or intentional?

Steps to Reproduce

  1. step 1
  2. step 2
  3. you get it...

Screenshots

Additional context

Springstone commented 10 months ago

Investigating. Thanks for raising the issue, we're investigating and will propose a solution asap.

Springstone commented 5 months ago

Waiting on this PR to be merged to enable custom assignment of Private DNS Zones: https://github.com/Azure/Enterprise-Scale/pull/1618