Skip to content

Commit

Permalink
corrected remaining dns zone 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 eaac555 commit c7fa4ce
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/backend-api-deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ param actionGroupResourceGroupName string = ''
@description('boolean to determine creation and configuration of Alerts')
param createAlerts bool = false

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

param privateDnsZoneResourceGroup string = virtualNetworkResourceGroupName

Expand Down
2 changes: 1 addition & 1 deletion ops/cloud-deployment/frontend-webapp-deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ param ustpIssueCollectorHash string = ''
@secure()
param camsReactSelectHash string

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

param privateDnsZoneResourceGroup string = virtualNetworkResourceGroupName

Expand Down

0 comments on commit c7fa4ce

Please sign in to comment.