I use the Azure extension in VS Code to create an azure function project. Below is a screenshot of my project structure, all files are default valued, created by the vsCode Azure extension wizard.
I start up azurite for a storage emulator and when I try to debug the function locally, I get a grpc.FutureTimeoutError(), see below
When i was troubleshooting, I deployed my code to a function app on my Azure subscription and it worked with no issues (logging messages confirmed everything was running). This issue only occurs when im trying to debug locally in vscode. I’ve tried creating both v1 and v2 functions projects and i get the same error