Reactive Architecture with Event Grid
Azure Event Grid is another cloud component that represents serverless services in Azure. It can be considered an events gateway or a handler. It is able to both make our solution work faster and reverse control, so our services don’t have to wait for others, burning available resources just to be idle. Additionally, it’s a great routing tool that is able to quickly distribute load and multiply it, allowing jobs to be finished faster.
In this chapter, the following topics will be covered:
- Azure Event Grid and reactive architecture
- Connecting to other services through Azure Event Grid
- The security features of Azure Event Grid
- Using different event schemas
- Receiving and filtering events