@Dataholic Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
I understand that you have 2 different asks here:
- Internal server error for your JS based Azure Function App
- how-to setup this in VSCode to use zip deployment ?
Internal server error for your JS based Azure Function App:
Answer: I see that you have already raised another thread for the same issue. The Internal Server 500 error code is due to the error Did not find any initialized language workers
issue. Please note this issue a known issue reported recently. We have already involved the Product Group team internally.
The issue was caused by azure portal saving test data within the azure functions. Portal team made a fix. ETA for deployment of this fix to prod is 7/14th. We sincerely apologize for the inconvenience caused due to this. We appreciate your patience on this.
Sharing the related thread for the same issue: https://learn.microsoft.com/en-us/answers/questions/1324267/how-to-fix-the-error-did-not-find-any-initialized?comment=question#newest-question-comment
How-to setup this in VSCode to use zip deployment ? Answer: When you publish from Visual Studio Code, you take advantage of the Zip deploy technology. Please follow the steps mentioned here.
**
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.