From 57bbdc3cf2c7a346e97345633a0c56c6dd02c545 Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 31 Jan 2025 10:53:17 -0800 Subject: [PATCH] Update linux_function_app.html.markdown (#28646) * Update linux_function_app.html.markdown * Update website/docs/r/linux_function_app.html.markdown Co-authored-by: sreallymatt <106555974+sreallymatt@users.noreply.github.com> * Update website/docs/r/linux_function_app.html.markdown Co-authored-by: sreallymatt <106555974+sreallymatt@users.noreply.github.com> --------- Co-authored-by: sreallymatt <106555974+sreallymatt@users.noreply.github.com> --- website/docs/r/linux_function_app.html.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/r/linux_function_app.html.markdown b/website/docs/r/linux_function_app.html.markdown index 9c1d3b1bca94..49a21ef1a98e 100644 --- a/website/docs/r/linux_function_app.html.markdown +++ b/website/docs/r/linux_function_app.html.markdown @@ -10,9 +10,7 @@ description: |- Manages a Linux Function App. -> [!NOTE] -> This Terraform resource is specifically designed to provision the infrastructure for a Function App, which can host one or more individual functions. To package and deploy application code to the Function App, tools like [Azure Functions Core Tools](https://learn.microsoft.com/azure/azure-functions/functions-run-local) or Azure CLI can be utilized. With the current toolset, application code deployment must typically be performed individually for each Function App. It is also important to note that after a Terraform deployment, particularly if the `azurerm_linux_function_app` resource is recreated due to changes in critical properties (such as the OS type, runtime stack, or App Service Plan), previously deployed application code may be removed, necessitating redeployment. This process can, however, be streamlined and automated using custom scripts or CI/CD pipelines. - +-> **Note:** This Terraform resource is specifically designed to provision the infrastructure for a Function App, which can host one or more individual functions. To package and deploy application code to the Function App, tools like [Azure Functions Core Tools](https://learn.microsoft.com/azure/azure-functions/functions-run-local) or Azure CLI can be utilized, however application code deployment must typically be performed individually for each Function App. ## Example Usage