2
votes

I need to deploy an Azure IoT Hub with an IoT Edge device by using ARM Templates. Unfortunately, I cannot find any property for the Edge device object in the official documentation. Should I assume that this feature isn't supported yet?

UPDATE: I finally managed to create the IoT Edge Device by using Azure CLI with IoT Extension az iot hub device-identity create --hub-name hubName --device-id newEdgeDevice --edge-enabled

2

2 Answers

2
votes

Do not know if it is supported but what you could do is attach a device by hand and have a look in https://resources.azure.com. If is shows up there it should be possible.

If you need any assistance please let me know.

2
votes

Azure CLI command is as discussed before

az iot hub device-identity create --hub-name hubName --device-id newEdgeDevice --edge-enabled