Azure IOT 中心数据导出

标签 azure iot azure-iot-hub

物联网集线器是否保留遥测数据。如果是,持续多长时间以及我们如何在 Azure 门户中访问该数据?我们可以将遥测数据从 IOT hub 导出到 Excel 吗?

最佳答案

how can we access that data in Azure portal? Can we export the telemetry data from IOT hub to excel ?

这是一个相当广泛的问题,有很多方法可以使用 IoT 中心中的消息,但您无法在门户中看到它,并且没有内置方法将数据导出到 Excel。

我所知道的最接近Excel导出的官方解决方案是Set up continuous data export from Azure IoT Central to a Power BI app .

Do we have to route it storage unit to view data or IOT hub let us view those data

有关如何将消息路由到 Blob 存储的示例,请参阅 Exercise - Create a message route to Azure blob storage这是 Identify anomalies by routing data via IoT Hub to a built-in ML model in Azure Stream Analytics 的一部分模块来自Securely connect IoT devices to the cloud .

Do IOT hub retains telemetry data. If yes for how long

标准保留期为 1 天,但可以延长至 7 days .

<小时/> 顺便说一句。如果您希望监视传入的事件,以便进行测试,可以使用 Azure CLI 的 az iot hub monitor-events 命令。

az extension add --name azure-iot
az iot hub monitor-events -n <IoT-Hub-Name>

关于Azure IOT 中心数据导出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62226147/

相关文章:

azure - 存储帐户中的公共(public)容器

python - 使用 raspberry-pi3 和 Bluemix 的 IoT 项目。错误: TwilioRestClient has been removed from this version of the library

c# - 如何使用 Azure IoT C SDK 为 AMQP 协议(protocol)设置某些系统属性,以及它们在 EventHub 中的最终位置?

eclipse - Californium CoAP 路径参数

azure - EventProcessorHost 方法 - 我是否需要用于事件中心的 azure blob 存储和租赁容器?

c# - 如何为 IoT 中心的每个新生产者添加新的 Kafka 主题?

azure - 从 Azure ARM 模板中检索订阅标签

python - Azure B2C : Error in the callback after the edit profile when it tries to get a new token

azure - Get-AzureRmResourceGroup -detailed 不起作用

linux - Emb Linux 上的 IoT Hub 客户端在 send_event_async 时返回关闭的 SSL channel