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_ENV_NAME`| string |`azdtemp`| Used as a prefix for all resource names to ensure uniqueness across environments. |
13
13
|`AZURE_LOCATION`| string |`<User selects during deployment>`| Sets the Azure region for resource deployment. |
14
14
|`AZURE_OPENAI_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Change the Model Deployment Type (allowed values: Standard, GlobalStandard). |
15
-
|`AZURE_OPENAI_DEPLOYMENT_MODEL`| string |`gpt-4.1-mini`| Set the GPT model name (allowed values: `gpt-4.1-mini`, `gpt-4`, `gpt-4o`). |
15
+
|`AZURE_OPENAI_DEPLOYMENT_MODEL`| string |`gpt4.1-mini`| Set the GPT model name (allowed values: `gpt4.1-mini`, `gpt-4`, `gpt-4o`). |
16
16
|`AZURE_OPENAI_API_VERSION`| string |`2025-04-14`| Set the Azure OpenAI model version. |
17
17
|`AZURE_OPENAI_DEPLOYMENT_MODEL_CAPACITY`| integer |`30`| Set the model capacity for GPT deployment. Choose based on your Azure quota and usage needs. |
18
18
|`AZURE_OPENAI_EMBEDDING_MODEL`| string |`text-embedding-ada-002`| Set the model name used for embeddings. |
0 commit comments