Terminology Flashcards
(92 cards)
Azure Event Grid - Event
What happened.
Azure Event Grid - Event Source
Where the event took place
Azure Event Grid - Topic
The endpoints where publishers send events
Azure Event Grid - Subscriptions
The endpoint, or built-in mechanism to route events to one or more handlers
Azure Event Grid - Event Handlers
The app or service to handle the event
Azure Event Grid - Event Size up to GA SLA
64 kB
Azure Event Grid - System topics
built-in topics provided by Azure Services
Azure Event Grid - Custom topics
application or third party topics
Azure Event Grid - Event Schema
A set of string properties that every event has
Azure Event Grid - Time-To-Live
Max duration in minutes that an event is allowed to exist before being dropped or dead-lettered.
Azure Event Grid - TTL
Time to live
Azure Event Grid - Retry policy
Failed events are dropped or deadlettered if max number of tries or max TTL is reached
Azure Event Grid - Output Batching
Delivering events in batches for high throughput scenarios
Azure Event Grid - Delayed delivary
If an endpoint keeps failing, Event grid won’t try new events for up to several hours
Azure Event Grid - Dead-lettering
An event is sent to a storage account if the retry policy is failed
Azure Event Grid - Subscription Reader
Lets you read event subscriptions
Azure Event Grid - Subscription Contributor
Lets you manage event subscription operations
Azure Event Grid - Contributor
Lets you create and manage Event Grid Resources
Azure Event Grid - Data Sender
Lets you send events to Event Grid Topics
Azure Event Grid - 3 filter types
Event types, Subject pre/postfix, advanced fields and operators
Azure Event Hub
Big data streaming platform and event ingestion service
Azure Event Grid
Serverless Event Broker
Azure Event Hub - Event Hub Client
Interface for developers for interacting with Event Hub
Azure Event Hub - Producer
A client that serves as a source of telemetry data