Azure IoT Query Language - Documentation

Welcome to Azure IoT Query Language

A powerful query language for interacting with Azure IoT data.

This document provides an overview of the Azure IoT Query Language.

Key features:

Learn more at Azure IoT Query Language documentation.

Footer: Copyright 2023. All rights reserved.

Here's a simple example query:

                SELECT Timestamp, Temperature, Humidity
                FROM AzureIoT.SensorData
                WHERE Location = 'New York'
                ORDER BY Timestamp;