Skip to content

Commit 1220c69

Browse files
authored
Update articles/azure-functions/extension-bundles.md
1 parent 830d6fe commit 1220c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/extension-bundles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ 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).
5758
+ 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.
5859
+ 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:
5960
+ 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)