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:
Does anyone know why I am getting this error?
