You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-bindings-event-grid.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -800,13 +800,13 @@ The following table explains the binding configuration properties that you set i
800
800
|**type**| n/a | Must be set to "eventGrid". |
801
801
|**direction**| n/a | Must be set to "out". This parameter is set automatically when you create the binding in the Azure portal. |
802
802
|**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.|
805
805
806
806
[!INCLUDE [app settings to local.settings.json](../../includes/functions-app-settings-local.md)]
807
807
808
808
> [!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.
0 commit comments