You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+[Visual Studio Code](./create-first-function-vs-code-typescript.md)
69
76
70
77
::: zone-end
71
78
::: zone pivot="programming-language-other"
@@ -74,41 +81,38 @@ Besides the natively supported programming languages, you can use [custom handle
74
81
::: zone pivot="programming-language-csharp,programming-language-java,programming-language-javascript,programming-language-powershell,programming-language-python,programming-language-typescript"
75
82
## Review end-to-end samples
76
83
84
+
These sites let you browse existing functions reference projects and samples in your desired language:
77
85
::: zone-end
78
86
::: zone pivot="programming-language-csharp"
79
-
The following sites let you browse existing C# functions reference projects and samples:
If you're already familiar with developing Java functions, consider reviewing the [language reference](./functions-reference-java.md) article.
136
+
Learn more about developing functions by reviewing the [Java language reference](./functions-reference-java.md) article.
135
137
::: zone-end
136
138
::: zone pivot="programming-language-javascript,programming-language-typescript"
137
-
If you're already familiar with developing Node.js functions, consider reviewing the [language reference](./functions-reference-node.md) article.
139
+
Learn more about developing functions by reviewing the [Node.js language reference](./functions-reference-node.md) article.
138
140
::: zone-end
139
141
::: zone pivot="programming-language-powershell"
140
-
If you're already familiar with developing PowerShell functions, consider reviewing the [language reference](./functions-reference-powershell.md) article.
142
+
Learn more about developing functions by reviewing the [PowerShell language reference](./functions-reference-powershell.md) article.
141
143
::: zone-end
142
144
::: zone pivot="programming-language-python"
143
-
If you're already familiar with developing Python functions, consider reviewing the [language reference](./functions-reference-python.md) article.
145
+
Learn more about developing functions by reviewing the [Python language reference](./functions-reference-python.md) article.
144
146
::: zone-end
145
147
::: zone pivot="programming-language-other"
146
-
Consider reviewing the [custom handlers](functions-custom-handlers.md) documentation.
148
+
Learn more about developing functions using Rust, Go, and other languages by reviewing the [custom handlers](functions-custom-handlers.md) documentation.
147
149
::: zone-end
148
150
149
-
You might also be interested in one of these more advanced articles:
0 commit comments