我正在使用 Azure IoT 中心,并通过向我的设备添加标签来创建设备组。但是,添加标签组后,我无法在“组”选项卡中看到我的组或部署。 设备点击 这是一个屏幕截图,显示了空的“组”选项卡,我希望在其中看到我的设备组: 组为空
我需要查看我的设备组 我已尝试以下方法来解决该问题:
Refreshed the IoT Hub dashboard.
Re-logged into my Azure account.
Checked permissions and roles for IoT Hub.
要在 IoT 中心查看组中的更新并向组添加标签,您需要使用 IoT 中心的设备更新来添加更新。
有关如何查看设备组的详细信息,请参阅此文档。您还可以查阅此文档了解导入更新的不同方法。
以下是文档中的步骤:
确保您的 IoT 中心配置了设备更新,并使用 Ubuntu 18.04 设备(物理或虚拟)。
在 Azure IoT 中,注册设备并创建模块标识。
az iot du update init v5 --update-provider Microsoft --update-name AptUpdate --update-version 1.0.0 --compat manufacturer=Contoso model=Vacuum --step handler=microsoft/script:1 properties="{\"installedCriteria\":\"1.0\"}" --file path="C:\\Users\\Tutorial_Simulator\\Tutorial_Simulator\\TutorialImportManifest_Sim.importmanifest.json"
参考文档导入更新并上传更新文件。