Skip to content

Commit 76a52f6

Browse files
DevopsMercenaryggailey777
authored andcommitted
Add details when using Azurite locally
Granted there is the "more information on how to run azurite, but the portion to use ie `"AzureWebJobsStorage": "UseDevelopmentStorage=true"` is buried half way down the page. I ended up googling to find the answer on StackOverflow.
1 parent cf9d3b1 commit 76a52f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ For more information, see [Azure Functions HTTP triggers and bindings](./functio
211211

212212
## Start the storage emulator
213213

214-
You can skip this step if the `AzureWebJobsStorage` setting in the *local.settings.json* file is set to the connection string for an Azure Storage account. Before running the function locally, you must start the local Azurite storage emulator. Make sure to add `"AzureWebJobsStorage": "UseDevelopmentStorage=true"` to your *local.settings.json* in order to use the storage emulator.
214+
By default, local development uses Azurite, which is indicated by the `AzureWebJobsStorage` setting in the *local.settings.json* set to `UseDevelopmentStorage=true`. Before running the function locally, you must start the local Azurite storage emulator. You can skip this step if the `AzureWebJobsStorage` setting in the *local.settings.json* file is set to the connection string for an Azure Storage account.
215215

216216
Use the following command to start the Azurite storage emulator:
217217

0 commit comments

Comments
 (0)