File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff 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+ 
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.
You can’t perform that action at this time.
0 commit comments