AppService goes down at certain times

AnilS 21 Reputation points
2021-09-17T11:20:34.79+00:00

I am running an Azure app service and I can see that it goes down at certain times. It takes a while to get running and it leaves a bad impression to users.
How can I make sure thay it is running 24/7?

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

Accepted answer
  1. Tasadduq Burney 8,356 Reputation points MVP
    2021-09-17T11:22:40.883+00:00

    Hello @AnilS !

    Hope you are having a Great Day!

    Azure App Service has an option ("Always ON") to keep it running all the time.

    Always On: Keeps the app loaded even when there's no traffic and It's required for continuous WebJobs or for WebJobs that are triggered using a CRON expression.

    In Basic and Standard service plans, you can turn on the Always On setting to keep the app always loaded. To change the Always On setting:-

    1. In the Azure portal, go to your web app.
    2. Select Configuration.
    3. Select General settings.
    4. For Always On, select On.

    Reference: https://learn.microsoft.com/en-us/azure/app-service/configure-common
    https://learn.microsoft.com/en-us/azure/app-service/faq-availability-performance-application-issues

    Regards,
    Tasadduq


0 additional answers

Sort by: Most helpful