Skip to content

Improve Function Templates by configuring Azurite #782

@fgheysels

Description

@fgheysels

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 requestruntime:azure-functionsAll issues related to templates forAzure Functions

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions