I am trying to deploy Funtions app on Linux server on Azure.
I tried POC two days ago and I deployed it on Linux server and It was working fine. Zip file size was around 3.5 MB.
Then I added more code and packages and now the Zip file is sized at around 15 MB.
I am trying VS 2019 "Publish" to deploy this code to Azure but I am not getting any luck there. The same settings were working fine when I first created POC and deployed my code couple of times.
Here is the error I am getting,
The file with logs also contains almost the same thing, they were unable to determine the cause of the error.
- Does anyone else is facing this issue during covid19?
- The code was working fine on the local machine but on Windows. Is it possible that there are Linux related errors in code?
- Also, the DeployUI is getting a timeout just loading. https://xxxxxxx.scm.azurewebsites.net:8181/ZipDeployUI/ What could be the possible fix for this?!
Thanks, Kiran.