I am currently working on software update on iot device using Microsoft azure. I am following the below links for the same
"https://learn.microsoft.com/en-us/azure/iot-hub/tutorial-firmware-update#update-the-firmware"
"https://github.com/Microsoft/vscode-iot-workbench/blob/master/docs/iot-devkit/devkit-ota.md"
I am referring to this link. I have few doubt regarding this link. If you check the overall architecture diagram it says that there is IOT dev kit which contains IOT C SDK with OTA handler, OTA utility APIs, Firmware Update API for IOT gateway/deevice side. I am not able to find this IOT dev kit.
I am just starting with Azure, I do not have much idea about it. Where can I get IOT dev kit with all OTA functionality enabled. I am actually trying for software update and not firmware update. What approach should be taking for this?