Skip to content

Commit cf05c55

Browse files
committed
azurite in separate process
1 parent 54343dd commit cf05c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: articles/azure-functions/create-first-function-cli-python.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ By default, local development uses the Azurite storage emulator. This emulator i
173173

174174
You can skip this step if the `AzureWebJobsStorage` setting in *local.settings.json* is set to the connection string for an Azure Storage account instead of `UseDevelopmentStorage=true`.
175175

176-
Use the following command to start the Azurite storage emulator:
176+
Use the following command to start the Azurite storage emulator in a separate process:
177177

178178
```cmd
179-
azurite
179+
start azurite
180180
```
181181

182182
For more information, see [Run Azurite](../storage/common/storage-use-azurite.md?tabs=npm#run-azurite)

0 commit comments

Comments
 (0)