Skip to content

Commit 724fbf6

Browse files
committed
Resolve PR comments
1 parent 9780af7 commit 724fbf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,13 +800,13 @@ The following table explains the binding configuration properties that you set i
800800
|**type** | n/a | Must be set to "eventGrid". |
801801
|**direction** | n/a | Must be set to "out". This parameter is set automatically when you create the binding in the Azure portal. |
802802
|**name** | n/a | The variable name used in function code that represents the event. |
803-
|**topicEndpointUri** |**TopicEndpointUri** | The name of an app setting that contains the URI for the custom topic, such as `https://mycustomtopic.australiaeast-1.eventgrid.azure.net/api/events`. |
804-
|**topicKeySetting** |**TopicKeySetting** | The name of an app setting that contains an access key for the custom topic.|
803+
|**topicEndpointUri** |**TopicEndpointUri** | The name of an app setting that contains the URI for the custom topic, such as `MyTopicEndpointUri`. |
804+
|**topicKeySetting** |**TopicKeySetting** | The name of an app setting that contains an access key for the custom topic. |
805805

806806
[!INCLUDE [app settings to local.settings.json](../../includes/functions-app-settings-local.md)]
807807

808808
> [!IMPORTANT]
809-
> Ensure that you set the value of the `TopicEndpointUri` configuration property to the name of an app setting that contains the URI of the custom topic. Do not specify the name of the custom topic directly in this property.
809+
> Ensure that you set the value of the `TopicEndpointUri` configuration property to the name of an app setting that contains the URI of the custom topic. Do not specify the URI of the custom topic directly in this property.
810810
811811
## Output - usage
812812

0 commit comments

Comments
 (0)