Skip to content

Commit 60002b0

Browse files
updating bundle versions
1 parent db40359 commit 60002b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following table lists the currently available versions of the default *Micro
4747
| --- | --- | --- |
4848
| 1.x | `[1.*, 2.0.0)` | See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/v1.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle |
4949
| 2.x | `[2.*, 3.0.0)` | See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/v2.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle |
50+
| 3.x | `[3.3.0, 4.0.0)` | See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/v3.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle |
5051

5152
> [!NOTE]
5253
> While you can a specify custom version range in host.json, we recommend you use a version value from this table.
@@ -88,7 +89,7 @@ If your function app uses bindings that Core Tools does not recognize, you must
8889
Use the following command to install a specific extension package at a specific version, in this case the Storage extension:
8990

9091
```command
91-
func extensions install --package Microsoft.Azure.WebJobs.Extensions.Storage --version 4.0.2
92+
func extensions install --package Microsoft.Azure.WebJobs.Extensions.Storage --version 5.0.0
9293
```
9394

9495
To learn more, see the [`func extensions install` command](functions-core-tools-reference.md#func-extensions-install).

includes/functions-extension-bundles-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: glenga
1111
"version": "2.0",
1212
"extensionBundle": {
1313
"id": "Microsoft.Azure.Functions.ExtensionBundle",
14-
"version": "[2.*, 3.0.0)"
14+
"version": "[3.3.0, 4.0.0)"
1515
}
1616
}
1717
```

0 commit comments

Comments
 (0)