Skip to content

Commit 9ebddfe

Browse files
authored
Merge pull request #89339 from craigshoemaker/patch-2
Add note highlighting breaking change #2
2 parents b9f82c2 + face3d1 commit 9ebddfe

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)