Skip to content

Commit 93a4659

Browse files
committed
update alt texts
1 parent b6a9d39 commit 93a4659

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/azure-functions/durable/quickstart-js-vscode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this article, you learn how to use the Visual Studio Code Azure Functions ext
2222
>
2323
>Use the selector at the top to choose the programming model of your choice for completing this quickstart.
2424
25-
![Running durable function in Azure](./media/quickstart-js-vscode/functions-vs-code-complete.png)
25+
![Screenshot of an Edge window. The window shows the output of invoking a simple durable function in Azure.](./media/quickstart-js-vscode/functions-vs-code-complete.png)
2626

2727
## Prerequisites
2828

@@ -56,7 +56,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
5656

5757
1. In Visual Studio Code, press <kbd>F1</kbd> (or <kbd>Ctrl/Cmd+Shift+P</kbd>) to open the command palette. In the command palette, search for and select `Azure Functions: Create New Project...`.
5858

59-
![Create function](media/quickstart-js-vscode/functions-create-project.png)
59+
![Screenshot of the Visual Studio Code command palette. The command titled "Azure Functions: Create New Project..." is highlighted.](media/quickstart-js-vscode/functions-create-project.png)
6060

6161
2. Choose an empty folder location for your project and choose **Select**.
6262

@@ -217,7 +217,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
217217
218218
2. Durable Functions requires an Azure Storage account to run. When VS Code prompts you to select a storage account, choose **Select storage account**.
219219
220-
![Create storage account](media/quickstart-js-vscode/functions-select-storage.png)
220+
![Screenshot of a Visual Studio Code alert window. The window says "In order to debug, you must select a storage account for internal use by the Azure Functions runtime." The button titled "Select storage account" is highlighted.](media/quickstart-js-vscode/functions-select-storage.png)
221221
222222
3. Following the prompts, provide the following information to create a new storage account in Azure.
223223
@@ -231,7 +231,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
231231
232232
4. In the **Terminal** panel, copy the URL endpoint of your HTTP-triggered function.
233233
234-
![Azure local output](media/quickstart-js-vscode/functions-f5.png)
234+
![Screenshot of the Visual Studio code terminal panel. The terminal shows the output of running an Durable Functions app locally. The table titled "terminal" and the URL of the HTTP starter function are highlighted.](media/quickstart-js-vscode/functions-f5.png)
235235
236236
::: zone pivot="nodejs-model-v3"
237237
5. Using your browser, or a tool like [Postman](https://www.getpostman.com/) or [cURL](https://curl.haxx.se/), send an HTTP POST request to the URL endpoint. Replace the last segment with the name of the orchestrator function (`HelloOrchestrator`). The URL should be similar to `http://localhost:7071/api/orchestrators/HelloOrchestrator`.

articles/azure-functions/durable/quickstart-ts-vscode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this article, you learn how to use the Visual Studio Code Azure Functions ext
2222
>
2323
>Use the selector at the top to choose the programming model of your choice for completing this quickstart.
2424
25-
![Running durable function in Azure](./media/quickstart-js-vscode/functions-vs-code-complete.png)
25+
![Screenshot of an Edge window. The window shows the output of invoking a simple durable function in Azure.](./media/quickstart-js-vscode/functions-vs-code-complete.png)
2626

2727
## Prerequisites
2828

@@ -57,7 +57,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
5757

5858
1. In Visual Studio Code, press <kbd>F1</kbd> (or <kbd>Ctrl/Cmd+Shift+P</kbd>) to open the command palette. In the command palette, search for and select `Azure Functions: Create New Project...`.
5959

60-
![Create function](media/quickstart-js-vscode/functions-create-project.png)
60+
![Screenshot of the Visual Studio Code command palette. The command titled "Azure Functions: Create New Project..." is highlighted.](media/quickstart-js-vscode/functions-create-project.png)
6161

6262
2. Choose an empty folder location for your project and choose **Select**.
6363

@@ -219,7 +219,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
219219
220220
2. Durable Functions requires an Azure Storage account to run. When VS Code prompts you to select a storage account, choose **Select storage account**.
221221
222-
![Create storage account](media/quickstart-js-vscode/functions-select-storage.png)
222+
![Screenshot of a Visual Studio Code alert window. The window says "In order to debug, you must select a storage account for internal use by the Azure Functions runtime." The button titled "Select storage account" is highlighted.](media/quickstart-js-vscode/functions-select-storage.png)
223223
224224
3. Following the prompts, provide the following information to create a new storage account in Azure.
225225
@@ -233,7 +233,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
233233
234234
4. In the **Terminal** panel, copy the URL endpoint of your HTTP-triggered function.
235235
236-
![Azure local output](media/quickstart-js-vscode/functions-f5.png)
236+
![Screenshot of the Visual Studio code terminal panel. The terminal shows the output of running an Durable Functions app locally. The table titled "terminal" and the URL of the HTTP starter function are highlighted.](media/quickstart-js-vscode/functions-f5.png)
237237
238238
::: zone pivot="nodejs-model-v3"
239239
5. Using your browser, or a tool like [Postman](https://www.getpostman.com/) or [cURL](https://curl.haxx.se/), send an HTTP POST request to the URL endpoint. Replace the last segment with the name of the orchestrator function (`HelloOrchestrator`). The URL should be similar to `http://localhost:7071/api/orchestrators/HelloOrchestrator`.

0 commit comments

Comments
 (0)