Skip to content

Commit 99174a3

Browse files
authored
Clarify the statement of bundles.
1 parent 6667116 commit 99174a3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@ The following table indicates when and how you register bindings.
2424

2525
## <a name="extension-bundles"></a>Extension bundles
2626

27-
By default, extension bundles are used by Java, JavaScript, PowerShell, Python, C# script, and Custom Handler function apps to work with binding extensions. In cases where extension bundles can't be used, you can explicitly install binding extensions with your function app project. Extension bundles are supported for version 2.x and later version of the Functions runtime.
27+
By default, extension bundles provide binding support for functions in these languages:
28+
29+
+ Java
30+
+ JavaScript
31+
+ PowerShell
32+
+ Python
33+
+ C# script
34+
+ Other (custom handlers)
35+
36+
In rare cases where extension bundles can't be used, you can explicitly install binding extensions with your function app project. Extension bundles are supported for version 2.x and later version of the Functions runtime.
2837

2938
Extension bundles are a way to add a pre-defined set of compatible binding extensions to your function app. Extension bundles are versioned. Each version contains a specific set of binding extensions that are verified to work together. Select a bundle version based on the extensions that you need in your app.
3039

0 commit comments

Comments
 (0)