Skip to content

Commit 897b8d9

Browse files
committed
docs: add alternative CLI login option
1 parent 2cbca91 commit 897b8d9

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 co
44+
```
45+
az login --use-device-code
4146
```

0 commit comments

Comments
 (0)