Azure Event Grid Flashcards

1
Q

What is Azure Event Grid?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two Data Distribution methods in Azure Event Grid?

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the pricing tiers for Azure Event Grid?

A
  • Basic
  • Standard
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two event schemas available in Azure Event Grid?

A
  • Event grid event schema
  • Cloud event schema
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 4 required properties in events in Azure Event Grid?

A
  1. Id
  2. Event time
  3. Event type
  4. Subject
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 3 types of filtering options for Azure Event grid subcription?

A
  • Event types
  • Subject begins with or ends with
  • Advanced fields and operators
How well did you know this?
1
Not at all
2
3
4
5
Perfectly