From da08fcf144db1a941ec17672556030308daae537 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Fri, 16 Feb 2018 16:06:36 -0800 Subject: [PATCH] Documenting the requirement for a Premium SKU --- website/docs/r/app_service_plan.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/app_service_plan.html.markdown b/website/docs/r/app_service_plan.html.markdown index ce5b1c0545714..d6cb24d478192 100644 --- a/website/docs/r/app_service_plan.html.markdown +++ b/website/docs/r/app_service_plan.html.markdown @@ -60,6 +60,8 @@ The following arguments are supported: * `app_service_environment_id` - (Optional) The ID of the App Service Environment where the App Service Plan should be located. Changing forces a new resource to be created. +~> **NOTE:** Attaching to an App Service Environment requires the App Service Plan use a `Premium` SKU. + * `maximum_number_of_workers` - (Optional) Maximum number of instances that can be assigned to this App Service plan. * `reserved` - (Optional) Is this App Service Plan `Reserved`. Defaults to `false`.