397 Ideas
Vote
Microsoft
7 years ago
Allow to use connectionState to identify conected devices
Certain applications requires to know if device is disconnected with accuracy<1 minute. By implementing heartbeat pattern as advised (https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-identity-registry) with large amount of devices it creates enormous volumes of heartbeat messages and it results in generating 99.9% of quota messages just to know when device goes offline (Disconnected).
Under Review
All IdeasUnder Review
Microsoft
Company Response
We are considering improving the connection information provided by IoT Hub
Vote
Microsoft
6 years ago
extend the route to blob file name format with dynamic parameters such as deviceId or messageType
from this text https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-messages-d2c :Azure Blob StorageIoT Hub only supports writing data to Azure Blob Storage in the Apache Avro format. IoT Hub batches messages and writes data to a blob whenever the batch reaches a certain size or a certain amount of time has elapsed.IoT Hub defaults to the following file naming convention:Copy{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}You may use any file naming convention, however you must use all listed tokens. IoT Hub will write to an empty blob if there is no data to write.It would be nice to be able to add {deviceId} or {messageType} to the url to create more structure.
All Ideas