Skip to content

Commit eb844a7

Browse files
authored
Merge pull request #312477 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents b163c04 + dd77a0a commit eb844a7

8 files changed

Lines changed: 8 additions & 16 deletions

articles/azure-functions/functions-bindings-error-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ When you're integrating with Azure services, errors might originate from the API
360360
- [Blob Storage](functions-bindings-storage-blob-output.md#exceptions-and-return-codes)
361361
- [Event Grid](../event-grid/troubleshoot-errors.md)
362362
- [Event Hubs](functions-bindings-event-hubs-output.md#exceptions-and-return-codes)
363-
- [IoT Hub](functions-bindings-event-iot-output.md#exceptions-and-return-codes)
363+
- [IoT Hub](functions-bindings-event-hubs-output.md#exceptions-and-return-codes)
364364
- [Notification Hubs](functions-bindings-notification-hubs.md#exceptions-and-return-codes)
365365
- [Queue Storage](functions-bindings-storage-queue-output.md#exceptions-and-return-codes)
366366
- [Service Bus](functions-bindings-service-bus-output.md#exceptions-and-return-codes)

articles/azure-functions/functions-bindings-event-iot-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ The [host.json](functions-host-json.md#eventhub) file contains settings that con
3535

3636
## Next steps
3737

38-
- [Write events to an event stream (Output binding)](./functions-bindings-event-iot-output.md)
38+
- [Write events to an event stream (Output binding)](./functions-bindings-event-hubs-output.md)

articles/azure-functions/functions-bindings-event-iot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ This set of articles explains how to work with Azure Functions bindings for IoT
2323
## Next steps
2424

2525
- [Respond to events sent to an event hub event stream (Trigger)](./functions-bindings-event-iot-trigger.md)
26-
- [Write events to an event stream (Output binding)](./functions-bindings-event-iot-output.md)
26+
- [Write events to an event stream (Output binding)](./functions-bindings-event-hubs-output.md)

articles/azure-functions/functions-custom-handlers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Custom handlers are best suited for situations where you want to:
2424

2525
With custom handlers, you can use [triggers and input and output bindings](./functions-triggers-bindings.md) via [extension bundles](./functions-bindings-register.md).
2626

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).
2828

2929
## Overview
3030

@@ -585,4 +585,4 @@ Support is available if the Functions host has problems starting or communicatin
585585

586586
## Next steps
587587

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).

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

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ The `retryContext` object has the following properties:
10511051
| **`maxRetryCount`** | Maximum number of times an execution is retried. A value of `-1` means to retry indefinitely. |
10521052
| **`exception`** | Exception that caused the retry. |
10531053
1054-
For more information, see [`retry-policies`](./functions-bindings-errors.md#retry-policies).
1054+
For more information, see [`retry-policies`](./functions-bindings-error-pages.md#retry-policies).
10551055
10561056
::: zone-end
10571057

articles/azure-functions/functions-triggers-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ You can create custom input and output bindings. Bindings must be authored in .N
271271
- [Binding expressions and patterns](./functions-bindings-expressions-patterns.md)
272272
- [Register Azure Functions binding extensions](./functions-bindings-register.md)
273273
- [Manually run a non-HTTP-triggered function](functions-manually-run-non-http.md)
274-
- [Handling binding errors](./functions-bindings-errors.md)
274+
- [Handling binding errors](./functions-bindings-error-pages.md)

articles/azure-functions/migration/migrate-aws-lambda-to-azure-functions.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -736,11 +736,3 @@ Enable [Application Insights](/azure/azure-functions/functions-monitoring) f
736736
737737
- Set up budgeting and cost alerts to manage and predict expenses effectively.
738738
739-
<!--
740-
## Next step
741-
742-
Start the pre-migration evaluation with:
743-
744-
> [!div class="nextstepaction"]
745-
> [Article name](file-name.md)
746-
-->

0 commit comments

Comments
 (0)