Azure IoT Hub – how many data device has sent?
I would like to know how much data a device has sent in a period of time to IoT Hub. Currently I have following base query: AzureDiagnostics | where TimeGenerated between (datetime("2022-10-01") .. datetime('2022-11-08')) | extend DeviceId = extractjson("$.deviceId", properties_s)…