We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a0e51 commit 87b23a0Copy full SHA for 87b23a0
1 file changed
docs/quota_check.md
@@ -57,6 +57,8 @@ The final table lists regions with available quota. You can select any of these
57
chmod +x quota_check_params.sh
58
./quota_check_params.sh
59
```
60
+ - Refer to [Input Formats](#input-formats) for detailed commands.
61
+
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:
@@ -71,6 +73,8 @@ The final table lists regions with available quota. You can select any of these
71
73
```sh
72
74
75
76
77
78
4. If you see the error `_bash: az: command not found_`, install Azure CLI:
79
80
0 commit comments