Skip to content

Commit 3ca01f8

Browse files
committed
Clarify
1 parent f5db9e5 commit 3ca01f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +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 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.
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.
215+
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`.
215217

216218
Use the following command to start the Azurite storage emulator:
217219

0 commit comments

Comments
 (0)