Skip to content

Commit 69492ff

Browse files
Add note highlighting breaking change
1 parent 0b210dd commit 69492ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/functions-bindings-sendgrid.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ The SendGrid bindings are provided in the [Microsoft.Azure.WebJobs.Extensions.Se
2929

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

32+
> [!NOTE]
33+
> Version 1.x creates the topic or subscription configured in the `ServiceBusTrigger` (if it does not exist) but version 2.x of the package does not. Version 2.x is based on [Microsoft.Azure.ServiceBus](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus) that does not handle queue management.
34+
3235
[!INCLUDE [functions-package-v2](../../includes/functions-package-v2.md)]
3336

3437
## Example

0 commit comments

Comments
 (0)