Azure Devops Pipeline returning: 'Failed to deploy web package to App Service. Internal Server Error (CODE: 500)'
I am trying to use Azure DevOps pipelines to build a .NET 5 (Core) web app and deploy it to my Azure app service. I can't find any complete examples in the documentation that achieve this so I'm following this: https://github.com/shahedc/NetLearnerApp/blob/main/azure-pipelines.yml.txt However, the Azure deploy task keeps returning this vague error: In my Azu