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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,17 @@ 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_MODEL_NAME`| string |`gpt-4o`| Set the Model Name (allowed values: gpt-4o). |
16
-
|`AZURE_ENV_MODEL_VERSION`| string |`2024-08-06`| Set the Azure model version (allowed values: 2024-08-06) |
17
-
|`AZURE_ENV_MODEL_CAPACITY`| integer |`150`| Set the Model Capacity (choose a number based on available GPT model capacity in your subscription). |
18
-
|`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. |
15
+
|`AZURE_ENV_GPT_MODEL_NAME`| string |`gpt-4o`| Set the Model Name (allowed values: gpt-4o). |
16
+
|`AZURE_ENV_GPT_MODEL_VERSION`| string |`2024-08-06`| Set the Azure model version (allowed values: 2024-08-06) |
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
+
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_RID`| 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. |
19
19
|`AZURE_ENV_IMAGETAG`| string |`latest`| Set the Image tag Like (allowed values: latest, dev, hotfix) |
20
-
|`AZURE_ENV_JUMPBOX_SIZE`| string |`Standard_DS2_v2`| Specifies the size of the Jumpbox Virtual Machine. Set a custom value if `enablePrivateNetworking` is `true`. |
21
-
|`AZURE_ENV_JUMPBOX_ADMIN_USERNAME`| string |`JumpboxAdminUser`| Specifies the administrator username for the Jumpbox Virtual Machine. |
22
-
|`AZURE_ENV_JUMPBOX_ADMIN_PASSWORD`| string |`JumpboxAdminP@ssw0rd1234!`| Specifies the administrator password for the Jumpbox Virtual Machine. |
23
-
|`AZURE_ENV_COSMOS_SECONDARY_LOCATION`| string |*(not set by default)*| Specifies the secondary region for Cosmos DB. Required if `enableRedundancy` is `true`. |
24
-
|`AZURE_EXISTING_AI_PROJECT_RESOURCE_ID`| string |*(not set by default)*| Specifies the existing AI Foundry Project Resource ID if it needs to be reused. |
25
-
|`AZURE_ENV_ACR_NAME`| string |`cmsacontainerreg.azurecr.io`| Specifies the Azure Container Registry name to use for container images. |
20
+
|`AZURE_ENV_VM_SIZE`| string |`Standard_DS2_v2`| Specifies the size of the Jumpbox Virtual Machine. Set a custom value if `enablePrivateNetworking` is `true`. |
21
+
|`AZURE_ENV_VM_ADMIN_USERNAME`| string |`JumpboxAdminUser`| Specifies the administrator username for the Jumpbox Virtual Machine. |
22
+
|`AZURE_ENV_VM_ADMIN_PASSWORD`| string |`JumpboxAdminP@ssw0rd1234!`| Specifies the administrator password for the Jumpbox Virtual Machine. |
23
+
|`AZURE_ENV_SECONDARY_LOCATION`| string |*(not set by default)*| Specifies the secondary region for Cosmos DB. Required if `enableRedundancy` is `true`. |
24
+
|`AZURE_ENV_FOUNDRY_PROJECT_RID`| string |*(not set by default)*| Specifies the existing AI Foundry Project Resource ID if it needs to be reused. |
25
+
|`AZURE_ENV_CONTAINER_REGISTRY_ENDPOINT`| string |`cmsacontainerreg.azurecr.io`| Specifies the Azure Container Registry endpoint to use for container images. |
26
26
27
27
---
28
28
@@ -36,12 +36,12 @@ azd env set <PARAMETER_NAME> <VALUE>
36
36
37
37
Set the Log Analytics Workspace Id if you need to reuse the existing workspace
0 commit comments