Skip to content

Commit 7f17e06

Browse files
Merge pull request #333 from microsoft/psl-quota-script-update
docs: Clarify instructions for selecting terminal shell in VS code
2 parents 1b8775a + 3517ff3 commit 7f17e06

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/images/git_bash.png

29.3 KB
Loading

docs/quota_check.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ 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.
64+
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
65+
![git_bash](images/git_bash.png)
66+
3. Navigate to the `scripts` folder where the script files are located and make the script as executable:
6567
```sh
6668
cd scripts
6769
chmod +x quota_check_params.sh
6870
```
69-
3. Run the appropriate script based on your requirement:
71+
4. Run the appropriate script based on your requirement:
7072
7173
**To check quota for the deployment**
7274
@@ -75,10 +77,10 @@ The final table lists regions with available quota. You can select any of these
7577
```
7678
- Refer to [Input Formats](#input-formats) for detailed commands.
7779
78-
4. If you see the error `_bash: az: command not found_`, install Azure CLI:
80+
5. If you see the error `_bash: az: command not found_`, install Azure CLI:
7981
8082
```sh
8183
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
8284
az login
8385
```
84-
5. Rerun the script after installing Azure CLI.
86+
6. Rerun the script after installing Azure CLI.

0 commit comments

Comments
 (0)