Skip to content

Commit d4b4010

Browse files
committed
Merge branch 'url-shortener-tutorial' of https://github.com/ddematheu2/azure-docs-pr into url-shortener-tutorial
2 parents f96a07b + e94881a commit d4b4010

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ namespace Company.Function
204204
## Test locally
205205

206206
>[!NOTE]
207-
> You need to [verify your phone number](https://learn.microsoft.com/azure/communication-services/quickstarts/sms/apply-for-toll-free-verification) to send SMS messages with URLs. Once you have submitted your verification application, it might take a couple days for the phone number to be enabled to send URLs before it gets full verified (full verification takes 5-6 weeks). For more information on toll-free number verification, see [Apply for toll-free verification](https://learn.microsoft.com/azure/communication-services/quickstarts/sms/apply-for-toll-free-verification).
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).
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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](https://learn.microsoft.com/azure/communication-services/quickstarts/sms/apply-for-toll-free-verification) to send SMS messages with URLs. Once you have submitted your verification application, it might take a couple days for the phone number to be enabled to send URLs before it gets full verified (full verification takes 5-6 weeks). For more information on toll-free number verification, see [Apply for toll-free verification](https://learn.microsoft.com/azure/communication-services/quickstarts/sms/apply-for-toll-free-verification).
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).
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)