Skip to content

Commit 2ab52d1

Browse files
committed
fixing links
1 parent 383aaab commit 2ab52d1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/communication-services/tutorials/includes/url-shortener-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ You can find the completed code for this tutorial on [GitHub](https://github.com
1717
## Prerequisites
1818

1919
- An active Azure subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
20-
- An active Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource).
21-
- An Azure Communication Services phone number. [Get a phone number](../../quickstarts/telephony/get-phone-number). You need to [verify your phone number](../../quickstarts/sms/apply-for-toll-free-verification) so it can send messages with URLs.
20+
- An active Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md).
21+
- An Azure Communication Services phone number. [Get a phone number](../../quickstarts/telephony/get-phone-number.md). You need to [verify your phone number](../../quickstarts/sms/apply-for-toll-free-verification.md) so it can send messages with URLs.
2222
- Deployed [AzUrlShortener](https://github.com/microsoft/AzUrlShortener). Click [Deploy to Azure](https://github.com/microsoft/AzUrlShortener/wiki/How-to-deploy-your-AzUrlShortener) button for quick deploy.
2323
- [*Optional*] Deploy the [Admin web app](https://github.com/microsoft/AzUrlShortener/blob/main/src/Cloud5mins.ShortenerTools.TinyBlazorAdmin/README.md) to manage and monitor links in UI.
2424
- For this tutorial, SMS requests are routed to an Azure Function. You could always use an existing service, different framework like express or just run the tutorial as a C# console app. To follow this tutorial with an Azure Function, see instructions to set it up: [Azure Function for C#](https://learn.microsoft.com/azure/azure-functions/create-first-function-vs-code-csharp).
@@ -204,7 +204,7 @@ namespace Company.Function
204204
## Test locally
205205

206206
>[!NOTE]
207-
> You need to [verify your phone number](../../quickstarts/sms/apply-for-toll-free-verification) to send SMS messages with URLs. Once your verification applications is set to pending state (1-2 days), the phone number to be enabled to send URLs. The full verification will take 5-6 weeks. For more information on toll-free number verification, see [Toll Free Veritifcation FAQ](../../concepts/sms/sms-faq#toll-free-verification).
207+
> You need to [verify your phone number](../../quickstarts/sms/apply-for-toll-free-verification.md) to send SMS messages with URLs. Once your verification applications is set to pending state (1-2 days), the phone number to be enabled to send URLs. The full verification will take 5-6 weeks. For more information on toll-free number verification, see [Toll Free Veritifcation FAQ](../../concepts/sms/sms-faq#toll-free-verification.md).
208208
209209
You can now run your Azure Function locally by pressing `F5` in Visual Studio Code or by running the following command in the terminal:
210210

articles/communication-services/tutorials/includes/url-shortener-js.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ You can find the completed code for this tutorial on [GitHub](https://github.com
1717
## Pre-requisites
1818

1919
- An active Azure subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
20-
- An active Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource).
21-
- An Azure Communication Services phone number. [Get a phone number](../../quickstarts/telephony/get-phone-number). You need to [verify your phone number](../../quickstarts/sms/apply-for-toll-free-verification) so it can send messages with URLs.
20+
- An active Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md).
21+
- An Azure Communication Services phone number. [Get a phone number](../../quickstarts/telephony/get-phone-number.md). You need to [verify your phone number](../../quickstarts/sms/apply-for-toll-free-verification) so it can send messages with URLs.
2222
- Deployed [AzUrlShortener](https://github.com/microsoft/AzUrlShortener). Click [Deploy to Azure](https://github.com/microsoft/AzUrlShortener/wiki/How-to-deploy-your-AzUrlShortener) button for quick deploy.
2323
- [*Optional*] Deploy the [Admin web app](https://github.com/microsoft/AzUrlShortener/blob/main/src/Cloud5mins.ShortenerTools.TinyBlazorAdmin/README.md) to manage and monitor links in UI.
2424
- For this tutorial, SMS requests are routed to an Azure Function. You could always use an existing service, different framework like express or just run the tutorial as a Node.JS console app. To follow this tutorial with an Azure Function, see instructions to set it up: [Azure Function for TypeScript](https://learn.microsoft.com/azure/azure-functions/create-first-function-vs-code-typescript).
@@ -117,7 +117,7 @@ npm i @azure/communication-sms --save
117117

118118
```
119119

120-
This method sends the SMS to the phone number provided in the query parameters. The SMS contains the short URL. For more information on how to send SMS, see [Send SMS](../../quickstarts/telephony-sms/send?pivots=programming-language-javascript).
120+
This method sends the SMS to the phone number provided in the query parameters. The SMS contains the short URL. For more information on how to send SMS, see [Send SMS](../../quickstarts/telephony-sms/send.md?pivots=programming-language-javascript).
121121

122122
```typescript
123123

@@ -171,7 +171,7 @@ const httpTrigger: AzureFunction = async function (context: Context, req: HttpRe
171171
## Test locally
172172

173173
>[!NOTE]
174-
> You need to [verify your phone number](../../quickstarts/sms/apply-for-toll-free-verification) to send SMS messages with URLs. Once your verification applications is set to pending state (1-2 days), the phone number to be enabled to send URLs. The full verification will take 5-6 weeks. For more information on toll-free number verification, see [Toll Free Veritifcation FAQ](../../concepts/sms/sms-faq#toll-free-verification).
174+
> You need to [verify your phone number](../../quickstarts/sms/apply-for-toll-free-verification.md) to send SMS messages with URLs. Once your verification applications is set to pending state (1-2 days), the phone number to be enabled to send URLs. The full verification will take 5-6 weeks. For more information on toll-free number verification, see [Toll Free Veritifcation FAQ](../../concepts/sms/sms-faq#toll-free-verification.md).
175175
176176
You can now run your Azure Function locally by pressing `F5` in Visual Studio Code or by running the following command in the terminal:
177177

0 commit comments

Comments
 (0)