After decreasing the version of Azure extension, It started working for me.
Following settings worked for me:
App Service -> 0.25.0
Azure Functions -> v1.12.4
Azure Resources -> v0.8.0
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am experiencing an issue when deploying one of my Azure Function APIs using the Virtual Studio Code Azure Function extension. I deploy my code into an Azure Function for my APIs, and when I try to deploy my code now, I get the error "Number of entries expected in End Of Central Directory does not correspond to number of entries in Central Directory" inside of the terminal. The error is with the "Azure Functions" extension. I tried reverting to another version of the "Azure Functions" extension and deploying, however I get the same error. I'm not sure what to do. For reference, I am using the Azure Functions extension, version 1.13.1 in Visual Studio code.
After decreasing the version of Azure extension, It started working for me.
Following settings worked for me:
App Service -> 0.25.0
Azure Functions -> v1.12.4
Azure Resources -> v0.8.0
Changing Extension "Azure Resources" version to 0.8.0 works for me.
Not sure why my last comment was eaten.
Devesh Tiwari Thanks for the answer and it really helped lot of users with similar issues for a quick resolution.
Update:
Our product team has fixed the issue in the Azure Resources extension, and we just released 0.8.3 version with the fix. Please update to this version for mitigation and let us know if any issues or have any questions.
We are sincerely sorry for the inconvenience caused by this issue.
I don't have Azure Resources installed, but the Function Apps extension. I had to downgrade it to v1.12.4. When will it be also fixed?