Skip to content

Commit e2390cd

Browse files
Update quota_check.md
1 parent 0a68b8f commit e2390cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/quota_check.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
Before deploying the accelerator, **ensure sufficient quota availability** for the required model. \
44

5-
## 📌 Default Models & Capacities:
5+
### 📌 Default Models & Capacities:
66
```
77
gpt-4o:30, text-embedding-ada-002:80, gpt-4:30
88
```
9-
## 📌 Default Regions:
9+
### 📌 Default Regions:
1010
```
1111
eastus, 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**
4242
The 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

4949
1. Navigate to the [Azure Portal](https://portal.azure.com).
5050
2. 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**
7070
1. Open the terminal in VS Code or Codespaces.
7171
2. Navigate to the `scripts` folder where the script files are located:
7272
```sh

0 commit comments

Comments
 (0)