Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Aug 29, 2024
1 parent b189ab1 commit 74b6928
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev-infrastructure/templates/region.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@ resource subscriptionTags 'Microsoft.Resources/tags@2024-03-01' = {
// R E G I O N A L D N S Z O N E
//


resource baseDNSZone 'Microsoft.Network/dnsZones@2018-05-01' = {
name: '${baseDNSZoneName}'
location: 'global'
}


resource regionalZone 'Microsoft.Network/dnsZones@2018-05-01' = {
name: '${regionalDNSSubdomain}.${baseDNSZoneName}'
location: 'global'
Expand Down

0 comments on commit 74b6928

Please sign in to comment.