Skip to content

Commit face3d1

Browse files
Add note highlighting breaking change #2
Attempt #2 as [last PR](MicrosoftDocs/azure-docs-pr#89148) was marked as merged, but was somehow lost.
1 parent b9f82c2 commit face3d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/functions-bindings-service-bus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ The Service Bus bindings are provided in the [Microsoft.Azure.WebJobs.ServiceBus
3030

3131
The Service Bus bindings are provided in the [Microsoft.Azure.WebJobs.Extensions.ServiceBus](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.ServiceBus) NuGet package, version 3.x. Source code for the package is in the [azure-webjobs-sdk](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus/) GitHub repository.
3232

33+
> [!NOTE]
34+
> Version 2.x does not create the topic or subscription configured in the `ServiceBusTrigger` instance. Version 2.x is based on [Microsoft.Azure.ServiceBus](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus) and does not handle queue management.
35+
3336
[!INCLUDE [functions-package-v2](../../includes/functions-package-v2.md)]
3437

3538
## Trigger

0 commit comments

Comments
 (0)