Skip to content

Commit f75f2a6

Browse files
authored
Merge pull request #62 from aliphys/altCliLoginNew
docs: Provide alternative login option to Azure CLI
2 parents d7675ff + da0034d commit f75f2a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/ai-studio/includes/install-cli.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@ You can follow instructions [How to install the Azure CLI](/cli/azure/install-az
3838
After you install the Azure CLI, sign in using the ``az login`` command and sign-in using the browser:
3939
```
4040
az login
41+
42+
```
43+
Alternatively, you can log in manually via the browser with a device code.
44+
```
45+
az login --use-device-code
4146
```

0 commit comments

Comments
 (0)