It would be slightly more clear if the mysubscription in "az account set --subscription mysubscription" was in quotes here to show it takes a string and how best to avoid issues with spaces. So it would be: az account set --subscription "mysubscription"
[WillFeedback]
It would be slightly more clear if the mysubscription in "az account set --subscription mysubscription" was in quotes here to show it takes a string and how best to avoid issues with spaces. So it would be: az account set --subscription "mysubscription"