Skip to content

Commit fe84736

Browse files
authored
Add azd links
1 parent f197cdd commit fe84736

File tree

1 file changed

+38
-34
lines changed

1 file changed

+38
-34
lines changed

articles/azure-functions/functions-get-started.md

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Getting started with Azure Functions
33
description: Take the first steps toward working with Azure Functions.
44
ms.topic: overview
55
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
6-
ms.date: 12/13/2022
6+
ms.date: 09/16/2024
77
zone_pivot_groups: programming-languages-set-functions-full
88
---
99

@@ -20,14 +20,17 @@ Complete one of our quickstart articles to create and deploy your first function
2020
::: zone pivot="programming-language-csharp"
2121
You can create C# functions by using one of the following tools:
2222

23+
+ [Azure Developer CLI (azd)](create-first-function-azure-developer-cli.md?pivots=programming-language-csharp)
24+
+ [Command line](./create-first-function-cli-csharp.md)
2325
+ [Visual Studio](./functions-create-your-first-function-visual-studio.md)
2426
+ [Visual Studio Code](./create-first-function-vs-code-csharp.md)
25-
+ [Command line](./create-first-function-cli-csharp.md)
27+
2628

2729
::: zone-end
2830
::: zone pivot="programming-language-java"
2931
You can create Java functions by using one of the following tools:
3032

33+
+ [Azure Developer CLI (azd)](create-first-function-azure-developer-cli.md?pivots=programming-language-java)
3134
+ [Eclipse](functions-create-maven-eclipse.md)
3235
+ [Gradle](functions-create-first-java-gradle.md)
3336
+ [IntelliJ IDEA](functions-create-maven-intellij.md)
@@ -40,32 +43,36 @@ You can create Java functions by using one of the following tools:
4043
::: zone pivot="programming-language-javascript"
4144
You can create JavaScript functions by using one of the following tools:
4245

43-
+ [Visual Studio Code](./create-first-function-vs-code-node.md)
44-
+ [Command line](./create-first-function-cli-node.md)
46+
+ [Azure Developer CLI (azd)](create-first-function-azure-developer-cli.md?pivots=programming-language-javascript)
4547
+ [Azure portal](./functions-create-function-app-portal.md#create-a-function-app)
48+
+ [Command line](./create-first-function-cli-node.md)
49+
+ [Visual Studio Code](./create-first-function-vs-code-node.md)
4650

4751
::: zone-end
4852
::: zone pivot="programming-language-powershell"
4953
You can create PowerShell functions by using one of the following tools:
5054

51-
+ [Visual Studio Code](./create-first-function-vs-code-powershell.md)
52-
+ [Command line](./create-first-function-cli-powershell.md)
55+
+ [Azure Developer CLI (azd)](create-first-function-azure-developer-cli.md?pivots=programming-language-powershell)
5356
+ [Azure portal](./functions-create-function-app-portal.md#create-a-function-app)
57+
+ [Command line](./create-first-function-cli-powershell.md)
58+
+ [Visual Studio Code](./create-first-function-vs-code-powershell.md)
5459

5560
::: zone-end
5661
::: zone pivot="programming-language-python"
5762
You can create Python functions by using one of the following tools:
5863

59-
+ [Visual Studio Code](./create-first-function-vs-code-python.md)
64+
+ [Azure Developer CLI (azd)](create-first-function-azure-developer-cli.md?pivots=programming-language-python)
65+
+ [Azure portal](./functions-create-function-app-portal.md#create-a-function-app)
6066
+ [Command line](./create-first-function-cli-python.md)
61-
+ [Azure portal](./functions-create-function-app-portal.md#create-a-function-app)
67+
+ [Visual Studio Code](./create-first-function-vs-code-python.md)
6268

6369
::: zone-end
6470
::: zone pivot="programming-language-typescript"
6571
You can create TypeScript functions by using one of the following tools:
6672

67-
+ [Visual Studio Code](./create-first-function-vs-code-typescript.md)
73+
+ [Azure Developer CLI (azd)](create-first-function-azure-developer-cli.md?pivots=programming-language-typescript)
6874
+ [Command line](./create-first-function-cli-typescript.md)
75+
+ [Visual Studio Code](./create-first-function-vs-code-typescript.md)
6976

7077
::: zone-end
7178
::: zone pivot="programming-language-other"
@@ -74,41 +81,38 @@ Besides the natively supported programming languages, you can use [custom handle
7481
::: zone pivot="programming-language-csharp,programming-language-java,programming-language-javascript,programming-language-powershell,programming-language-python,programming-language-typescript"
7582
## Review end-to-end samples
7683

84+
These sites let you browse existing functions reference projects and samples in your desired language:
7785
::: zone-end
7886
::: zone pivot="programming-language-csharp"
79-
The following sites let you browse existing C# functions reference projects and samples:
80-
81-
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=csharp&products=azure-functions)
87+
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=dotnetCsharp)
8288
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=C%23)
83-
89+
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=csharp&products=azure-functions)
8490
::: zone-end
8591
::: zone pivot="programming-language-java"
86-
The following sites let you browse existing Java functions reference projects and samples:
87-
88-
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=java&products=azure-functions)
92+
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=java)
8993
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=Java)
90-
94+
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=java&products=azure-functions)
9195
::: zone-end
92-
::: zone pivot="programming-language-javascript,programming-language-typescript"
93-
The following sites let you browse existing Node.js functions reference projects and samples:
94-
95-
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=javascript%2ctypescript&products=azure-functions)
96-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=JavaScript%2CTypeScript)
97-
96+
::: zone pivot="programming-language-javascript"
97+
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=javascript)
98+
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=JavaScript)
99+
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=javascript&products=azure-functions)
98100
::: zone-end
101+
::: zone pivot="programming-language-typescript"
102+
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=typescript)
103+
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=TypeScript)
104+
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=typescript&products=azure-functions)
105+
::: zone-end
99106
::: zone pivot="programming-language-powershell"
100-
The following sites let you browse existing PowerShell functions reference projects and samples:
101-
102-
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=powershell&products=azure-functions)
107+
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=powershell)
103108
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=PowerShell)
104-
105-
::: zone-end
106-
::: zone pivot="programming-language-python"
107-
The following sites let you browse existing Python functions reference projects and samples:
108-
109-
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=python&products=azure-functions)
109+
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=powershell&products=azure-functions)
110+
::: zone-end
111+
::: zone pivot="programming-language-python"
112+
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=python)
110113
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=Python)
111-
::: zone-end
114+
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=python&products=azure-functions)
115+
::: zone-end
112116

113117
## Explore an interactive tutorial
114118

@@ -120,7 +124,7 @@ Complete one of the following interactive training modules to learn more about F
120124

121125
To learn even more, see the [full listing of interactive tutorials](/training/browse/?expanded=azure&products=azure-functions).
122126

123-
## Next steps
127+
## Related content
124128

125129
::: zone pivot="programming-language-csharp"
126130
If you're already familiar with developing C# functions, consider reviewing one of the following language reference articles:

0 commit comments

Comments
 (0)