You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/quickstart-js-vscode.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ In this article, you learn how to use the Visual Studio Code Azure Functions ext
22
22
>
23
23
>Use the selector at the top to choose the programming model of your choice for completing this quickstart.
24
24
25
-

25
+

26
26
27
27
## Prerequisites
28
28
@@ -56,7 +56,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
56
56
57
57
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...`.

60
60
61
61
2. Choose an empty folder location for your project and choose **Select**.
62
62
@@ -217,7 +217,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
217
217
218
218
2. Durable Functions requires an Azure Storage account to run. When VS Code prompts you to select a storage account, choose **Select storage account**.

221
221
222
222
3. Following the prompts, provide the following information to create a new storage account in Azure.
223
223
@@ -231,7 +231,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
231
231
232
232
4. In the **Terminal** panel, copy the URL endpoint of your HTTP-triggered function.
233
233
234
-

234
+

235
235
236
236
::: zone pivot="nodejs-model-v3"
237
237
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`.
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/quickstart-ts-vscode.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ In this article, you learn how to use the Visual Studio Code Azure Functions ext
22
22
>
23
23
>Use the selector at the top to choose the programming model of your choice for completing this quickstart.
24
24
25
-

25
+

26
26
27
27
## Prerequisites
28
28
@@ -57,7 +57,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
57
57
58
58
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...`.

61
61
62
62
2. Choose an empty folder location for your project and choose **Select**.
63
63
@@ -219,7 +219,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
219
219
220
220
2. Durable Functions requires an Azure Storage account to run. When VS Code prompts you to select a storage account, choose **Select storage account**.

223
223
224
224
3. Following the prompts, provide the following information to create a new storage account in Azure.
225
225
@@ -233,7 +233,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
233
233
234
234
4. In the **Terminal** panel, copy the URL endpoint of your HTTP-triggered function.
235
235
236
-

236
+

237
237
238
238
::: zone pivot="nodejs-model-v3"
239
239
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