Azure app service 503 65 unavailable

dobestar 6 Reputation points
2021-02-18T12:38:35.423+00:00

Hi, my app service is unavailable and I can't connect to any log service on the Azure portal. Is this a problem with my app, or Azure? It is a .net core 5 app hosted on Linux in UK South. Currently on F1 tier.

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,125 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,913 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,366 Reputation points
    2021-02-18T14:26:07.797+00:00

    Thanks for asking question! As you mentioned you are in Free Trial Azure Subscription. If I have understood right you are getting 503 service unavailable error. There might be possibility that your app has exhausted its resources. If this is the case scaling the App Service Plan to a paid one, say B1: Shared might be helpful.

    Also you may want to know that App Service provides an intelligent and interactive experience to help you troubleshoot your app with no configuration required. When you do run into issues with your app, the diagnostics tool will point out what’s wrong to guide you to the right information to more easily and quickly troubleshoot and resolve the issue.

    You may refer to Troubleshoot HTTP errors of "502 bad gateway" and "503 service unavailable" in Azure App Service

    More details : Azure App Service plan overview

    Let us know if you have any question on this or issue remains.