I\'m getting the error on above scrrenshot while Deploying the Azure WebApp to Azure by Github Actions. I have tried disconnecting and connecting the WebApp multiple tim
For my case, i would like to add to the above answer that you need to add an app setting called WEBSITE_WEBDEPLOY_USE_SCM and set true. (I am using linux for my app service) and get publish profile. You will notice that the publish profile will automatically change waws-prod.publish.azurewebsites.windows.net to [example-app].scm.azurewebsites.net.
TLDR;