監視您的解決方案

已完成

一旦將方案部署到 IoT Edge 之後,系統就會操作來告訴您掃描的項目。

監視 IoT Edge 裝置上的解決方案

一旦部署解決方案之後,您可以使用 [iotedge list] 命令在 IoT Edge 裝置上進行監視。

iotedge list

The illustration shows the module status.

從 Azure IoT Edge 窗格監視解決方案

您可以從 Azure 入口網站上的 Azure IoT 中樞窗格,監視 Azure IoT Edge 模組的狀態。

按一下 Azure IoT Edge 窗格裝置,以查看更多在裝置上執行的模組詳細資料。

The illustration shows the module status from IoT Hub.

從 Azure Cloud Shell 檢視裝置遙測

  1. 您必須知道所建立的 Azure IoT 中樞名稱。 您可從 Azure Web 入口網站取得名稱。

  2. 開啟 Azure Cloud Shell

  3. 在 Cloud Shell 中,執行 az extension add 命令,將 Microsoft Azure IoT 延伸模組新增到 CLI 殼層。 IoT 延伸模組會將 IoT 中樞、IoT Edge 和 IoT 裝置佈建服務 (DPS) 的特定命令新增到 Azure CLI。

    az extension add --name azure-iot
    
  4. 使用下列命令啟動 IoT 中樞事件監視器。 請務必使用 IoT 中樞名稱。

    az iot hub monitor-events --hub-name {your IoT Hub name}
    
  5. 觀察雲端中的遙測。

  6. 使用 「Ctrl+C」 來停止事件監視器。