@@ -50,22 +50,13 @@ The final table lists regions with available quota. You can select any of these
50502 . Click on ** Azure Cloud Shell** in the top right navigation menu.
51513 . 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**
70611. Open the terminal in VS Code or Codespaces.
71622. 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 ` ` `
75663. 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 ` ` `
88734. If you see the error ` _bash: az: command not found_` , install Azure CLI:
8974
0 commit comments