Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.83k stars 324 forks source link

Azurite not recognising local functions after @azure/functions upgrade fromm v3 -> v4 #2474

Open chaysen-heycircle opened 3 weeks ago

chaysen-heycircle commented 3 weeks ago

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!

blueww commented 3 weeks ago

Hi @chaysen-heycircle ,

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.