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
The Flex Consumption plan also supports these application settings:
1696
1698
@@ -1831,7 +1833,10 @@ These application settings are required for container deployments:
1831
1833
::: zone-end
1832
1834
1833
1835
Keep these considerations in mind when working with site and application settings using Bicep files or ARM templates:
1834
-
::: zone pivot="consumption-plan,premium-plan,dedicated-plan"
1836
+
::: zone pivot="flex-consumption-plan"
1837
+
+ The optional `alwaysReady` setting contains an array of one or more `{name,instanceCount}` objects, with one for each [per-function scale group](flex-consumption-plan.md#per-function-scaling). These are the scale groups being used to make always-ready scale decisions. The values assigned to `name` and `instanceCount` are the scale group name and always ready instance count, respectively.
1838
+
::: zone-end
1839
+
::: zone pivot="consumption-plan,premium-plan,dedicated-plan"
1835
1840
+ There are important considerations for when you should set `WEBSITE_CONTENTSHARE` in an automated deployment. For detailed guidance, see the [`WEBSITE_CONTENTSHARE`](functions-app-settings.md#website_contentshare) reference.
1836
1841
::: zone-end
1837
1842
::: zone pivot="container-apps,azure-arc,premium-plan,dedicated-plan"
0 commit comments