Feb 24 2022 12:24 AM
I want to deploy a new module to IoT edge device by Azure CLI (az iot edge set-modules).
I need to download the existing deployment manifest of the IoT edge device before deploy the deployment json.
Is it possible to get the deployment json of IoT edge device by Azure CLI/Rest API.
Thanks,
Tim
Dec 09 2022 12:54 PM
id like to know too. any updates on this?
Jul 03 2024 11:23 PM
any update on this?@Tim10002
Jul 04 2024 02:04 PM
Try this for Azure CLI:
az iot central device edge manifest show --app-id <your-app-id> --device-id <your-device-id>