22
33Before deploying the accelerator, ** ensure sufficient quota availability** for the required model. \
44
5- ## 📌 Default Models & Capacities:
5+ ### 📌 Default Models & Capacities:
66```
77gpt-4o:30, text-embedding-ada-002:80, gpt-4:30
88```
9- ## 📌 Default Regions:
9+ ### 📌 Default Regions:
1010```
1111eastus, uksouth, eastus2, northcentralus, swedencentral, westus, westus2, southcentralus, canadacentral
1212```
13- ## Usage Scenarios:
13+ ### Usage Scenarios:
1414- No parameters passed → Default models and capacities will be checked in default regions.
1515- Only model(s) provided → The script will check for those models in the default regions.
1616- Only region(s) provided → The script will check default models in the specified regions.
1717- Both models and regions provided → The script will check those models in the specified regions.
1818
19- ## ** Input Formats**
19+ ### ** Input Formats**
2020✔️ Run without parameters to check default models & regions:
2121 ```
2222 ./quota_check_params.sh
@@ -38,13 +38,13 @@ eastus, uksouth, eastus2, northcentralus, swedencentral, westus, westus2, southc
3838 ./quota_check_params.sh "" eastus,westus2
3939 ```
4040
41- #### ** Sample Output**
41+ ### ** Sample Output**
4242The final table lists regions with available quota. You can select any of these regions for deployment.
4343
4444![ quota-check-ouput] ( images/quota-check-output.png )
4545
4646---
47- ## ** If using Azure Portal and Cloud Shell**
47+ ### ** If using Azure Portal and Cloud Shell**
4848
49491 . Navigate to the [ Azure Portal] ( https://portal.azure.com ) .
50502 . Click on ** Azure Cloud Shell** in the top right navigation menu.
@@ -66,7 +66,7 @@ The final table lists regions with available quota. You can select any of these
6666 ./quota_check_all_regions.sh
6767 ` ` `
6868
69- # # **If using VS Code or Codespaces**
69+ # ## **If using VS Code or Codespaces**
70701. Open the terminal in VS Code or Codespaces.
71712. Navigate to the ` scripts` folder where the script files are located:
7272 ` ` ` sh
0 commit comments