Skip to content

Commit 5913a70

Browse files
committed
Rename images
1 parent 40f244a commit 5913a70

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
4040

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

43-
![Create function](media/quickstart-js-vscode/functions-vscode-create-project.png)
43+
![Create function](media/quickstart-js-vscode/functions-create-project.png)
4444

4545
1. Choose an empty folder location for your project and choose **Select**.
4646

@@ -151,7 +151,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
151151

152152
1. Durable Functions requires an Azure Storage account to run. When VS Code prompts you to select a storage account, choose **Select storage account**.
153153

154-
![Create storage account](media/quickstart-js-vscode/functions-vscode-select-storage.png)
154+
![Create storage account](media/quickstart-js-vscode/functions-select-storage.png)
155155

156156
1. Following the prompts, provide the following information to create a new storage account in Azure.
157157

@@ -165,7 +165,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
165165

166166
1. In the **Terminal** panel, copy the URL endpoint of your HTTP-triggered function.
167167

168-
![Azure local output](media/quickstart-js-vscode/functions-vscode-f5.png)
168+
![Azure local output](media/quickstart-js-vscode/functions-f5.png)
169169

170170
1. Using 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`.
171171

0 commit comments

Comments
 (0)