Skip to content

Commit 1df54e8

Browse files
docs: Update login instructions for Azure CLI in QuotaCheck.md
1 parent bf381f1 commit 1df54e8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/QuotaCheck.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Before deploying the accelerator, **ensure sufficient quota availability** for t
77
### Login if you have not done so already
88

99
```
10-
azd auth login
10+
az login
11+
```
12+
If using VS Code Web:
13+
```
14+
az login --use-device-code
1115
```
1216

1317
### 📌 Default Models & Capacities:
@@ -95,7 +99,7 @@ The final table lists regions with available quota. You can select any of these
9599
### **If using VS Code or Codespaces**
96100

97101
1. Open the terminal in VS Code or Codespaces.
98-
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
102+
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash` / `bash`.
99103
![git_bash](images/readme/terminal_git_bash.png)
100104
3. Navigate to the `scripts` folder where the script files are located and make the script as executable:
101105
```sh
@@ -118,5 +122,6 @@ The final table lists regions with available quota. You can select any of these
118122
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
119123
az login
120124
```
125+
> Note: Use `az login --use-device-code` in VS Code Web.
121126
122127
6. Rerun the script after installing Azure CLI.

0 commit comments

Comments
 (0)