generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
enhancementNew feature or requestNew feature or requestruntime:azure-functionsAll issues related to templates forAzure FunctionsAll issues related to templates forAzure Functions
Milestone
Description
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:
"AzureWebJobsStorage": "UseDevelopmentStorage=true"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestruntime:azure-functionsAll issues related to templates forAzure FunctionsAll issues related to templates forAzure Functions