Skip to content

Commit 1ff08b3

Browse files
Merge pull request #301 from microsoft/psl-missingparameter-macae
docs: added missing parameter
2 parents 268e63d + 39597cf commit 1ff08b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/CustomizingAzdParameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ By default this template will use the environment name as the prefix to prevent
1515
| `AZURE_ENV_MODEL_NAME` | string | `gpt-4o` | Specifies the name of the GPT model to be deployed. |
1616
| `AZURE_ENV_FOUNDRY_PROJECT_ID` | string | `<Existing Workspace Id>` | Set this if you want to reuse an AI Foundry Project instead of creating a new one. |
1717
| `AZURE_ENV_MODEL_VERSION` | string | `2024-08-06` | Version of the GPT model to be used for deployment. |
18+
| `AZURE_ENV_MODEL_CAPACITY` | int | `150` | Sets the GPT model capacity. |
1819
| `AZURE_ENV_IMAGETAG` | string | `latest` | Docker image tag used for container deployments. |
1920
| `AZURE_ENV_ENABLE_TELEMETRY` | bool | `true` | Enables telemetry for monitoring and diagnostics. |
2021
| `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID` | string | `<Existing Workspace Id>` | Set this if you want to reuse an existing Log Analytics Workspace instead of creating a new one. |

docs/DeploymentGuide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ When you start the deployment, most parameters will have **default values**, but
144144
| **Model Deployment Type** | Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). | GlobalStandard |
145145
| **GPT Model Name** | Specifies the name of the GPT model to be deployed. | gpt-4o |
146146
| **GPT Model Version** | Version of the GPT model to be used for deployment. | 2024-08-06 |
147+
| **GPT Model Capacity** | Sets the GPT model capacity. | 150 |
147148
| **Image Tag** | Docker image tag used for container deployments. | latest |
148149
| **Enable Telemetry** | Enables telemetry for monitoring and diagnostics. | true |
149150

0 commit comments

Comments
 (0)