OlavT
OlavT

Reputation: 2666

417 - This device has an empty configuration for the edge agent?

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

https://learn.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?

Upvotes: 5

Views: 3388

Answers (1)

Raj
Raj

Reputation: 2647

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.

Upvotes: 10

Related Questions