Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 738
OlavT Avatar asked Dec 24 '22 11:12

OlavT


1 Answers

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.

like image 164
Raj Avatar answered Mar 05 '23 02:03

Raj