Skip to content

Commit e14cc66

Browse files
committed
Functions - UUF - triggers and bindings - 245380
1 parent 98dd354 commit e14cc66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
title: Triggers and bindings in Azure Functions
33
description: Learn to use triggers and bindings to connect your Azure Function to online events and cloud-based services.
44
ms.topic: conceptual
5-
ms.date: 09/06/2024
5+
ms.date: 10/28/2024
66
ms.custom: devdivchpfy22, devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
77
zone_pivot_groups: programming-languages-set-functions
8+
ai-usage: ai-assisted
89
---
910

1011
# Azure Functions triggers and bindings concepts
@@ -194,10 +195,13 @@ In Python for Functions version 1, this example `function.json` file defines an
194195
---
195196

196197
::: zone-end
198+
197199
## Add bindings to a function
198200

199201
You can connect your function to other services by using input or output bindings. Add a binding by adding its specific definitions to your function. To learn how, see [Add bindings to an existing function in Azure Functions](add-bindings-existing-function.md).
200202

203+
Azure Functions supports multiple bindings, which must be configured correctly. For example, a function can read data from a queue (input binding) and write data to a database (output binding) simultaneously.
204+
201205
## Supported bindings
202206

203207
[!INCLUDE [Full bindings table](../../includes/functions-bindings.md)]

0 commit comments

Comments
 (0)