Skip to content

Commit 575309d

Browse files
committed
Add storage account selection
1 parent 5bfe68c commit 575309d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,16 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
138138
> [!NOTE]
139139
> Refer to the [Durable Functions Diagnostics](durable-functions-diagnostics.md#debugging) for more information on debugging.
140140
141+
1. Durable Functions requires an Azure Storage account to run. When VS Code prompts you to select a storage account, choose **Select storage account**. Following the prompts, provide the following information to create a new storage account in Azure.
142+
143+
| Prompt | Value | Description |
144+
| ------ | ----- | ----------- |
145+
| Select subscription | *name of your subscription* | Select your Azure subscription |
146+
| Select a storage account | Create a new storage account | |
147+
| Enter the name of the new storage account | *unique name* | Name of the storage account to create |
148+
| Select a resource group | *unique name* | Name of the resource group to create |
149+
| Select a location | *region* | Select a region close to you |
150+
141151
1. In the **Terminal** panel, copy the URL endpoint of your HTTP-triggered function.
142152

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

0 commit comments

Comments
 (0)