We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bef078 commit 1d31be2Copy full SHA for 1d31be2
infra/core/networking/private-endpoint.bicep
@@ -47,7 +47,7 @@ resource privateEndpoint 'Microsoft.Network/privateEndpoints@2021-02-01' = {
47
properties: {
48
privateDnsZoneConfigs: !empty(dnsZoneId) ? [
49
{
50
- name: 'config1'
+ name: 'config-${name}-${dnsZoneId}'
51
52
privateDnsZoneId: dnsZoneId
53
}
0 commit comments