Skip to content

Commit b05fea3

Browse files
authored
More link fixes
1 parent 69010ba commit b05fea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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 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:
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:
1414

1515
+ [C#](create-first-function-cli-csharp.md)
1616
+ [Java](create-first-function-cli-java.md)
17-
+ [JavaScript](create-first-function-cli-javascript.md)
17+
+ [JavaScript](create-first-function-cli-node.md)
1818
+ [PowerShell](create-first-function-cli-powershell.md)
1919
+ [Python](create-first-function-cli-python.md)
2020
+ [TypeScript](create-first-function-cli-typescript.md)

0 commit comments

Comments
 (0)