Skip to content

Commit 28a10b9

Browse files
Merge pull request #268226 from madsd/clustersettings
Update duration text
2 parents 15ec34f + 5369c9a commit 28a10b9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/app-service/environment/app-service-app-service-environment-custom-settings.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: madsd
55

66
ms.assetid: 1d1d85f3-6cc6-4d57-ae1a-5b37c642d812
77
ms.topic: tutorial
8-
ms.date: 11/03/2021
8+
ms.date: 03/06/2024
99
ms.author: madsd
1010
ms.custom: mvc, devx-track-arm-template
1111
---
@@ -15,6 +15,10 @@ ms.custom: mvc, devx-track-arm-template
1515
## Overview
1616
Because App Service Environments are isolated to a single customer, there are certain configuration settings that can be applied exclusively to App Service Environments. This article documents the various specific customizations that are available for App Service Environments.
1717

18+
> [!NOTE]
19+
> This article covers the features, benefits, and use cases of App Service Environment v3, which is used with App Service Isolated v2 plans.
20+
>
21+
1822
If you do not have an App Service Environment, see [How to Create an App Service Environment v3](./creation.md).
1923

2024
You can store App Service Environment customizations by using an array in the new **clusterSettings** attribute. This attribute is found in the "Properties" dictionary of the *hostingEnvironments* Azure Resource Manager entity.
@@ -44,7 +48,7 @@ The following abbreviated Resource Manager template snippet shows the **clusterS
4448
The **clusterSettings** attribute can be included in a Resource Manager template to update the App Service Environment.
4549

4650
## Use Azure Resource Explorer to update an App Service Environment
47-
Alternatively, you can update the App Service Environment by using [Azure Resource Explorer](https://resources.azure.com).
51+
Alternatively, you can update the App Service Environment by using [Azure Resource Explorer](https://resources.azure.com).
4852

4953
1. In Resource Explorer, go to the node for the App Service Environment (**subscriptions** > **{your Subscription}** > **resourceGroups** > **{your Resource Group}** > **providers** > **Microsoft.Web** > **hostingEnvironments**). Then click the specific App Service Environment that you want to update.
5054
2. In the right pane, click **Read/Write** in the upper toolbar to allow interactive editing in Resource Explorer.
@@ -53,8 +57,7 @@ Alternatively, you can update the App Service Environment by using [Azure Resour
5357
5. Type (or copy and paste) the array of configuration values you want in the **clusterSettings** attribute.
5458
6. Click the green **PUT** button that's located at the top of the right pane to commit the change to the App Service Environment.
5559

56-
However you submit the change, it takes roughly 30 minutes multiplied by the number of front ends in the App Service Environment for the change to take effect.
57-
For example, if an App Service Environment has four front ends, it will take roughly two hours for the configuration update to finish. While the configuration change is being rolled out, no other scaling operations or configuration change operations can take place in the App Service Environment.
60+
However you submit the change, the change is not immediate and it can take up to 24 hours for the change to take full effect. Some settings have specific details on the time and impact of configuring the specific setting.
5861

5962
## Enable internal encryption
6063

0 commit comments

Comments
 (0)