Skip to content

Commit 3aaf864

Browse files
committed
Fix columns
1 parent 00de1b2 commit 3aaf864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-event-grid-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ The attribute's constructor takes the name of an application setting that contai
530530
The following table explains the parameters for the `EventGridAttribute`.
531531

532532
|Parameter | Description|
533-
|---------|---------|----------------------|
533+
|---------|---------|
534534
|**TopicEndpointUri** | The name of an app setting that contains the URI for the custom topic, such as `MyTopicEndpointUri`. |
535535
|**TopicKeySetting** | The name of an app setting that contains an access key for the custom topic. |
536536
|**Connection**<sup>*</sup> | The value of the common prefix for the setting that contains the topic endpoint URI. For more information about the naming format of this application setting, see [Identity-based authentication](#identity-based-authentication). |
@@ -540,7 +540,7 @@ The following table explains the parameters for the `EventGridAttribute`.
540540
The following table explains the parameters for the `EventGridOutputAttribute`.
541541

542542
|Parameter | Description|
543-
|---------|---------|----------------------|
543+
|---------|---------|
544544
|**TopicEndpointUri** | The name of an app setting that contains the URI for the custom topic, such as `MyTopicEndpointUri`. |
545545
|**TopicKeySetting** | The name of an app setting that contains an access key for the custom topic. |
546546
|**connection**<sup>*</sup> | The value of the common prefix for the setting that contains the topic endpoint URI. For more information about the naming format of this application setting, see [Identity-based authentication](#identity-based-authentication). |

0 commit comments

Comments
 (0)