Skip to content

Commit ed7301d

Browse files
add github links for quickstarts
1 parent fa4cc33 commit ed7301d

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

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

0 commit comments

Comments
 (0)