Azure - Failed to deploy web package to App Service. Internal Server Error (CODE: 500)- Fixed

Error: Failed to deploy web package to App Service. Internal Server Error (CODE: 500)


Explanation: I was getting this error when trying to deploy azure functions with release pipeline. I got this and there was no additional information logs with this. I wasted my one day on this issue.

Find Error: You can see the actual error by changing deploy method for web deploy by editing your pipeline.

My Root Cause:  "Web Deploy detected insufficient space on disk." So this was the issue for me, it may be because of my subscription. 

For different persons root cause might be vary but you can see actual error using this deploy method and can apply your fixes accordingly.

Thanks!!!

Comments

Popular posts from this blog

Swagger for Azure functions: Undocumented TypeError: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body. Fixed.

System.Net.Http.HttpClient' does not contain a definition for 'PostAsJsonAsync

Fixed: The required column was not present in the results of a 'FromSql' operation in asp.net core EF core