Skip to content

Commit daa50cf

Browse files
Update README: Clarify instructions for selecting terminal shell in VS Code
1 parent 87b23a0 commit daa50cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/quota_check.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ The final table lists regions with available quota. You can select any of these
6060
- Refer to [Input Formats](#input-formats) for detailed commands.
6161

6262
### **If using VS Code or Codespaces**
63-
1. Open the terminal in VS Code or Codespaces.
64-
2. Navigate to the `scripts` folder where the script files are located and make the script as executable:
63+
1. Open the terminal in VS Code or Codespaces. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
64+
3. Navigate to the `scripts` folder where the script files are located and make the script as executable:
6565
```sh
6666
cd scripts
6767
chmod +x quota_check_params.sh
6868
```
69-
3. Run the appropriate script based on your requirement:
69+
4. Run the appropriate script based on your requirement:
7070
7171
**To check quota for the deployment**
7272
@@ -75,10 +75,10 @@ The final table lists regions with available quota. You can select any of these
7575
```
7676
- Refer to [Input Formats](#input-formats) for detailed commands.
7777
78-
4. If you see the error `_bash: az: command not found_`, install Azure CLI:
78+
5. If you see the error `_bash: az: command not found_`, install Azure CLI:
7979
8080
```sh
8181
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
8282
az login
8383
```
84-
5. Rerun the script after installing Azure CLI.
84+
6. Rerun the script after installing Azure CLI.

0 commit comments

Comments
 (0)