Skip to content

Commit

Permalink
Merge pull request #1100 from Azure/svc-zone-delegation-fix
Browse files Browse the repository at this point in the history
fix DNS zone delegation for
  • Loading branch information
tony-schndr authored Jan 14, 2025
2 parents 406f9af + 0932d36 commit a229505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-infrastructure/templates/region.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module regionalSvcZoneDelegation '../modules/dns/zone-delegation.bicep' = {
params: {
childZoneName: regionalDNSSubdomain
childZoneNameservers: regionalSvcZone.properties.nameServers
parentZoneName: cxBaseDNSZoneName
parentZoneName: svcBaseDNSZoneName
}
}

Expand Down

0 comments on commit a229505

Please sign in to comment.