Skip to content

Commit fb9ebd1

Browse files
Update articles/azure-functions/functions-triggers-bindings.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 74a6f8a commit fb9ebd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ You can connect your function to other services by using input or output binding
7979

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

82-
For information about which bindings are in preview or are approved for production use, see [Supported languages](supported-languages.md). Note that versions of triggers and bindings are only supported when the underlying SDK is also supported.
82+
For information about which bindings are in preview or are approved for production use, see [Supported languages](supported-languages.md).
83+
84+
Specific binding extension versions are only supported while the underlying service SDK is supported. Changes to support in the underlying service SDK version affect the support for the consuming extension.
8385

8486
## Bindings code examples
8587

0 commit comments

Comments
 (0)