Skip to content

Commit 8fcc95a

Browse files
committed
final tweaks
1 parent 9255b55 commit 8fcc95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/how-to-create-function-azure-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create a function in Azure from the command line
3-
description: Learn how to create an Azure Functions code project from the command line using Azure Functions Core Tools, create required Azure resources, and then publish the local project to run in Azure Functions.
3+
description: Learn how to use command line tools, such as Azure Functions Core Tools, to create a function code project, create Azure resources, and publish function code to run in Azure Functions.
44
ms.date: 07/11/2025
55
ms.topic: quickstart
66
ms.custom: devx-track-csharp, devx-track-azurecli, devx-track-azurepowershell, mode-other, devx-track-dotnet
@@ -9,7 +9,7 @@ zone_pivot_groups: programming-languages-set-functions
99

1010
# Quickstart: Create a function in Azure from the command line
1111

12-
In this article, you use local command-line tools to create a function that responds to HTTP requests. After verifying your code locally, you deploy it to a serverless hosting plan in Azure Functions.
12+
In this article, you use local command-line tools to create a function that responds to HTTP requests. After verifying your code locally, you deploy it to a serverless Flex Consumption hosting plan in Azure Functions.
1313

1414
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
1515

0 commit comments

Comments
 (0)