Skip to content

Commit cd18c33

Browse files
Update quota_check.md
1 parent e2390cd commit cd18c33

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

docs/quota_check.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,13 @@ The final table lists regions with available quota. You can select any of these
5050
2. Click on **Azure Cloud Shell** in the top right navigation menu.
5151
3. Run the appropriate command based on your requirement:
5252

53-
**To check quota for a specific model and capacity:**
53+
**To check quota for the deployment**
5454

5555
```sh
5656
curl -L -o quota_check_params.sh "https://raw.githubusercontent.com/microsoft/document-generation-solution-accelerator/main/scripts/quota_check_params.sh"
5757
chmod +x quota_check_params.sh
58-
./quota_check_params.sh <model_name:capacity> [<model_region>] (e.g., gpt-4o-mini:30,text-embedding-ada-002:20 eastus)
58+
./quota_check_params.sh
5959
```
60-
61-
**To check available quota across all regions for supported models:**
62-
63-
```sh
64-
curl -L -o quota_check_all_regions.sh "https://raw.githubusercontent.com/microsoft/document-generation-solution-accelerator/main/scripts/quota_check_all_regions.sh"
65-
chmod +x quota_check_all_regions.sh
66-
./quota_check_all_regions.sh
67-
```
68-
6960
### **If using VS Code or Codespaces**
7061
1. Open the terminal in VS Code or Codespaces.
7162
2. Navigate to the `scripts` folder where the script files are located:
@@ -74,16 +65,10 @@ The final table lists regions with available quota. You can select any of these
7465
```
7566
3. Run the appropriate script based on your requirement:
7667

77-
**To check quota for a specific model and capacity:**
78-
79-
```sh
80-
./quota_check_params.sh <model_name:capacity> [<model_region>] (e.g., gpt-4o-mini:30,text-embedding-ada-002:20 eastus)
81-
```
82-
83-
**To check available quota across all regions for supported models:**
68+
**To check quota for the deployment**
8469

8570
```sh
86-
./quota_check_all_regions.sh
71+
./quota_check_params.sh
8772
```
8873
4. If you see the error `_bash: az: command not found_`, install Azure CLI:
8974

0 commit comments

Comments
 (0)