Developing Event-Based Solutions
In this chapter, we will be introduced to various event-based services available in Azure. We will become familiar with Azure Event Grid, Azure Event Hubs, Azure IoT Hub, and Azure Notification Hubs. We will also learn about the advantages and limitations of these services and find out which service is better to use in business scenarios. Furthermore, we will look at use case scenarios where we can leverage event-based services. Then, we will be able to compare event-driven solutions and detect their pros and cons.
By the end of this chapter, you will be able to configure event-processing services in Azure and you will know how to leverage them in your solution. By using the provided code snippets and scripts, you will be able to provision and connect to the services, generate events, and consume the events from the code.
In this chapter, we will cover the following topics:
- Understanding the role of event-driven solutions
- Discovering...