Closed afroewis closed 6 months ago
Technically speaking you could do this in the IoT Edge module, but that would pose a security risk as you would need to give a client (the IoT Edge being the client) exceedingly high permissions to be able to interact with the IoT Hub Registry endpoint.
I see. That was my suspicion. Thanks for the clarification!
Hi, in this sample, the IoT identity for the downstream device is created in an Azure Function. Is there a reason for this? Why is this not done in the Edge module itself, wouldn't it be easier?
Thanks.