Skip to content

Commit 10c4c98

Browse files
authored
Emphasize that the documentation of each binding library should be read
1 parent a6db98c commit 10c4c98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Depending on the triggers and bindings your app uses, your app might need to ref
3434

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

37+
> [!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](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus?tabs=isolated-process%2Cfunctionsv2%2Cextensionv3&pivots=programming-language-csharp#hostjson-settings).
40+
3741
**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.
3842

3943
> [!TIP]

0 commit comments

Comments
 (0)