Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Function Templates by configuring Azurite #782

Closed
fgheysels opened this issue Feb 13, 2023 · 0 comments · Fixed by #801
Closed

Improve Function Templates by configuring Azurite #782

fgheysels opened this issue Feb 13, 2023 · 0 comments · Fixed by #801
Assignees
Labels
enhancement New feature or request runtime:azure-functions All issues related to templates forAzure Functions
Milestone

Comments

@fgheysels
Copy link
Member

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"
@stijnmoreels stijnmoreels added this to the v1.2 milestone Feb 13, 2023
@stijnmoreels stijnmoreels added enhancement New feature or request runtime:azure-functions All issues related to templates forAzure Functions labels Feb 13, 2023
@stijnmoreels stijnmoreels self-assigned this Apr 11, 2023
@stijnmoreels stijnmoreels modified the milestones: v1.2, v2.0.0 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request runtime:azure-functions All issues related to templates forAzure Functions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants