4

I have created an Azure IoT Edge device by following the steps outlined here:

https://docs.microsoft.com/en-us/azure/iot-edge/quickstart-linux

When I create a deployment and check the IoT Edge device I see the following error message:

417 - This device has an empty configuration for the edge agent. Please set a deployment manifest.

What am I missing?

4

1 回答 1

10

This happens when you create an Edge device in Azure IoT Hub and then launch the Edge runtime before setting up modules for the device in IoT Hub. Once a deployment has been done and the Edge runtime sees it, this should go away.

于 2017-12-18T19:57:04.447 回答