You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communications-gateway/reliability-communications-gateway.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
author: rcdun
5
5
ms.author: rdunstan
6
6
ms.service: communications-gateway
@@ -61,7 +61,7 @@ Each site in your network must:
61
61
> [!div class="checklist"]
62
62
> - Send traffic to its local Azure Communications Gateway service region by default.
63
63
> - 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.
65
65
> - If the SRV lookup returns multiple targets, use the weight and priority of each target to select a single target.
66
66
> - Send new calls to available Azure Communications Gateway peers.
67
67
@@ -82,7 +82,7 @@ The details of this routing behavior are specific to your network. You must agre
82
82
83
83
## Management regions
84
84
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.
0 commit comments