Skip to content

Commit

Permalink
corrected erroneous dnsZone name suffix
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-417
  • Loading branch information
amorrow-flexion committed Dec 26, 2024
1 parent 5decacc commit 99945dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/cloud-deployment/lib/network/ustp-cams-network.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ param privateEndpointSubnetName string = 'snet-${stackName}-private-endpoints'
param privateEndpointSubnetAddressPrefix string = '10.10.12.0/28'

@description('Private DNS Zone Name')
param privateDnsZoneName string = 'privatelink.azurewebsites.net'
param privateDnsZoneName string = 'privatelink.azurewebsites.us'

@description('Private DNS Zone Resource Group')
param privateDnsZoneResourceGroup string = networkResourceGroupName
Expand Down
2 changes: 1 addition & 1 deletion ops/cloud-deployment/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ param linkVnetIds array = []
@description('Flag: determines the setup of DNS Zone, Link virtual networks to zone.')
param deployDns bool = true

param privateDnsZoneName string = 'privatelink.azurewebsites.net'
param privateDnsZoneName string = 'privatelink.azurewebsites.us'

param privateDnsZoneResourceGroup string = networkResourceGroupName

Expand Down

0 comments on commit 99945dc

Please sign in to comment.