Skip to content

Commit 7f4fa5d

Browse files
Merge pull request #268592 from rcdun/fixtypo
Fix typo, add more detail to DNS SRV lookups, and update style
2 parents f6b35a2 + 07d77c9 commit 7f4fa5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Reliability in Azure Communications Gateway
3-
description: Find out about reliability in Azure Communications Gateway
3+
description: Find out about reliability in Azure Communications Gateway.
44
author: rcdun
55
ms.author: rdunstan
66
ms.service: communications-gateway
@@ -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'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.
64+
> - Make a DNS SRV lookup on the domain name for the service region's connection to your network, 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 in the Azure portal. For example, if your deployment uses `commsgw.azure.com` domain names, look up `_sip._tls.pstn-region1.<deployment-id>.commsgw.azure.com` for the first region.
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
@@ -82,7 +82,7 @@ The details of this routing behavior are specific to your network. You must agre
8282

8383
## Management regions
8484

85-
Management regions contain the infrastructure used for the ordering, monitoring and billing of Azure Communications Gateway. All infrastructure within these regions is deployed in a zonally redundant manner, meaning that all data is automatically replicated across each Availability Zone within the region. All critical configuration data is also replicated to each of the Service Regions to ensure the proper functioning of the service during an Azure region failure.
85+
Management regions contain the infrastructure used for the ordering, monitoring, and billing of Azure Communications Gateway. All infrastructure within these regions is deployed in a zonally redundant manner, meaning that all data is automatically replicated across each Availability Zone within the region. All critical configuration data is also replicated to each of the Service Regions to ensure the proper functioning of the service during an Azure region failure.
8686

8787
## Availability zone support
8888

0 commit comments

Comments
 (0)