How do we run Uncanny LPR on ASE?
7. Login to your azure account through azure CLI using the command “az login”.
8. Check the device connections to the hub with the command “az iot hub device-identity list --hub-name <connected hub name>”.
9. In the deployment JSON file, for all “/uncanny” targets set the mount source to the share mount path obtained from step 6.
10. Deploy the modules to the device using the command “az iot edge set-modules --device-id azurestackedge-edge --hub-name <connected hub name> --content <deployment JSON>”.