Skip to content

Commit dc4075b

Browse files
committed
image fix
1 parent cbde12c commit dc4075b

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
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
@@ -10,7 +10,7 @@ ms.topic: include
1010
ms.service: azure-communication-services
1111
---
1212

13-
## Sample Code
13+
## Sample code
1414

1515
You can find the completed code for this tutorial on [GitHub](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/sms-url-shortener).
1616

@@ -27,11 +27,11 @@ You can find the completed code for this tutorial on [GitHub](https://github.com
2727

2828
In this tutorial, the focus is to set up a middleware that orchestrates requests to send SMS and the shortening of URLs through the Azure URL Shortener service. It interacts with Azure Communication Services to complete the sending of the SMS.
2929

30-
![Diagram for architecture overview](../media/url-shortener/url-shortener-architecture.svg)
30+
![Diagram for architecture overview](../media/url-shortener/url-shortener-architecture.png)
3131

3232
## Set up the Azure Function
3333

34-
To get started, you need to create a new Azure Function. You can can create the Azure Function by following the steps in the [Azure Functions documentation](https://learn.microsoft.com/azure/azure-functions/create-first-function-vs-code-csharp). If you aren't using an Azure Function and instead are using a different framework, skip this step and continue to the next section.
34+
To get started, you need to create a new Azure Function. You can create the Azure Function by following the steps in the [Azure Functions documentation](https://learn.microsoft.com/azure/azure-functions/create-first-function-vs-code-csharp). If you aren't using an Azure Function and instead are using a different framework, skip this step and continue to the next section.
3535

3636
Once the Azure Function is set up, go to the `local.settings.json` file and add three more values that you need to store: the Azure Communication Services connection string, phone number (Ex. +15555555555) and URL Shortener endpoint (Ex. `https://<Azure_Function_URL>/api/UrlCreate`). These variables are all values you generated from the prerequisites at the beginning of the document.
3737

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ ms.topic: include
1010
ms.service: azure-communication-services
1111
---
1212

13-
## Sample Code
13+
## Sample code
1414

1515
You can find the completed code for this tutorial on [GitHub](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/sms-url-shortener).
1616

17-
## Pre-requisites
17+
## 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).
2020
- An active Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md).
@@ -27,11 +27,11 @@ You can find the completed code for this tutorial on [GitHub](https://github.com
2727

2828
In this tutorial, the focus is to set up a middleware that orchestrates requests to send SMS and the shortening of URLs through the Azure URL Shortener service. It interacts with Azure Communication Services to complete the sending of the SMS.
2929

30-
![Diagram for architecture overview](../media/url-shortener/url-shortener-architecture.svg)
30+
![Diagram for architecture overview](../media/url-shortener/url-shortener-architecture.png)
3131

3232
## Set up the Azure Function
3333

34-
To get started, you need to create a new Azure Function. You can can create the Azure Function by following the steps in the [Azure Functions documentation](https://learn.microsoft.com/azure/azure-functions/create-first-function-vs-code-typescript). If you aren't using an Azure Function and instead are using a different framework, skip this step and continue to the next section.
34+
To get started, you need to create a new Azure Function. You can create the Azure Function by following the steps in the [Azure Functions documentation](https://learn.microsoft.com/azure/azure-functions/create-first-function-vs-code-typescript). If you aren't using an Azure Function and instead are using a different framework, skip this step and continue to the next section.
3535

3636
Once the Azure Function is set up, go to the `local.settings.json` file and add three more values that you need to store: the Azure Communication Services connection string, phone number (Ex. +15555555555) and URL Shortener endpoint (Ex. `https://<Azure_Function_URL>/api/UrlCreate`). These variables are all values you generated from the prerequisites at the beginning of the document.
3737

161 KB
Loading

0 commit comments

Comments
 (0)