Hi ,
I am trying to build a cloud web application which can do below tasks-:
- Create Azure IOT Edge Devices on IOT Hub using IOT Hub SDK.
- Create Standard and Layered Deployment for the target devices using IOT Hub SDK.
I was able to accomplish the first task using the RegistryManager API in IOT hub SDK.
But I am not able to find any sample SDK or API via which I can write code (in JAVA) to create deployments for IOT Edge Devices.
Can you please help me out here if, is there any SDK or API available to accomplish my second task?
I do checked the documents suggesting to do the same thing via Azure CLI, Azure Portal and Visual Studio Code.
Deploy and monitor IoT Edge modules at scale using Azure Portal using below link.
https://learn.microsoft.com/en-us/azure/iot-edge/how-to-deploy-at-scale?view=iotedge-2020-11
I want to accomplish the same thing using any SDK or API provided.
Please let me know if the same is available.
Thanks In Advance!
Regards
Shashank