Skip to content

Commit 1e4424f

Browse files
authored
Add Azure CLI requirement
1 parent 4d965f1 commit 1e4424f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a function in Azure from the command line
33
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.
4-
ms.date: 07/11/2025
4+
ms.date: 07/22/2025
55
ms.topic: quickstart
66
ms.custom: devx-track-csharp, devx-track-azurecli, devx-track-azurepowershell, mode-other, devx-track-dotnet
77
zone_pivot_groups: programming-languages-set-functions
@@ -19,6 +19,8 @@ Completing this quickstart incurs a small cost of a few USD cents or less in you
1919

2020
[!INCLUDE [functions-requirements-azure-cli](../../includes/functions-requirements-azure-cli.md)]
2121

22+
+ [Azure CLI](/cli/azure/install-azure-cli)
23+
2224
+ The [`jq` command line JSON processor](https://jqlang.org/download/), used to parse JSON output, and is also available in Azure Cloud Shell.
2325

2426
[!INCLUDE [functions-install-core-tools](../../includes/functions-install-core-tools.md)]

0 commit comments

Comments
 (0)