Azure release pipeline error: Failed to fetch Kudu App Settings. Error: Service Temporarily Unavailable (CODE: 503)

Viewed 4299

I have a Azure DevOps release pipeline which deploy a container to app service in Azure. When I run it, the task to deploy the container fails with message

2020-10-23T16:12:20.8516547Z ##[error]Error: Failed to fetch Kudu App Settings. Error: Service Temporarily Unavailable (CODE: 503) 2020-10-23T16:12:46.5212090Z ##[warning]Error: Failed to update deployment history. Error: Service Temporarily Unavailable (CODE: 503)

Here is a screenshot:

enter image description here

Does anyone know why I am getting this error?

0 Answers
Related