Summary
Event-based technology plays a significant role in the data processing solutions hosted in Azure. The solutions based on event processing provide high-scale and high-availability services that are maintained in Azure with minimum administrative effort. Event-based services are commonly used for big data ingestion, telemetry stream processing, reactive programming, and mobile platform notifications.
Connectivity to the services and receiving events are implemented in custom applications based on SDKs and involve a variety of Azure services. Plug and play integration of Azure services is the biggest advantage of using event-based technology in Azure for asynchronous processing scenarios. By completing this chapter, you can select the appropriate service based on your requirements and leverage it to process events in an enterprise solution for your company.
In the next chapter, you will learn about the differences between message and event processing and will be able to...