You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently migrated an Azure Functions app from @azure/functions v3 to v4 (TypeScript). The functions are now nested under the path ./functions/**/index.ts.
While I am able to successfully execute the functions from the Visual Studio Code Azure Functions extension UI, they are no longer recognized by Azurite.
Any guidance or assistance on resolving this issue would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Not sure what do you mean by "they are no longer recognized by Azurite". Is there any error occur or something else? If any error occur, is that from Azurite? If so, please share the Azurite debug log, together with the expected behavior.
We are not Azure Functions expert, so might not be the best person to help you on Azure Functions issue. You might can contact Azure Functions team to see what's the difference on v3 and v4.
Hi,
I've recently migrated an Azure Functions app from @azure/functions v3 to v4 (TypeScript). The functions are now nested under the path ./functions/**/index.ts.
While I am able to successfully execute the functions from the Visual Studio Code Azure Functions extension UI, they are no longer recognized by Azurite.
Any guidance or assistance on resolving this issue would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: