From c4aa48589176a7aed1ca7297a224765383d45e6b Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Mon, 15 Jan 2018 11:37:56 +0000 Subject: [PATCH] Linking to the App Service Plan Data Source from the Function App docs --- website/docs/r/function_app.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/function_app.html.markdown b/website/docs/r/function_app.html.markdown index 42ce035020cd..e5e0a36bc5d0 100644 --- a/website/docs/r/function_app.html.markdown +++ b/website/docs/r/function_app.html.markdown @@ -11,7 +11,7 @@ description: |- Manages a Function App. --> **Note:** Function Apps can be deployed to either an App Service Plan or to a Consumption Plan. At this time it's possible to deploy a Function App into an existing Consumption Plan or a new/existing App Service Plan - however it's not currently possible to create a new Consumption Plan. Support for this will be added in the future, and in the interim can be achieved by using [the `azurerm_template_deployment` resource](template_deployment.html). +-> **Note:** Function Apps can be deployed to either an App Service Plan or to a Consumption Plan. At this time it's possible to deploy a Function App into an existing Consumption Plan or a new/existing App Service Plan [using the `azurerm_app_service_plan` Data Source](app_service_plan.html) - however it's not currently possible to create a new Consumption Plan natively in Terraform. Support for this will be added in the future, and in the interim can be achieved by using [the `azurerm_template_deployment` resource](template_deployment.html). ## Example Usage (with App Service Plan)