Skip to content

Commit a9ad25d

Browse files
authored
Manvir's suggestions
1 parent 1220c69 commit a9ad25d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/extension-bundles.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ To upgrade your app to the most recent bundle, edit the host.json file in the ro
5454

5555
Keep these considerations in mind when upgrading the extension bundle version used by your app:
5656

57-
+ Review the reference documentation for any extensions used by your app to look for any breaking changes between versions. For the list of extension versions included in the default bundle, see the `extension.json` project file linked [from this table](#supported-extension-bundles).
57+
+ The contents of the latest 4.x bundle can always be found at [this release page in the repo](https://github.com/Azure/azure-functions-extension-bundles/releases/latest).
58+
+ Review the reference documentation for any extensions used by your app to look for any breaking changes between versions. For the list of extension versions included in the default bundle, see the `extension.json` project file linked [from this table](#supported-extension-bundles). You can also review the [bundle releases page](https://github.com/Azure/azure-functions-extension-bundles/releases) in the bundles repo for a specific bundle version tags.
5859
+ Always verify your app locally after upgrading the bundle version to ensure compatibility with the updated extensions. You can use the [func start](functions-core-tools-reference.md#func-start) command in Azure Functions Core Tools or F5 in Visual Studio or Visual Studio Code to run your function app locally.
5960
+ The way that you trigger extensions to be updated based on changes to the bundle version in the host.json file depends on your app environment:
6061
+ Local project: extensions are updated locally when Core Tools starts, either from the `func start` command or when debugging in your development tools.

0 commit comments

Comments
 (0)