You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
17
17
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
+
18
22
If you do not have an App Service Environment, see [How to Create an App Service Environment v3](./creation.md).
19
23
20
24
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
44
48
The **clusterSettings** attribute can be included in a Resource Manager template to update the App Service Environment.
45
49
46
50
## 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).
48
52
49
53
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.
50
54
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
53
57
5. Type (or copy and paste) the array of configuration values you want in the **clusterSettings** attribute.
54
58
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.
55
59
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.
0 commit comments