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
A map of objects that represent a new App Service Plan to create for the Function App.
993
+
Description: A map of objects that represent a new App Service Plan to create for the Function App.
995
994
996
995
-`name` - (Optional) The name of the App Service Plan.
997
996
-`resource_group_name` - (Optional) The name of the resource group to deploy the App Service Plan in.
@@ -1004,10 +1003,6 @@ Description:
1004
1003
-`zone_balancing_enabled` - (Optional) Should zone balancing be enabled for the App Service Plan? Changing this forces a new resource to be created.
1005
1004
> **NOTE:** If this setting is set to `true` and the `worker_count` value is specified, it should be set to a multiple of the number of availability zones in the region. Please see the Azure documentation for the number of Availability Zones in your region.
- `per_site_scaling_enabled` - (Optional) Should per site scaling be enabled for the App Service Plan? Defaults to `false`.
921
920
- `zone_balancing_enabled` - (Optional) Should zone balancing be enabled for the App Service Plan? Changing this forces a new resource to be created.
922
921
> **NOTE:** If this setting is set to `true` and the `worker_count` value is specified, it should be set to a multiple of the number of availability zones in the region. Please see the Azure documentation for the number of Availability Zones in your region.
0 commit comments