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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Description
The Azure REST API for app service plans, provides support for setting "properties.elasticScaleEnabled" which, when true, enables the platform managed scaling for the app service plan when used for Web Apps. This is effective under the following conditions:
Per Site Scaling is disabled
A Premium V2 or Premium V3 SKU is in use
The maximum_elastic_worker_count should also be made available to be used for the Premium V2 and Premium V3 tiers.
Is there an existing issue for this?
Community Note
Description
The Azure REST API for app service plans, provides support for setting "properties.elasticScaleEnabled" which, when true, enables the platform managed scaling for the app service plan when used for Web Apps. This is effective under the following conditions:
The maximum_elastic_worker_count should also be made available to be used for the Premium V2 and Premium V3 tiers.
New or Affected Resource(s)/Data Source(s)
azurerm_service_plan
Potential Terraform Configuration
References
App Service Plans - Create Or Update
The text was updated successfully, but these errors were encountered: