Skip to content

Commit bc34742

Browse files
Update README.md
1 parent 318e058 commit bc34742

File tree

1 file changed

+4
-33
lines changed

1 file changed

+4
-33
lines changed

README.md

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -39,42 +39,13 @@ The sample data used in this repository is synthetic and generated using Azure O
3939
QUICK DEPLOY
4040
</h2>
4141

42-
### Check Quota Availability Before Deployment
42+
### ⚠️ Important: Check OpenAI Quota Availability
4343

44-
Before deploying the accelerator, check the quota availability for the model to ensure sufficient capacity.
44+
Before deploying the accelerator, **ensure sufficient quota is available**.
4545

46-
#### **If using Azure Portal and Cloud Shell**
46+
🚨 **Failure to check quota may lead to deployment issues.**
4747

48-
1. Navigate to the [Azure Portal](https://portal.azure.com).
49-
2. Click on **Azure Cloud Shell** in the top right navigation menu.
50-
3. Run the following commands:
51-
52-
```sh
53-
curl -L -o check_azure_quota_public.sh "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/infra/scripts/quota_check.sh"
54-
chmod +x quota_check.sh
55-
./quota_check.sh <model_name:capacity> [<model_region>]
56-
```
57-
#### **If using VS Code or Codespaces**
58-
59-
1. Run the script:
60-
61-
```sh
62-
./quota_check.sh <model_name:capacity> [<model_region>]
63-
```
64-
65-
If you see this error: _bash: az: command not found_
66-
67-
```sh
68-
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
69-
az login
70-
```
71-
Then, rerun the script.
72-
73-
**Parameters**
74-
- `<model_name:capacity>`: The name and required capacity for each model, in the format model_name:capacity (**e.g., gpt-4o-mini:30,text-embedding-ada-002:20**).
75-
- `[<model_region>] (optional)`: The Azure region to check first. If not provided, all supported regions will be checked (**e.g., eastus**).
76-
77-
If sufficient quota is available, proceed with the deployment.
48+
➡️ Refer to **[Quota Check Instructions](quota_check.md)** for detailed steps.
7849

7950
---
8051

0 commit comments

Comments
 (0)