Skip to content

Commit 1fe7e5b

Browse files
authored
Merge pull request #272881 from ggailey777/patch-2
[Functions] Clarify how to use the Azure CLI samples
2 parents 04a463b + b05fea3 commit 1fe7e5b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/azure-functions/functions-cli-samples.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
---
2-
title: Azure CLI samples for Azure Functions | Microsoft Docs
2+
title: Azure CLI samples for Azure Functions
33
description: Find links to bash scripts for Azure Functions that use the Azure CLI. Learn how to create a function app that allows integration and deployment.
4-
54
ms.assetid: 577d2f13-de4d-40d2-9dfc-86ecc79f3ab0
65
ms.topic: sample
7-
ms.date: 09/17/2021
6+
ms.date: 04/21/2024
87
ms.custom: mvc, devx-track-azurecli, seo-azure-cli
98
keywords: functions, azure cli samples, azure cli examples, azure cli code samples
109
---
1110

1211
# Azure CLI Samples
1312

14-
The following table includes links to bash scripts for Azure Functions that use the Azure CLI.
13+
These end-to-end Azure CLI scripts are provided to help you learn how to provision and managing the Azure resources required by Azure Functions. You must use the [Azure Functions Core Tools](functions-run-local.md) to create actual Azure Functions code projects from the command line on your local computer and deploy code to these Azure resources. For a complete end-to-end example of developing and deploying from the command line using both Core Tools and the Azure CLI, see one of these language-specific command line quickstarts:
14+
15+
+ [C#](create-first-function-cli-csharp.md)
16+
+ [Java](create-first-function-cli-java.md)
17+
+ [JavaScript](create-first-function-cli-node.md)
18+
+ [PowerShell](create-first-function-cli-powershell.md)
19+
+ [Python](create-first-function-cli-python.md)
20+
+ [TypeScript](create-first-function-cli-typescript.md)
21+
22+
The following table includes links to bash scripts that you can use to create and manage the Azure resources required by Azure Functions using the Azure CLI.
1523

1624
<a id="create"></a>
1725

0 commit comments

Comments
 (0)