Skip to content

Commit 11e5fa8

Browse files
domain validation update-3
1 parent 2622739 commit 11e5fa8

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

articles/communication-services/how-tos/telephony/domain-validation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ Make sure to add and verify domain name portion of the FQDN and keep in mind tha
4646

4747
:::image type="content" source="./media/direct-routing-verify-domain-2.png" alt-text="Screenshot of verifying a custom domain.":::
4848

49-
>[!Note] It might take up to 30 minutes for new DNS record to propagate on the Internet
49+
>[!Note]
50+
>It might take up to 30 minutes for new DNS record to propagate on the Internet
5051
5152
3. Select Next. If everything is set up correctly, you should see Domain status changed to *Verified* next to the added domain.
5253

53-
:::image type="content" source="./media/direct-routing-domain-verified.png" alt-text="Screenshot of verifying a custom domain.":::
54+
:::image type="content" source="./media/direct-routing-domain-verified.png" alt-text="Screenshot of a verified domain.":::
5455

5556
#### Remove domain from Azure Communication Services
5657

@@ -64,7 +65,7 @@ If you want to remove a domain from your Azure Communication Services direct rou
6465

6566
- [Telephony in Azure Communication Services](../../concepts/telephony/telephony-concept.md)
6667
- [Direct routing infrastructure requirements](../../concepts/telephony/direct-routing-infrastructure.md)
67-
- [Pricing](../pricing.md)
68+
- [Pricing](../../concepts/pricing.md)
6869

6970
### Quickstarts
7071

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can download the sample app from [GitHub](https://github.com/link. -->
1919
## Prerequisites
2020

2121
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
22-
- An active Communication Services resource and connection string. [Create a Communication Services resource](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
22+
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
2323
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
2424
- Fully Qualified Domain Name (FQDN) and port number of a Session Border Controller (SBC) in operational telephony system.
2525
- [Verified domain name](../../../how-tos/telephony/domain-validation.md) of the SBC FQDN.

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-jscript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can download the sample app from [GitHub](https://github.com/link. -->
1919
## Prerequisites
2020

2121
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
22-
- An active Communication Services resource and connection string. [Create a Communication Services resource](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
22+
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md)).
2323
- Active LTS and Maintenance LTS versions of [Node.js](https://nodejs.org/) for your operating system.
2424
- Fully Qualified Domain Name (FQDN) and port number of a Session Border Controller (SBC) in operational telephony system.
2525
- [Verified domain name](../../../how-tos/telephony/domain-validation.md) of the SBC FQDN.
@@ -59,7 +59,7 @@ The `--save` option adds the library as a dependency in your package.json file.
5959

6060
## Authenticate the client
6161

62-
Import the `SipRoutingClient` from the client library and instantiate it with your connection string. The code retrieves the connection string for the resource from an environment variable named `COMMUNICATION_SERVICES_CONNECTION_STRING`. Learn how to [manage your resource's connection string](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource#store-your-connection-string).
62+
Import the `SipRoutingClient` from the client library and instantiate it with your connection string. The code retrieves the connection string for the resource from an environment variable named `COMMUNICATION_SERVICES_CONNECTION_STRING`. Learn how to [manage your resource's connection string](../../create-communication-resource.md#store-your-connection-string).
6363

6464
Add the following code to the `direct-routing-quickstart.js`:
6565

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.author: nikuklic
2828
- SBC certificate must match the name; wildcard certificates are supported.
2929
- The `*.onmicrosoft.com` and `*.azure.com` domains can’t be used for the FQDN of the SBC.
3030

31-
For the full list of requirements, refer to [Azure direct routing infrastructure requirements](./direct-routing-infrastructure.md).
31+
For the full list of requirements, refer to [Azure direct routing infrastructure requirements](../../../concepts/telephony/direct-routing-infrastructure.md).
3232

3333
:::image type="content" source="../media/voice-routing/add-session-border-controller.png" alt-text="Screenshot of Adding Session Border Controller.":::
3434

articles/communication-services/quickstarts/telephony/voice-routing-sdk-config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 03/11/2023
88
ms.topic: quickstart
99
ms.service: azure-communication-services
1010
ms.subservice: pstn
11+
zone_pivot_groups: acs-azp-java-python-csharp-js
12+
ms.custom: mode-other
1113
---
1214

1315
# Quickstart: Configure voice routing programmatically
@@ -26,7 +28,7 @@ Configure outbound voice routing rules for Azure Communication Services direct r
2628
[!INCLUDE [Java](./includes/voice-routing-sdk-java.md)]
2729
::: zone-end
2830

29-
::: zone pivot="programming-language-JavaScript"
31+
::: zone pivot="programming-language-js"
3032
[!INCLUDE [JavaScript](./includes/voice-routing-sdk-jscript.md)]
3133
::: zone-end
3234

0 commit comments

Comments
 (0)