Skip to content

Commit 50627a9

Browse files
Merge pull request #234381 from boris-bazilevskiy/doc-update-0423
update ToC and add github links to quickstarts
2 parents 98b287f + 00afed1 commit 50627a9

File tree

7 files changed

+32
-27
lines changed

7 files changed

+32
-27
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@ Make sure to add and verify domain name portion of the FQDN and keep in mind tha
3737
1. Reenter the domain name.
3838
1. Select Confirm and then select Add.
3939

40-
[ ![Screenshot of adding a custom domain.](./media/direct-routing-add-domain.png)](./media/direct-routing-add-domain.png#lightbox)
40+
[![Screenshot of adding a custom domain.](./media/direct-routing-add-domain.png)](./media/direct-routing-add-domain.png#lightbox)
4141

4242
#### Verify domain ownership
4343

4444
1. Select Verify next to new domain that is now visible in Domain’s list.
4545
1. Azure portal generates a value for a TXT record, you need to add that record to
4646

47-
[ ![Screenshot of verifying a custom domain.](./media/direct-routing-verify-domain-2.png)](./media/direct-routing-verify-domain-2.png#lightbox)
47+
[![Screenshot of verifying a custom domain.](./media/direct-routing-verify-domain-2.png)](./media/direct-routing-verify-domain-2.png#lightbox)
4848

4949
>[!Note]
5050
>It might take up to 30 minutes for new DNS record to propagate on the Internet
5151
5252
3. Select Next. If everything is set up correctly, you should see Domain status changed to *Verified* next to the added domain.
5353

54-
[ ![Screenshot of a verified domain.](./media/direct-routing-domain-verified.png)](./media/direct-routing-domain-verified.png#lightbox)
54+
[![Screenshot of a verified domain.](./media/direct-routing-domain-verified.png)](./media/direct-routing-domain-verified.png#lightbox)
5555

5656
#### Remove domain from Azure Communication Services
5757

5858
If you want to remove a domain from your Azure Communication Services direct routing configuration, select the checkbox fir a corresponding domain name, and select *Remove*.
5959

60-
[ ![Screenshot of removing a custom domain.](./media/direct-routing-remove-domain.png)](./media/direct-routing-remove-domain.png#lightbox)
60+
[![Screenshot of removing a custom domain.](./media/direct-routing-remove-domain.png)](./media/direct-routing-remove-domain.png#lightbox)
6161

6262
## Next steps:
6363

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ ms.custom: include file
1212
ms.author: nikuklic
1313
---
1414

15-
<!-- ## Sample code
16-
17-
You can download the sample app from [GitHub](https://github.com/link. -->
18-
1915
## Prerequisites
2016

2117
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -24,6 +20,10 @@ You can download the sample app from [GitHub](https://github.com/link. -->
2420
- Fully Qualified Domain Name (FQDN) and port number of a Session Border Controller (SBC) in operational telephony system.
2521
- [Verified domain name](../../../how-tos/telephony/domain-validation.md) of the SBC FQDN.
2622

23+
## Final code
24+
25+
Find the finalized code for this quickstart on [GitHub](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/DirectRouting)
26+
2727
## Create a new C# application
2828

2929
In a console window (such as cmd, PowerShell, or Bash), use the `dotnet new` command to create a new console app.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ ms.custom: include file
1212
ms.author: nikuklic
1313
---
1414

15-
<!-- ## Sample code
16-
17-
You can download the sample app from [GitHub](https://github.com/link. -->
18-
1915
## Prerequisites
2016

2117
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -25,6 +21,10 @@ You can download the sample app from [GitHub](https://github.com/link. -->
2521
- Fully Qualified Domain Name (FQDN) and port number of a Session Border Controller (SBC) in operational telephony system.
2622
- [Verified domain name](../../../how-tos/telephony/domain-validation.md) of the SBC FQDN.
2723

24+
## Final code
25+
26+
Find the finalized code for this quickstart on [GitHub](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/DirectRouting)
27+
2828
## Setting Up
2929

3030
### Create a new Java application

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ ms.custom: include file
1212
ms.author: nikuklic
1313
---
1414

15-
<!-- ## Sample code
16-
17-
You can download the sample app from [GitHub](https://github.com/link. -->
18-
1915
## Prerequisites
2016

2117
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -24,6 +20,10 @@ You can download the sample app from [GitHub](https://github.com/link. -->
2420
- Fully Qualified Domain Name (FQDN) and port number of a Session Border Controller (SBC) in operational telephony system.
2521
- [Verified domain name](../../../how-tos/telephony/domain-validation.md) of the SBC FQDN.
2622

23+
## Final code
24+
25+
Find the finalized code for this quickstart on [GitHub](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/direct-routing-quickstart)
26+
2727
## Create a new Node.js application
2828

2929
First, open your terminal or command window, create a new directory for your app, and navigate to it.

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
@@ -38,7 +38,7 @@ ms.author: nikuklic
3838

3939
## Creating Voice Routing rules
4040

41-
[ ![Screenshot of outgoing voice routing configuration.](../media/voice-routing/voice-routing-configuration.png)](../media/voice-routing/voice-routing-configuration.png#lightbox)
41+
[![Screenshot of outgoing voice routing configuration.](../media/voice-routing/voice-routing-configuration.png)](../media/voice-routing/voice-routing-configuration.png#lightbox)
4242

4343
Give your voice route a name, specify the number pattern using regular expressions, and select SBC for that pattern.
4444
Here are some examples of basic regular expressions:

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ms.custom: include file
1212
ms.author: nikuklic
1313
---
1414

15-
> [!NOTE]
16-
> Find the finalized code for this quickstart on [GitHub](https://github.com/link)
17-
1815
## Prerequisites
1916

2017
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -23,6 +20,10 @@ ms.author: nikuklic
2320
- Fully Qualified Domain Name (FQDN) and port number of a Session Border Controller (SBC) in operational telephony system.
2421
- [Verified domain name](../../../how-tos/telephony/domain-validation.md) of the SBC FQDN.
2522

23+
## Final code
24+
25+
Find the finalized code for this quickstart on [GitHub](https://github.com/Azure-Samples/communication-services-python-quickstarts/tree/main/direct-routing-quickstart)
26+
2627
## Setting up
2728

2829
### Create a new Python application

articles/communication-services/toc.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ items:
132132
href: quickstarts/telephony/pstn-call.md
133133
- name: Handle an inbound phone call
134134
href: quickstarts/call-automation/redirect-inbound-telephony-calls.md
135+
- name: Configure direct routing
136+
href: quickstarts/telephony/voice-routing-sdk-config.md
135137
- name: Email
136138
items:
137139
- name: Create an email resource
@@ -322,14 +324,16 @@ items:
322324
href: concepts/analytics/insights/chat-insights.md
323325
- name: Export SDK telemetry to Application Insights
324326
href: quickstarts/telemetry-application-insights.md
325-
- name: Phone calling
326-
items:
327-
- name: Add emergency calling to your app
328-
href: quickstarts/telephony/emergency-calling.md
329-
- name: Phone numbers
327+
- name: Phone calling
330328
items:
331-
- name: Port a phone number into Azure
332-
href: quickstarts/telephony/port-phone-number.md
329+
- name: Add emergency calling to your app
330+
href: quickstarts/telephony/emergency-calling.md
331+
- name: Validate a domain for direct routing
332+
href: how-tos/telephony/domain-validation.md
333+
- name: Phone numbers
334+
items:
335+
- name: Port a phone number into Azure
336+
href: quickstarts/telephony/port-phone-number.md
333337
- name: Call Automation
334338
items:
335339
- name: Build a workflow for customer interactions

0 commit comments

Comments
 (0)