You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quota_check.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,13 @@ The final table lists regions with available quota. You can select any of these
60
60
- Refer to [Input Formats](#input-formats) for detailed commands.
61
61
62
62
### **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:
65
65
```sh
66
66
cd scripts
67
67
chmod +x quota_check_params.sh
68
68
```
69
-
3. Run the appropriate script based on your requirement:
69
+
4. Run the appropriate script based on your requirement:
70
70
71
71
**To check quota for the deployment**
72
72
@@ -75,10 +75,10 @@ The final table lists regions with available quota. You can select any of these
75
75
```
76
76
- Refer to [Input Formats](#input-formats) for detailed commands.
77
77
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:
0 commit comments