You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CustomizingAzdParameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ By default this template will use the environment name as the prefix to prevent
16
16
|`AZURE_ENV_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the model deployment type. Allowed: `Standard`, `GlobalStandard`. |
17
17
|`AZURE_ENV_MODEL_NAME`| string |`gpt-5.1`| Specifies the GPT model name. Default: `gpt-5.1`. |
18
18
|`AZURE_ENV_MODEL_VERSION`| string |`2025-04-14`| Specifies the GPT model version. |
19
-
|`AZURE_ENV_MODEL_CAPACITY`| integer |`300`| Sets the model capacity (minimum 1). Recommended: 300 for multi-document claim processing. |
19
+
|`AZURE_ENV_MODEL_CAPACITY`| integer |`300`| Sets the model capacity (minimum 1). Default: 300. Optimal: 500 for multi-document claim processing. |
20
20
|`AZURE_ENV_CONTAINER_REGISTRY_ENDPOINT`| string |`cpscontainerreg.azurecr.io`| Sets the public container image endpoint for pulling pre-built images. |
21
21
|`AZURE_ENV_CONTAINER_IMAGE_TAG`| string |`latest`| Sets the container image tag (e.g., `latest`, `dev`, `hotfix`). |
22
22
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string | Guide to get your [Existing Workspace ID](/docs/re-use-log-analytics.md)| Reuses an existing Log Analytics Workspace instead of provisioning a new one. |
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Ensure you have access to an [Azure subscription](https://azure.microsoft.com/fr
66
66
67
67
**Recommended Configuration:**
68
68
-**Default:** 300k tokens
69
-
-**Optimal:**300k tokens (recommended for multi-document claim processing)
69
+
-**Optimal:**500k tokens (recommended for multi-document claim processing)
70
70
71
71
> **Note:** When you run `azd up`, the deployment will automatically show you regions with available quota, so this pre-check is optional but helpful for planning purposes. You can customize these settings later in [Step 3.3: Advanced Configuration](#33-advanced-configuration-optional).
72
72
@@ -306,7 +306,7 @@ After successful deployment:
306
306
307
307
> Want to customize the schemas for your own documents? [Learn more about adding your own schemas here.](./CustomizeSchemaData.md)
308
308
309
-
Schema registration happens **automatically** as part of the `azd up` post-provisioning hook. After infrastructure is deployed, the hook:
309
+
Schema registration happens **automatically** as part of the `azd up` post-provisioning hook — no manual steps required. After infrastructure is deployed, the hook:
310
310
311
311
1. Waits for the API container app to be ready
312
312
2. Registers the sample schema files (auto claim, damaged car image, police report, repair estimate)
@@ -317,12 +317,6 @@ You should see output like this in the terminal:
Copy file name to clipboardExpand all lines: docs/quota_check.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Check Quota Availability Before Deployment
2
2
3
3
Before deploying the accelerator, **ensure sufficient quota availability** for the required model.
4
-
> **For Global Standard | GPT-5.1 — the capacity to at least 300K tokens for optimal multi-document claim processing.**
4
+
> **For Global Standard | GPT-5.1 — the capacity to at least 300K tokens (default). 500K tokens recommended for optimal multi-document claim processing.**
0 commit comments