In many scenarios, you might have to handle massive amounts of incoming data, where the incoming data might be coming from sensors and telemetry data, and it could be as simple as the data sent from your Fitbit devices from many end users who use it continuously. In these scenarios, we need to have a reliable solution that is capable of handling massive amounts of data. Azure Event Hubs is one such solution that Azure provides. In this recipe, you will learn how to integrate Event Hubs and Azure Functions.
Handling massive ingress using Event Hub for IoT and similar scenarios
Getting ready
Perform the following steps:
- Create an Event Hub namespace by navigating to Internet of Things and choosing Event Hubs.
- Once the Event...