Azure: Difference between revisions
Jump to navigation
Jump to search
Created page with "==set subscription== az account set --subscription "readable name" ==list hubs== az iot hub module-identity list --device-id <device> --hub-name <hub>" |
No edit summary |
||
Line 3: | Line 3: | ||
==list hubs== | ==list hubs== | ||
az iot hub module-identity list --device-id <device> --hub-name <hub> | az iot hub module-identity list --device-id <device> --hub-name <hub> | ||
==list current subscription== | |||
az account show |
Revision as of 22:35, 12 November 2019
set subscription
az account set --subscription "readable name"
list hubs
az iot hub module-identity list --device-id <device> --hub-name <hub>
list current subscription
az account show