Reader small image

You're reading from  The Azure IoT Handbook

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781837633616
Edition1st Edition
Right arrow
Author (1)
Dan Clark
Dan Clark
author image
Dan Clark

Dan Clark is a senior developer and data engineer specializing in Microsoft technologies. He is focused on learning new AI and data technologies and training others on how to best implement those technologies. He has worked as an Azure Technical Trainer (ATT)for Microsoft and has over 25 years of experience as a Microsoft Certified Trainer. Dan has published several books and numerous articles on Microsoft technologies. He is a regular speaker at various developer and database conferences and user group meetings and enjoys interacting with the Microsoft communities.
Read more about Dan Clark

Right arrow

Responding to events

The next step is to define an endpoint, which is the event handler that is responsible for processing an event. Currently, you can select quite a few handlers depending on how you plan on reacting to the event, as seen here:

Figure 12.3 – Selecting an endpoint

You can also put filtering on your events. Filtering events from an Azure IoT hub can be a valuable tool for managing and processing IoT data efficiently. Here are some reasons why you might want to use filtering for IoT Hub events:

  • Reducing data volume: IoT devices can generate a massive amount of data, and not all of it may be relevant to your specific use case. Filtering allows you to discard or route only the events that meet certain criteria, reducing the volume of data that needs to be processed and stored. This can help save on data storage costs and processing resources.
  • Selective routing: Filtering enables you to route specific types of IoT events to different...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
The Azure IoT Handbook
Published in: Dec 2023Publisher: PacktISBN-13: 9781837633616

Author (1)

author image
Dan Clark

Dan Clark is a senior developer and data engineer specializing in Microsoft technologies. He is focused on learning new AI and data technologies and training others on how to best implement those technologies. He has worked as an Azure Technical Trainer (ATT)for Microsoft and has over 25 years of experience as a Microsoft Certified Trainer. Dan has published several books and numerous articles on Microsoft technologies. He is a regular speaker at various developer and database conferences and user group meetings and enjoys interacting with the Microsoft communities.
Read more about Dan Clark