Run Azure Function Locally Connecting to Azure for Data Storage
I'm trying to run an Azure function locally but have connection strings to connect to Azure data storage. When I run my function locally I get a message saying azurite is not configured to use the Storage emulator. What do I need to do to run this locally but not use the storage emulator?
Please sign in to leave a comment.
Have a check if you have used
UseDevelopmentStorage=true
to specify use Azurite in your application.https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-local#local-storage-emulator