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:-
- In the Azure portal, go to your web app.
- Select Configuration.
- Select General settings.
- 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