Azure Event Grid Flashcards
What is Azure Event Grid?
Azure Event Grid is a highly scalable, fully managed Pub Sub message distribution service that offers flexible message consumption patterns using the MQTT and HTTP protocols.
What are the two Data Distribution methods in Azure Event Grid?
Through HTTP, Event Grid enables you to build event-driven solutions where a publisher service announces its system state changes (events) to subscriber applications. Event Grid can be configured to send events to subscribers (push delivery) or subscribers can connect to Event Grid to read events (pull delivery).
What are the pricing tiers for Azure Event Grid?
- Basic
- Standard
What are the two event schemas available in Azure Event Grid?
- Event grid event schema
- Cloud event schema
What are the 4 required properties in events in Azure Event Grid?
- Id
- Event time
- Event type
- Subject
What are the 3 types of filtering options for Azure Event grid subcription?
- Event types
- Subject begins with or ends with
- Advanced fields and operators