I have a Linux Azure Web App and I’m using the built-in step to deploy an Azure Web App to deploy a .Net Core app. This is failing with a 404:
Retry #3 on Azure deploy. Exception: Could not connect to the remote computer ("XXXXXXXX.scm.azurewebsites.net"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE.
Using site 'XXXXXXXX'
Using slot ''
Using ID '91c82c13-db23-4289-b1fb-0fbdf8f661de' for connections to the remote server.
Pre-authenticating to remote agent URL 'https://XXXXXXXX.scm.azurewebsites.net/msdeploy.axd?site=XXXXXXXX' as '$XXXXXXXX'.
Calamari.exe : Microsoft.Web.Deployment.DeploymentDetailedException: Could not connect to the remote computer
("XXXXXXXX.scm.azurewebsites.net"). On the remote computer, make sure that Web Deploy is installed and that the
required process ("Web Management Service") is started. Learn more at:
http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE. ---> System.Net.WebException: The
remote server returned an error: (404) Not Found.
Is there something I’ve missed in the configuration?