Skip to content

Commit 69010ba

Browse files
authored
build issues
1 parent fa94aa6 commit 69010ba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ keywords: functions, azure cli samples, azure cli examples, azure cli code sampl
1010

1111
# Azure CLI Samples
1212

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)
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 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-javascript.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)
2121

2222
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.
2323

0 commit comments

Comments
 (0)