Skip to content

Commit 88e8272

Browse files
authored
Updates to SendGrid bindings
1 parent 508f671 commit 88e8272

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

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

2626
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.
2727

28-
> [!NOTE]
29-
> Versions 2.x and higher do not create the topic or subscription configured in the `ServiceBusTrigger` instance. These versions are based on [Microsoft.Azure.ServiceBus](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus) which does not handle queue management.
30-
3128
[!INCLUDE [functions-package-v2](../../includes/functions-package-v2.md)]
3229

3330
## Example
@@ -348,9 +345,9 @@ The following table lists the binding configuration properties available in the
348345

349346
| *function.json* property | Attribute/annotation property | Description | Optional |
350347
|--------------------------|-------------------------------|-------------|----------|
351-
| type || Must be set to `sendGrid`.| No |
352-
| direction || Must be set to `out`.| No |
353-
| name || The variable name used in function code for the request or request body. This value is `$return` when there is only one return value. | No |
348+
| type |n/a| Must be set to `sendGrid`.| No |
349+
| direction |n/a| Must be set to `out`.| No |
350+
| name |n/a| The variable name used in function code for the request or request body. This value is `$return` when there is only one return value. | No |
354351
| apiKey | ApiKey | The name of an app setting that contains your API key. If not set, the default app setting name is *AzureWebJobsSendGridApiKey*.| No |
355352
| to| To | The recipient's email address. | Yes |
356353
| from| From | The sender's email address. | Yes |

0 commit comments

Comments
 (0)