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
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,20 @@ 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_OPENAI_LOCATION`| string |`<User selects during deployment>`| Specifies the region for OpenAI resource deployment. |
14
14
|`AZURE_ENV_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
15
-
|`AZURE_ENV_MODEL_NAME`| string |`gpt-4o`| Specifies the name of the GPT model to be deployed. |
16
-
|`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. |
17
-
|`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. |
19
-
|`AZURE_ENV_IMAGETAG`| string |`latest`| Docker image tag used for container deployments. |
15
+
|`AZURE_ENV_MODEL_NAME`| string |`gpt-4.1-mini`| Specifies the name of the GPT model to be deployed. |
16
+
|`AZURE_ENV_MODEL_VERSION`| string |`2025-04-14`| Version of the GPT model to be used for deployment. |
17
+
|`AZURE_ENV_MODEL_CAPACITY`| int |`50`| Sets the GPT model capacity. |
18
+
|`AZURE_ENV_MODEL_4_1_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
19
+
|`AZURE_ENV_MODEL_4_1_NAME`| string |`gpt-4.1`| Specifies the name of the GPT model to be deployed. |
20
+
|`AZURE_ENV_MODEL_4_1_VERSION`| string |`2025-04-14`| Version of the GPT model to be used for deployment. |
21
+
|`AZURE_ENV_MODEL_4_1_CAPACITY`| int |`150`| Sets the GPT model capacity. |
22
+
|`AZURE_ENV_REASONING_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
23
+
|`AZURE_ENV_REASONING_MODEL_NAME`| string |`o4-mini`| Specifies the name of the reasoning GPT model to be deployed. |
24
+
|`AZURE_ENV_REASONING_MODEL_VERSION`| string |`2025-04-16`| Version of the reasoning GPT model to be used for deployment. |
25
+
|`AZURE_ENV_REASONING_MODEL_CAPACITY`| int |`50`| Sets the reasoning GPT model capacity. |
26
+
|`AZURE_ENV_IMAGETAG`| string |`latest_v3`| Docker image tag used for container deployments. |
20
27
|`AZURE_ENV_ENABLE_TELEMETRY`| bool |`true`| Enables telemetry for monitoring and diagnostics. |
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. |
21
29
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string | Guide to get your [Existing Workspace ID](/docs/re-use-log-analytics.md)| Set this if you want to reuse an existing Log Analytics Workspace instead of creating a new one. |
22
30
|`AZURE_ENV_VM_ADMIN_USERNAME`| string |`take(newGuid(), 20)`| The administrator username for the virtual machine. |
23
31
|`AZURE_ENV_VM_ADMIN_PASSWORD`| string |`newGuid()`| The administrator password for the virtual machine. |
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,19 +185,6 @@ Consider the following settings during your deployment to modify specific settin
185
185
186
186
When you start the deployment, most parameters will have **default values**, but you can update the following settings [here](../docs/CustomizingAzdParameters.md):
0 commit comments