How to get deployment manifest of modules of IoT edge device by Azure CLI or Rest API

Microsoft

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.

 

Tim10002_1-1645690932468.png

Is it possible to get the deployment json of IoT edge device by Azure CLI/Rest API.

 

Thanks,

Tim

 
3 Replies

id like to know too. any updates on this?

@Tim10002 

 

Try this for Azure CLI:

 

az iot central device edge manifest show --app-id <your-app-id> --device-id <your-device-id>