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/communication-services/how-tos/telephony/domain-validation.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: boris-bazilevskiy
6
6
7
7
ms.service: azure-communication-services
8
8
ms.subservice: pstn
9
-
ms.date: 03/11/2023
9
+
ms.date: 10/02/2023
10
10
ms.topic: how-to
11
11
ms.custom: include file
12
12
ms.author: nikuklic
@@ -18,18 +18,20 @@ This article describes the process of validating domain name ownership by using
18
18
19
19
A fully qualified domain name (FQDN) consists of two parts: host name and domain name. For example, if your session border controller (SBC) name is `sbc1.contoso.com`, then `sbc1` is the host name and `contoso.com` is the domain name. If an SBC has an FQDN of `acs.sbc1.testing.contoso.com`, then `acs` is the host name and `sbc1.testing.contoso.com` is the domain name.
20
20
21
-
To use direct routing in Azure Communication Services, you need to validate that you own the domain part of your SBC FQDN. After that, you can configure the SBC FQDN and port number and then create voice routing rules.
21
+
To use direct routing in Azure Communication Services, you need to validate that you own either the domain part of your SBC FQDN, or entire SBC FQDN. After that, you can configure the SBC FQDN and port number and then create voice routing rules.
22
22
23
-
When you're verifying the domain name portion of the SBC FQDN, keep in mind that the `*.onmicrosoft.com` and `*.azure.com` domain names aren't supported. For example, if you have two domain names, `contoso.com` and `contoso.onmicrosoft.com`, use `sbc.contoso.com` as the SBC name.
23
+
When you're verifying the ownership of the SBC FQDN, keep in mind that the `*.onmicrosoft.com` and `*.azure.com` domain names aren't supported. For example, if you have two domain names, `contoso.com` and `contoso.onmicrosoft.com`, use `sbc.contoso.com` as the SBC name.
24
+
25
+
Validating domain part makes sense if you plan to add multiple SBCs from the same domain name space. For example if you're using `sbc-eu.contoso.com`, `sbc-us.contoso.com`, and `sbc-af.contoso.com` you can validate `contoso.com` domain once and add SBCs from that domain later without extra validation.
26
+
Validating entire FQDN is helpful if you're a service provider and don't want to validate your base domain ownership with every customer. For example if you're running SBCs `customer1.acs.adatum.biz`, `customer2.acs.adatum.biz`, and `customer3.acs.adatum.biz`, you don't need to validate `acs.adatum.biz` for every Communication resource, instead you validate the entire FQDN each time. This option provides more granular security approach.
24
27
25
-
If you're using a subdomain, make sure that this subdomain is also added and verified. For example, if you want to use `sbc.acs.contoso.com`, you need to register `acs.contoso.com`.
26
28
27
29
## Add a new domain name
28
30
29
31
1. Open the Azure portal and go to your [Communication Services resource](../../quickstarts/create-communication-resource.md).
30
32
1. On the left pane, under **Voice Calling - PSTN**, select **Direct routing**.
31
33
1. On the **Domains** tab, select **Connect domain**.
32
-
1. Enter the domain part of the SBC FQDN.
34
+
1. Enter the domain part of the SBC FQDN, or entire SBC FQDN.
33
35
1. Reenter the domain name.
34
36
1. Select **Confirm**, and then select **Add**.
35
37
@@ -42,7 +44,7 @@ If you're using a subdomain, make sure that this subdomain is also added and ver
42
44
43
45
[](./media/direct-routing-verify-domain-2.png#lightbox)
44
46
45
-
It might take up to 30 minutes for a new DNS record to propagate on the internet.
47
+
It might take up to 30 minutes for a new DNS record to propagate on the Internet.
46
48
47
49
1. Select **Next**. If you set up everything correctly, **Domain status** should change to **Verified** next to the added domain.
48
50
@@ -65,4 +67,4 @@ If you want to remove a domain from your Azure Communication Services direct rou
65
67
### Quickstarts
66
68
67
69
-[Outbound call to a phone number](../../quickstarts/telephony/pstn-call.md)
68
-
-[Redirect inbound telephony calls with Call Automation](../../quickstarts/call-automation/redirect-inbound-telephony-calls.md)
70
+
-[Redirect inbound telephony calls with Call Automation](../../quickstarts/call-automation/redirect-inbound-telephony-calls.md)
0 commit comments