Skip to content

Commit 2e705c0

Browse files
authored
Merge pull request #128234 from Zhang-Charlie/docs/fix-functions-get-started-link
Repaired go/rust quickstart link in get-started
2 parents 874e81c + beb6a18 commit 2e705c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can create your first function by using one of the following tools:
3939
+ [Spring Cloud](/azure/developer/java/spring-framework/getting-started-with-spring-cloud-function-in-azure?toc=/azure/azure-functions/toc.json)
4040
::: zone-end
4141
::: zone pivot="programming-language-other"
42-
Besides the natively supported programming languages, you can use [custom handlers](functions-custom-handlers.md) to create functions in any language that supports HTTP primitives. The article [Create a Go or Rust function in Azure using Visual Studio Code](./create-first-function-vs-code-other.md) shows you how to use custom handlers to write your function code in either Rust or Go.
42+
Besides the natively supported programming languages, you can use [custom handlers](functions-custom-handlers.md) to create functions in any language that supports HTTP primitives. The article [Create a Go or Rust function in Azure using Visual Studio Code](./how-to-create-function-vs-code.md?pivots=programming-language-other) shows you how to use custom handlers to write your function code in either Rust or Go.
4343
::: zone-end
4444
::: zone pivot="programming-language-csharp,programming-language-java,programming-language-javascript,programming-language-powershell,programming-language-python,programming-language-typescript"
4545
## Review end-to-end samples

0 commit comments

Comments
 (0)