Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ public EventGridOutputAttribute()

/// <summary>Gets or sets the Topic Key setting. You can find information on getting the Key for a topic here: https://docs.microsoft.com/en-us/azure/event-grid/custom-event-quickstart#send-an-event-to-your-topic </summary>
public string? TopicKeySetting { get; set; }

Comment thread
liliankasem marked this conversation as resolved.
/// <summary>
/// Gets or sets the app setting name that contains the Event Grid topic's connection information.
/// </summary>
public string Connection { get; set; }
Comment thread
aishwaryabh marked this conversation as resolved.
Outdated
}
}