I am having trouble deploying container to my app service in Azure. In the release pipeline, I saw the following error
[debug][PUT]https://$iagadsca01-cac-app-salesforcedownstream-01:***@iagadsca01-cac-app-salesforcedownstream-01.scm.azurewebsites.net/api/deployments/16801603731950666 [debug]Could not parse response: {} [debug]Response: undefined [debug]Encountered a retriable status code: 503. Message: 'Service Temporarily Unavailable'.
The pipeline will repeat the the above PUT operation for 20 mins and times out eventually.
When I try to open the Kudu site (*.scm) site for my web app, it just gave me a blank page with error
Service Unavailable
I think the scm site should be up regardless my app is running or not? What could cause the scm site to give Service Unavailable error?