Skip to content

Commit fa94aa6

Browse files
authored
Clarify how to use the Azure CLI samples
1 parent ad5b411 commit fa94aa6

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](https://learn.microsoft.com/azure/azure-functions/functions-run-local) to create actual Azure Functions code projects from the command line on your local computer and deploy code to the 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#](learn.microsoft.com/azure/azure-functions/create-first-function-cli-csharp)
16+
+ [Java](learn.microsoft.com/azure/azure-functions/create-first-function-cli-java)
17+
+ [JavaScript](learn.microsoft.com/azure/azure-functions/create-first-function-cli-javascript)
18+
+ [PowerShell](learn.microsoft.com/azure/azure-functions/create-first-function-cli-powershell)
19+
+ [Python](learn.microsoft.com/azure/azure-functions/create-first-function-cli-python)
20+
+ [TypeScript](learn.microsoft.com/azure/azure-functions/create-first-function-cli-typescript)
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)