Skip to content

Commit cece709

Browse files
authored
Update includes/functions-dotnet-migrate-packages-v4-isolated.md
1 parent bd840d6 commit cece709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See [Supported bindings](../articles/azure-functions/functions-triggers-bindings
3636

3737
> [!TIP]
3838
> 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).
39+
> For example, the Service Bus extension has breaking changes in the structure between versions 4.x and 5.x. For more information, see [Azure Service Bus bindings for Azure Functions](/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)