Improve Function Templates by configuring Azurite #782
Labels
enhancement
New feature or request
runtime:azure-functions
All issues related to templates forAzure Functions
Milestone
When you create a new Azure Function, you typically also want to run it locally during development.
Since the Azure Storage Emulator has been discontinued and is replaced by 'azurite', we should configure our projects to support azurite.
For more information, see this documentation.
I believe we can simply do this by making sure that the
local.settings.json
file contains this entry:The text was updated successfully, but these errors were encountered: