This commit is contained in:
Amar Zavery 2016-06-13 22:02:27 -07:00 коммит произвёл GitHub
Родитель 211abb8f9a
Коммит e5e970778f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ npm install azure-cli -g
- For non 2FA enabled user accounts `azure login -u user1@constosocorp.com`
After successful login, please follow the steps mentioned below to create a serviceprincipal:
#### Step 0: Please make sure you have selected the correct subscription. The service principal will have access to your current subscription.
#### Step 0. Please make sure you have selected the correct subscription. The service principal will have access to your current subscription.
- To list all your subscriptions: `azure account list`
- To set the subscription of your choice: `azure account set "your subscription name"`