ufuk varol
ufuk varol

Reputation: 21

How to avoid azure to close inactive app service

Even if always on flas is setted, azure closes our web apps after inactivity 20 minutes. Then it opens them when first request comes. Is it possible to avoid from this behaviour. We want our services always running and responds immediately.

App service plan is Standard: 1 Large. Subscription's offer is "Azure in Open"

Thanks in advance

Upvotes: 2

Views: 1189

Answers (1)

Chris Pietschmann
Chris Pietschmann

Reputation: 29905

Go to the App Service Web App within the Azure Portal, navigate to the "Application Settings" section, and set the "Always On" option to "On". This will ensure the application is always running.

FYI, the "Application Settings" pane in the Azure Portal is changing to "Configuration", and is currently in Preview at the time of writing this.

Upvotes: 5

Related Questions