Skip to content

Commit f299be5

Browse files
authored
Merge pull request #89148 from craigshoemaker/crs-functions-sendgrid-breakingchange
Add note highlighting breaking change
2 parents 4c98bbe + b316005 commit f299be5

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 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.
34+
3235
[!INCLUDE [functions-package-v2](../../includes/functions-package-v2.md)]
3336

3437
## Example

0 commit comments

Comments
 (0)