After Enabling Extension in Web Apps Windows (Apps Service) website not loading and throwing 503 Error.

Shyamsundar 1 Reputation point
2022-03-04T14:38:59.557+00:00

After Enabling Extension in Web Apps Windows (Apps Service) website not loading and throwing 503 Error.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,284 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lan Huang-MSFT 25,871 Reputation points Microsoft Vendor
    2022-03-07T02:28:37.777+00:00

    Hi @Shyamsundar ,
    This problem is often caused by application level issues, such as:

    • requests taking a long time
    • application using high memory/CPU
    • application crashing due to an exception.

    Troubleshooting can be divided into three distinct tasks, in sequential order:

    Scale the app:Scaling up an app involves two related actions: changing your App Service plan to a higher pricing tier, and configuring certain settings after you have switched to the higher pricing tier.

    You can check the documentation for specific steps.
    https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-http-502-http-503
    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments