You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/how-to-create-function-vs-code.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,20 +111,20 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
111
111
112
112
Using this information, Visual Studio Code generates an Azure Functions project with an HTTP trigger. You can view the local project files in the Explorer. To learn more about files that are created, see [Generated project files](functions-develop-vs-code.md?tabs=javascript#generated-project-files).
113
113
114
-
::: zone pivot="programming-language-python"
115
-
4. In the local.settings.json file, update the `AzureWebJobsStorage` setting as in the following example:
114
+
::: zone pivot="programming-language-python"
115
+
4. In the local.settings.json file, update the `AzureWebJobsStorage` setting as in the following example:
This tells the local Functions host to use the storage emulator for the storage connection required by the Python v2 model. When you publish your project to Azure, this setting uses the default storage account instead. If you're using an Azure Storage account during local development, set your storage account connection string here.
This tells the local Functions host to use the storage emulator for the storage connection required by the Python v2 model. When you publish your project to Azure, this setting uses the default storage account instead. If you're using an Azure Storage account during local development, set your storage account connection string here.
122
122
123
123
## Start the emulator
124
124
125
125
1. In Visual Studio Code, press <kbd>F1</kbd> to open the command palette. In the command palette, search for and select `Azurite: Start`.
126
126
127
-
1. Check the bottom bar and verify that Azurite emulation services are running. If so, you can now run your function locally.
127
+
1. Check the bottom bar and verify that Azurite emulation services are running. If so, you can now run your function locally.
0 commit comments