Thanks for the great monitoring UI. I think it would be useful if we had better docs for this when running in local development. I struggled to set this up with VS and Azurite. I use Visual Studio for development and start from the Azure functions from VS. - Requirements to run from VS Code (npm Azure core tools) - Connection string default : "AzureWebJobsStorage": "UseDevelopmentStorage=true" in the local.settings.json Example: https://github.com/damienbod/AzureDurableFunctions Microsoft Azurite: https://learn.microsoft.com/en-us/azure/storage/common/storage-install-azurite https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite https://github.com/Azure/Azurite