Skip to content

Commit ec0ef00

Browse files
committed
Event Grid Topic > Event Grid topic
1 parent 68f35aa commit ec0ef00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-host-json-durabletask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Task hub names must start with a letter and consist of only letters and numbers.
128128
|traceReplayEvents|false|A value indicating whether to write orchestration replay events to Application Insights.|
129129
|eventGridTopicEndpoint ||The URL of an Azure Event Grid custom topic endpoint. When this property is set, orchestration life-cycle notification events are published to this endpoint. This property supports App Settings resolution.|
130130
|eventGridKeySettingName ||The name of the app setting containing the key used for authenticating with the Azure Event Grid custom topic at `EventGridTopicEndpoint`.|
131-
|eventGridPublishRetryCount|0|The number of times to retry if publishing to the Event Grid Topic fails.|
131+
|eventGridPublishRetryCount|0|The number of times to retry if publishing to the Event Grid topic fails.|
132132
|eventGridPublishRetryInterval|5 minutes|The Event Grid publishes retry interval in the *hh:mm:ss* format.|
133133
|eventGridPublishEventTypes||A list of event types to publish to Event Grid. If not specified, all event types will be published. Allowed values include `Started`, `Completed`, `Failed`, `Terminated`.|
134134
|useAppLease|true|When set to `true`, apps will require acquiring an app-level blob lease before processing task hub messages. For more information, see the [disaster recovery and geo-distribution](../articles/azure-functions/durable/durable-functions-disaster-recovery-geo-distribution.md) documentation. Available starting in v2.3.0.|

0 commit comments

Comments
 (0)