Skip to content

Commit 1d31be2

Browse files
authored
Update private-endpoint.bicep
1 parent 2bef078 commit 1d31be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/core/networking/private-endpoint.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ resource privateEndpoint 'Microsoft.Network/privateEndpoints@2021-02-01' = {
4747
properties: {
4848
privateDnsZoneConfigs: !empty(dnsZoneId) ? [
4949
{
50-
name: 'config1'
50+
name: 'config-${name}-${dnsZoneId}'
5151
properties: {
5252
privateDnsZoneId: dnsZoneId
5353
}

0 commit comments

Comments
 (0)