Skip to content

Commit c6fb394

Browse files
authored
Make 4.x explicit and add another include instance
1 parent f57a092 commit c6fb394

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-functions/extension-bundles.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ Keep these considerations in mind when you work with extension bundles:
5555

5656
It's important to keep your bundle version up-to-date so that your apps can continue to be eligible for new features, security patches, and performance optimizations.
5757

58-
To upgrade your app to the most recent bundle, edit the host.json file in the root of your app project. Replace the value of `extensionBundle.version` with the most recent supported extension bundles version.
58+
To upgrade your app to the most recent bundle, edit the host.json file in the root of your app project. Set the value of `extensionBundle.version` to `[4.x,5.0.0)`, which should look like this in your host.json file:
59+
60+
[!INCLUDE [functions-extension-bundles-json](../../includes/functions-extension-bundles-json.md)]
5961

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

0 commit comments

Comments
 (0)