Skip to content

Commit bd840d6

Browse files
Update includes/functions-dotnet-migrate-packages-v4-isolated.md
Co-authored-by: Matthew Henderson <[email protected]>
1 parent 5762d5c commit bd840d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-dotnet-migrate-packages-v4-isolated.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Depending on the triggers and bindings your app uses, your app might need to ref
3535
See [Supported bindings](../articles/azure-functions/functions-triggers-bindings.md#supported-bindings) for a complete list of extensions to consider, and consult each extension's documentation for full installation instructions for the isolated process model. Be sure to install the latest stable version of any packages you are targeting.
3636

3737
> [!TIP]
38-
> The binding packages might require you to update your `host.json` file, be sure to read the documentation of each binding package used.
39-
> For example, the service bus bindings have breaking changes in the structure as described [here](/azure/azure-functions/functions-bindings-service-bus?tabs=isolated-process%2Cfunctionsv2%2Cextensionv3&pivots=programming-language-csharp#hostjson-settings).
38+
> Any changes to extension versions during this process might require you to update your `host.json` file as well. Be sure to read the documentation of each extension that you use.
39+
> For example, the Service Bus extension has breaking changes in the structure between versions 4.x and 5.x, as described [here](/azure/azure-functions/functions-bindings-service-bus?tabs=isolated-process%2Cextensionv5%2Cextensionv3&pivots=programming-language-csharp#hostjson-settings).
4040
4141
**Your isolated worker model application should not reference any packages in the `Microsoft.Azure.WebJobs.*` namespaces or `Microsoft.Azure.Functions.Extensions`.** If you have any remaining references to these, they should be removed.
4242

0 commit comments

Comments
 (0)