DurableTaskOptions.EventGridTopicEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the URL of an Azure Event Grid custom topic endpoint. When set, orchestration life cycle notification events will be automatically published to this endpoint.
public string EventGridTopicEndpoint { get; set; }
member this.EventGridTopicEndpoint : string with get, set
Public Property EventGridTopicEndpoint As String
Property Value
The Azure Event Grid custom topic URL.
Remarks
Azure Event Grid topic URLs are generally expected to be in the form https://{topic_name}.{region}.eventgrid.azure.net/api/events.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET