Skip to content

Commit d38559b

Browse files
committed
Try again
1 parent 3ca01f8 commit d38559b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ For more information, see [Azure Functions HTTP triggers and bindings](./functio
211211

212212
## Start the storage emulator
213213

214-
By default, local development uses the Azurite storage emulator. This emulator is used when the `AzureWebJobsStorage` setting in the *local.settings.json* is set to `UseDevelopmentStorage=true`. Before running the function locally, you must start the local Azurite storage emulator.
214+
By default, local development uses the Azurite storage emulator. This emulator is used when the `AzureWebJobsStorage` setting in the *local.settings.json* project file is set to `UseDevelopmentStorage=true`. When using the emulator, you must start the local Azurite storage emulator before running the function.
215215

216-
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 instead of `UseDevelopmentStorage=true`.
216+
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`.
217217

218218
Use the following command to start the Azurite storage emulator:
219219

0 commit comments

Comments
 (0)