Skip to content

Commit 6ba8b6d

Browse files
committed
updates6
1 parent d37a53a commit 6ba8b6d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/azure-functions/functions-create-first-function-terraform.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: 'Quickstart: Create and deploy Azure Functions resources from Terraform'
3-
description: In this quickstart, you create a resource group, storage account, blob storage account, and service plan in Azure for an Azure Functions Flex Consumption plan.
3+
description: In this quickstart article, you create a function app in a Flex Consumption plan, along with the resource group, storage account, and blob storage container required by the app.
44
ms.topic: quickstart
5-
ms.date: 04/01/2025
5+
ms.date: 04/14/2025
66
ms.custom: devx-track-terraform
77
ms.service: azure-functions
88
author: ggailey777
99
ms.author: glenga
10-
#customer intent: As a Terraform user, I want to learn how to create an Azure Functions Flex Consumption plan within a defined storage account and blob storage deployment container.
10+
#customer intent: As a Terraform user, I want to learn how to create a function app in a Flex Consumption plan along with required storage account and blob storage container used for deployments.
1111
content_well_notification:
1212
- AI-contribution
1313
---
1414

1515
# Quickstart: Create and deploy Azure Functions resources from Terraform
1616

17-
In this quickstart, you use Terraform to create a function app in a Flex Consumption plan in Azure, along with its required Azure resources. Azure Functions Flex Consumption is a serverless compute service that helps you to run code on demand without explicitly provisioning or managing infrastructure. It's used for processing data, integrating systems, internet-of-things computing, and building simple APIs and microservices. The resources created in this configuration include a unique resource group, a storage account, a blob storage container, a service plan, and the function app itself. The function app is configured to use blob storage and is set to run on a Linux operating system.
17+
In this quickstart, you use Terraform to create a function app in a Flex Consumption plan in Azure Functions, along with other required Azure resources. The Flex Consumption plan provides serverless hosting that lets you run your code on demand without explicitly provisioning or managing infrastructure. It's used for processing data, integrating systems, internet-of-things computing, and building simple APIs and microservices. The resources created in this configuration include a unique resource group, a storage account, a blob storage container, the Flex Consumption plan, and the function app itself. The function app runs on Linux and is configured to use blob storage for code deployments.
1818

1919
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2020

@@ -23,7 +23,7 @@ In this quickstart, you use Terraform to create a function app in a Flex Consump
2323
> * Generate a random string of 13 lowercase letters to name resources.
2424
> * Create a storage account in Azure.
2525
> * Create a blob storage container in the storage account.
26-
> * Create a service plan in Azure.
26+
> * Create a Flex Consumption plan in Azure Functions.
2727
> * Create a function app with a Flex Consumption plan in Azure.
2828
> * Output the names of the resource group, storage account, service plan, function app, and Azure Functions Flex Consumption plan.
2929
@@ -151,5 +151,4 @@ Open a browser and enter the following URL: **https://<fa_name>.azurewebsites.ne
151151

152152
## Next steps
153153

154-
> [!div class="nextstepaction"]
155-
> [See more articles about Azure Functions Flex Consumption.](/search/?terms=Azure%20function%20app%20flex%20consumption%20and%20terraform)
154+
[!INCLUDE [functions-quickstarts-infra-next-steps](../../includes/functions-quickstarts-infra-next-steps.md)]

0 commit comments

Comments
 (0)