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
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-custom-handlers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Custom handlers are best suited for situations where you want to:
24
24
25
25
With custom handlers, you can use [triggers and input and output bindings](./functions-triggers-bindings.md) via [extension bundles](./functions-bindings-register.md).
26
26
27
-
Get started with Azure Functions custom handlers with [quickstarts in Go and Rust](create-first-function-vs-code-other.md).
27
+
Get started with Azure Functions custom handlers with [quickstarts in Go and Rust](how-to-create-function-vs-code.md?pivots=programming-language-other).
28
28
29
29
## Overview
30
30
@@ -585,4 +585,4 @@ Support is available if the Functions host has problems starting or communicatin
585
585
586
586
## Next steps
587
587
588
-
Get started building an Azure Functions app in Go or Rust with the [custom handlers quickstart](create-first-function-vs-code-other.md).
588
+
Get started building an Azure Functions app in Go or Rust with the [custom handlers quickstart](how-to-create-function-vs-code.md?pivots=programming-language-other).
0 commit comments