Skip to content

Commit e28e6c8

Browse files
Merge pull request #303133 from ggailey777/patch-3
[Functions] Readd Azure CLI requirement to the CLI quickstarts
2 parents 625438c + 2d535c2 commit e28e6c8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

articles/azure-functions/create-first-function-azure-developer-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create functions in Azure using the Azure Developer CLI
33
description: "Learn how to use the Azure Developer CLI (azd) to create resources and deploy the local project to a Flex Consumption plan on Azure."
4-
ms.date: 10/19/2024
4+
ms.date: 7/23/2025
55
ms.topic: quickstart
66
ms.custom:
77
- ignite-2024
@@ -21,9 +21,9 @@ By default, the Flex Consumption plan follows a _pay-for-what-you-use_ billing m
2121

2222
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2323

24-
+ [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd).
24+
+ [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd)
2525

26-
+ [Azure Functions Core Tools](functions-run-local.md#install-the-azure-functions-core-tools).
26+
+ [Azure Functions Core Tools](functions-run-local.md#install-the-azure-functions-core-tools)
2727

2828
[!INCLUDE [functions-requirements-azure-cli](../../includes/functions-requirements-azure-cli.md)]
2929

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)]

includes/functions-requirements-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
::: zone-end
2121
::: zone pivot="programming-language-python"
2222
+ [Python 3.11](https://www.python.org/).
23-
::: zone-end
23+
::: zone-end

0 commit comments

Comments
 (0)