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
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,14 @@ By default this template will use the environment name as the prefix to prevent
15
15
|`AZURE_ENV_MODEL_NAME`| string |`gpt-4.1-mini`| Specifies the name of the GPT model to be deployed. |
16
16
|`AZURE_ENV_MODEL_VERSION`| string |`2025-04-14`| Version of the GPT model to be used for deployment. |
17
17
|`AZURE_ENV_MODEL_CAPACITY`| int |`50`| Sets the GPT model capacity. |
18
-
19
18
|`AZURE_ENV_MODEL_4_1_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
20
19
|`AZURE_ENV_MODEL_4_1_NAME`| string |`gpt-4.1`| Specifies the name of the GPT model to be deployed. |
21
20
|`AZURE_ENV_MODEL_4_1_VERSION`| string |`2025-04-14`| Version of the GPT model to be used for deployment. |
22
21
|`AZURE_ENV_MODEL_4_1_CAPACITY`| int |`150`| Sets the GPT model capacity. |
23
-
24
22
|`AZURE_ENV_REASONING_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
25
23
|`AZURE_ENV_REASONING_MODEL_NAME`| string |`o4-mini`| Specifies the name of the reasoning GPT model to be deployed. |
26
24
|`AZURE_ENV_REASONING_MODEL_VERSION`| string |`2025-04-16`| Version of the reasoning GPT model to be used for deployment. |
27
25
|`AZURE_ENV_REASONING_MODEL_CAPACITY`| int |`50`| Sets the reasoning GPT model capacity. |
28
-
29
26
|`AZURE_ENV_IMAGETAG`| string |`latest_v3`| Docker image tag used for container deployments. |
30
27
|`AZURE_ENV_ENABLE_TELEMETRY`| bool |`true`| Enables telemetry for monitoring and diagnostics. |
31
28
|`AZURE_EXISTING_AI_PROJECT_RESOURCE_ID`| string |`<Existing Workspace Id>`| Set this if you want to reuse an AI Foundry Project instead of creating a new one. |
0 commit comments