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
@@ -12,7 +12,7 @@ By default this template will use the environment name as the prefix to prevent
12
12
|`AZURE_LOCATION`| string |`<User selects during deployment>`| Location of the Azure resources. Controls where the infrastructure will be deployed. |
13
13
|`AZURE_ENV_AI_SERVICE_LOCATION`| string |`<User selects during deployment>`| Location of the Azure resources. Controls where the Azure AI Services will be deployed. |
14
14
|`AZURE_ENV_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Change the Model Deployment Type (allowed values: Standard, GlobalStandard). |
15
-
|`AZURE_ENV_GPT_MODEL_NAME`| string |`gpt-5.1`| Set the Model Name (allowed values: gpt-5.1). |
15
+
|`AZURE_ENV_GPT_MODEL_NAME`| string |`gpt-5.1`| Set the Model Name (default: gpt-5.1).|
16
16
|`AZURE_ENV_GPT_MODEL_VERSION`| string |`2025-11-13`| Set the Azure model version (allowed values: 2025-11-13) |
17
17
|`AZURE_ENV_GPT_MODEL_CAPACITY`| integer |`150`| Set the Model Capacity (choose a number based on available GPT model capacity in your subscription). |
18
18
|`AZURE_ENV_EXISTING_LOG_ANALYTICS_WORKSPACE_RID`| string | Guide to get your [Existing Workspace ID](re-use-log-analytics.md)| Set this if you want to reuse an existing Log Analytics Workspace instead of creating a new one. |
0 commit comments