Skip to content

Commit

Permalink
add windowsazure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dzikowski committed Feb 14, 2024
1 parent 5044fc3 commit 287c18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bicep/modules/private-dns.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var privateDnsZoneNames = union([
'privatelink.ods.opinsights.${privateDnsZoneSuffixes_Monitor[environment().name] ?? cloudSuffix}'
'privatelink.oms.opinsights.${privateDnsZoneSuffixes_Monitor[environment().name] ?? cloudSuffix}'
], privateDnsZoneNames_Backup)
var privateDnsZoneNames_Backup = [for location in items(locations): (location.value.recoveryServicesGeo != '') ? 'privatelink.${location.value.recoveryServicesGeo}.backup.${privateDnsZoneSuffixes_Backup[environment().name] ?? cloudSuffix}' : '']
var privateDnsZoneNames_Backup = [for location in items(locations): (location.value.recoveryServicesGeo != '') ? 'privatelink.${location.value.recoveryServicesGeo}.backup.windowsazure.${privateDnsZoneSuffixes_Backup[environment().name] ?? cloudSuffix}' : '']
var privateDnsZoneSuffixes_AzureAutomation = {
AzureCloud: 'net'
AzureUSGovernment: 'us'
Expand Down

0 comments on commit 287c18b

Please sign in to comment.