Skip to content

Commit 91de5cf

Browse files
committed
Use include for details of Direct Routing customer label restrictions
1 parent 4367bb4 commit 91de5cf

File tree

3 files changed

+25
-26
lines changed

3 files changed

+25
-26
lines changed

articles/communications-gateway/includes/communications-gateway-direct-routing-subdomain-calculation.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,9 @@ ms.service: communications-gateway
55
ms.topic: include
66
ms.date: 04/04/2024
77
---
8-
9-
1. Work out the per-region domain names for connecting to Microsoft Teams Direct Routing. These domain names use the form `1r<region-number>.<base-domain-name>`. The base domain name is the **Domain** on your Azure Communications Gateway resource in the [Azure portal](https://azure.microsoft.com/).
10-
1. Choose a DNS label to identify the test customer.
8+
1. Choose a suitable customer-specific DNS label to form the subdomains.
119
- The label must be up to **nine** characters in length and can only contain letters, numbers, underscores, and dashes.
1210
- You must not use wildcard subdomains or subdomains with multiple labels.
1311
- For example, you could allocate the label `contoso`.
1412
> [!IMPORTANT]
15-
> The full customer subdomains (including the per-region domain names) must be a maximum of 48 characters. Microsoft Entra ID does not support domain names of more than 48 characters. For example, the customer subdomain `contoso1.1r1.a1b2c3d4e5f6g7h8.commsgw.azure.com` is 48 characters.
16-
1. Use this label to create a _customer subdomain_ of each per-region domain name for your Azure Communications Gateway.
17-
1. Make a note of the label you choose and the corresponding customer subdomains.
18-
19-
For example:
20-
- Your base domain name might be `<deployment-id>.commsgw.azure.com`, where `<deployment-id>` is autogenerated and unique to the deployment.
21-
- Your per-region domain names are therefore:
22-
- `1r1.<deployment-id>.commsgw.azure.com`
23-
- `1r2.<deployment-id>.commsgw.azure.com`
24-
- If you allocate the label `contoso`, this label combined with the per-region domain names creates the following customer subdomains for your customer:
25-
- `contoso.1r1.<deployment-id>.commsgw.azure.com`
26-
- `contoso.1r2.<deployment-id>.commsgw.azure.com`
27-
28-
> [!IMPORTANT]
29-
> The per-region domain names for connecting to Microsoft Teams Direct Routing are different to the per-region domain names for connecting to your network.
13+
> The full customer subdomains (including the per-region domain names) must be a maximum of 48 characters. Microsoft Entra ID does not support domain names of more than 48 characters. For example, the customer subdomain `contoso1.1r1.a1b2c3d4e5f6g7h8.commsgw.azure.com` is 48 characters.

articles/communications-gateway/interoperability-teams-direct-routing.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,11 @@ Each of your customers needs _customer subdomains_ of these per-region domains.
5757

5858
For each customer, you must:
5959

60-
1. Choose a suitable subdomain. The label for the subdomain must:
61-
- Contain only letters, numbers, underscores, and dashes.
62-
- Be up to **nine** characters in length.
63-
- Not contain a wildcard or multiple labels separated by `.`.
64-
> [!IMPORTANT]
65-
> The full customer subdomain (including the regional subdomains and the base domain) must be a maximum of 48 characters. Microsoft Entra ID does not support domain names of more than 48 characters. For example, the customer subdomain `contoso12.1r1.a1b2c3d4e5f6g7h8.commsgw.azure.com` is 48 characters.
66-
2. Configure Azure Communications Gateway with this information, as part of "account" configuration available in Azure Communications Gateway's Number Management Portal and Provisioning API.
67-
3. Liaise with the customer to update their tenant with the appropriate subdomain, by following the [Microsoft Teams documentation for registering subdomain names in customer tenants](/microsoftteams/direct-routing-sbc-multiple-tenants#register-a-subdomain-name-in-a-customer-tenant).
60+
[!INCLUDE [communications-gateway-direct-routing-subdomain-calculation](includes/communications-gateway-direct-routing-subdomain-calculation.md)]
61+
62+
1. Configure Azure Communications Gateway with this information, as part of "account" configuration available in Azure Communications Gateway's Number Management Portal and Provisioning API.
63+
64+
1. Liaise with the customer to update their tenant with the appropriate subdomain, by following the [Microsoft Teams documentation for registering subdomain names in customer tenants](/microsoftteams/direct-routing-sbc-multiple-tenants#register-a-subdomain-name-in-a-customer-tenant).
6865

6966
As part of arranging updates to customer tenants, you must create DNS records containing a verification code (provided by Microsoft 365 when the customer updates their tenant with the domain name) on a DNS server that you control. These records allow Microsoft 365 to verify that the customer tenant is authorized to use the domain name. Azure Communications Gateway provides the DNS server that you must use. You must obtain the verification code from the customer and upload it to Azure Communications Gateway with the Number Management Portal (preview) or the Provisioning API (preview). This step allows Azure Communications Gateway to generate the DNS TXT records that verify the domain.
7067

articles/communications-gateway/manage-enterprise-teams-direct-routing.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,26 @@ This procedure provides detailed guidance equivalent to the following steps in t
4545

4646
Azure Communications Gateway has _per-region domain names_ for connecting to Microsoft Teams Direct Routing. You need to choose subdomains of these domain names for your customer. Microsoft Phone System and Azure Communications Gateway use these subdomains to match calls to tenants.
4747

48+
1. Work out the per-region domain names for connecting to Microsoft Teams Direct Routing. These domain names use the form `1r<region-number>.<base-domain-name>`. The base domain name is the **Domain** on your Azure Communications Gateway resource in the [Azure portal](https://azure.microsoft.com/).
49+
4850
[!INCLUDE [communications-gateway-direct-routing-subdomain-calculation](includes/communications-gateway-direct-routing-subdomain-calculation.md)]
4951

52+
1. Use this label to create a _customer subdomain_ of each per-region domain name for your Azure Communications Gateway.
53+
54+
1. Make a note of the label you choose and the corresponding customer subdomains.
55+
56+
For example:
57+
- Your base domain name might be `<deployment-id>.commsgw.azure.com`, where `<deployment-id>` is autogenerated and unique to the deployment.
58+
- Your per-region domain names are therefore:
59+
- `1r1.<deployment-id>.commsgw.azure.com`
60+
- `1r2.<deployment-id>.commsgw.azure.com`
61+
- If you allocate the label `contoso`, this label combined with the per-region domain names creates the following customer subdomains for your customer:
62+
- `contoso.1r1.<deployment-id>.commsgw.azure.com`
63+
- `contoso.1r2.<deployment-id>.commsgw.azure.com`
64+
65+
> [!IMPORTANT]
66+
> The per-region domain names for connecting to Microsoft Teams Direct Routing are different to the per-region domain names for connecting to your network.
67+
5068
> [!TIP]
5169
> Lab deployments have one per-region domain name. A customer for a lab deployment therefore also only has one customer subdomain.
5270

0 commit comments

Comments
 (0)