Skip to content

Commit

Permalink
Removed SCM privatelink since it breaks DNS resolution (#1097)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Arringe <[email protected]>
  • Loading branch information
egnirra and Thomas Arringe committed Aug 27, 2024
1 parent b7bff06 commit e4850a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/connectivity/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ locals {
azure_synapse_analytics_sql = ["privatelink.sql.azuresynapse.net"]
azure_synapse_studio = ["privatelink.azuresynapse.net"]
azure_virtual_desktop = ["privatelink.wvd.microsoft.com"]
azure_web_apps_sites = ["privatelink.azurewebsites.net", "scm.privatelink.azurewebsites.net"]
azure_web_apps_sites = ["privatelink.azurewebsites.net"]
azure_web_apps_static_sites = ["privatelink.azurestaticapps.net"]
cognitive_services_account = ["privatelink.cognitiveservices.azure.com"]
microsoft_power_bi = ["privatelink.analysis.windows.net", "privatelink.pbidedicated.windows.net", "privatelink.tip1.powerquery.microsoft.com"]
Expand Down

0 comments on commit e4850a2

Please sign in to comment.