Azure: Failed to connect to logstream with status code '503' and reason 'Site Unavailable'

dushkin 1 Reputation point
2021-03-07T15:14:25.49+00:00

Hello all,

I keep getting the following error on my site:

Failed to connect to 'https://spring-boot-123456789.scm.azurewebsites.net/logstream' with status code '503' and reason 'Site Unavailable'

Why does this happen?
Please let me know which more information do you need to understand the reason.

(I am sorry if I chose the wrong tag below. I didn't know which one was the best fitted...)

Thanks!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,844 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 25,481 Reputation points Microsoft Employee
    2021-03-09T14:32:03.663+00:00

    Hi @dushkin ,

    First, I would enable application logging for your Spring Boot application; I'm assuming. The HTTP 503 against the kudu, you can also try some of the recommendations on https://github.com/projectkudu/kudu/wiki/Investigating-issues to see if there was a deployment issue. Feel free to comment below if you need any further assistance.

    Regards,
    Ryan

    0 comments No comments