Skip to content

Commit 439b9b3

Browse files
(Azure CXP) Updated the location of "Always On"
https://github.com/MicrosoftDocs/azure-docs/issues/49285 'Always on' is currently found under Configuration -> General settings
1 parent 5dd3dee commit 439b9b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/app-service/faq-availability-performance-application-issues.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ For information about quotas and limits, see [App Service limits](../azure-resou
8989
By default, web apps are unloaded if they are idle for a set period of time. This way, the system can conserve resources. The downside is that the response to the first request after the web app is unloaded is longer, to allow the web app to load and start serving responses. In Basic and Standard service plans, you can turn on the **Always On** setting to keep the app always loaded. This eliminates longer load times after the app is idle. To change the **Always On** setting:
9090

9191
1. In the Azure portal, go to your web app.
92-
2. Select **Application settings**.
93-
3. For **Always On**, select **On**.
92+
2. Select **Configuration**
93+
3. Select **General settings**.
94+
4. For **Always On**, select **On**.
9495

9596
## How do I turn on failed request tracing?
9697

0 commit comments

Comments
 (0)