Skip to content

Commit 17ce1fb

Browse files
Merge pull request #278 from microsoft/psl-doc-changes
docs: Added warning message for users while the deployment process.
2 parents e4ba6d7 + b358c23 commit 17ce1fb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
134 KB
Loading

README.DEPLOYMENT.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737

3838
1. **Azure Access** - subscription-level `Owner` or `User Access Administrator` role required.
3939

40+
1. **Microsoft.Compute Registration** - Ensure that **Microsoft.Compute** is registered in your Azure subscription by following these steps:
41+
1. Log in to your **Azure Portal**.
42+
2. Navigate to your **active Azure subscription**.
43+
3. Go to **Settings** and select **Resource Providers**.
44+
4. Check for Microsoft.Compute and click Register if it is not already registered.
45+
<br>
46+
<img src="./Images/readme_deployment/Subscription_ResourceProvider.png" alt="ResourceProvider" width="900">
47+
4048

4149
## Regional Availability
4250

@@ -140,10 +148,13 @@ Don't miss this Url information. This is the application's endpoint URL and it s
140148
| text-embedding-3-large | 200K TPM |
141149
142150
151+
> **⚠️ Warning:** **Insufficient quota can cause failures during the upload process.** Please ensure you have the recommended capacity or request for additional capacity before start uploading the files.
152+
153+
143154
1. Browse to Azure OpenAI Studio and select **each of the 2 models** within the `Deployments` menu:
144155
<img src="./Images/readme_deployment/Control_Model_TPM000.png" alt="Select Model" width="700">
145156
146-
1. Increase the TPM value for **each model** for faster report generation:
157+
2. Increase the TPM value for **each model** for faster report generation:
147158
<img src="./Images/readme_deployment/Control_Model_TPM001.png" alt="Set Token per minute" width="700">
148159
149160
### 2. Data Uploading and Processing

0 commit comments

Comments
 (0)