Hi, I used to use function triggered by iot hub to send cloud to device message. Now, that i decide to use my device as an iot edge device and want to achieve the same goal. As, I read the documentation, i found that there isn't $upstream option as source in declare route for iot edge hub. Is there anyway to send data from iot hub to iot edge device?
Also, if i have like 5 modules in edge device, will they run 1 by 1 or at the same time?
Thanks.