Skip to content

Commit 2abdc0f

Browse files
committed
1331138 Correct description of operator-facing domain names
1 parent 4376d0b commit 2abdc0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/communications-gateway/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ When your resource has been provisioned, you can connect Azure Communications Ga
174174
1. In the search bar at the top of the page, search for your Communications Gateway resource.
175175
1. Go to the **Overview** page for your Azure Communications Gateway resource.
176176
1. In each **Service Location** section, find the **Hostname** field. You need to validate TLS connections against this hostname to ensure secure connections.
177-
* We recommend configuring an SRV lookup for each region, using `_sip._tls.<regional-FQDN-from-portal>`. Replace *`<regional-FQDN-from-portal>`* with the per-region FQDNs that you found in the **Overview** page for your resource.
177+
* We recommend configuring an SRV lookup for each region, using `_sip._tls.<regional-FQDN-from-portal>`. Replace *`<regional-FQDN-from-portal>`* with the per-region FQDNs from the **Hostname** fields on the **Overview** page for your resource.
178178
1. If your Azure Communications Gateway includes integrated MCP, configure the connection to MCP:
179179
1. Go to the **Overview** page for your Azure Communications Gateway resource.
180180
1. In each **Service Location** section, find the **MCP hostname** field.

articles/communications-gateway/reliability-communications-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Each site in your network must:
6161
> [!div class="checklist"]
6262
> - Send traffic to its local Azure Communications Gateway service region by default.
6363
> - Locate Azure Communications Gateway peers within a region using DNS SRV, as outlined in RFC 3263.
64-
> - Make a DNS SRV lookup on the domain name for the service region, for example `r1.<deployment-id>.commsgw.azure.com`, where `<deployment-id>` is autogenerated and unique to the deployment.
64+
> - Make a DNS SRV lookup on the domain name for the service region's connection to your network, for example `pstn-region1.<deployment-id>.commsgw.azure.com` (where `<deployment-id>` is autogenerated and unique to the deployment). You can find these domain names from the **Hostname** fields on the ***Overview** of your resource in the Azure portal.
6565
> - If the SRV lookup returns multiple targets, use the weight and priority of each target to select a single target.
6666
> - Send new calls to available Azure Communications Gateway peers.
6767

0 commit comments

Comments
 (0)