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: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ By default this template will use the environment name as the prefix to prevent
17
17
|`AZURE_ENV_MODEL_VERSION`| string |`2024-08-06`| Specifies the GPT model version (allowed values: `2024-08-06`). |
18
18
|`AZURE_ENV_MODEL_CAPACITY`| integer |`30`| Sets the model capacity (choose based on your subscription's available GPT capacity). |
19
19
|`AZURE_ENV_IMAGETAG`| boolean |`latest`| Set the Image tag Like (allowed values: latest, dev, hotfix) |
20
+
|`AZURE_ENV_CONTAINER_REGISTRY_ENDPOINT`| string |`cpscontainerreg.azurecr.io`| Sets the Azure Container Registry name (allowed value: `cpscontainerreg.azurecr.io`) |
21
+
|`AZURE_ENV_CONTAINER_IMAGE_TAG`| string |`latest`| Sets the container image tag (e.g., `latest`, `dev`, `hotfix`). |
22
+
|`AZURE_LOCATION`| string |`eastus`| Sets the primary Azure region for resource deployment. |
20
23
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string | Guide to get your [Existing Workspace ID](/docs/re-use-log-analytics.md)| Reuses an existing Log Analytics Workspace instead of provisioning a new one. |
21
24
|`AZURE_EXISTING_AI_PROJECT_RESOURCE_ID`| string |`<Existing AI Project resource Id>`| Reuses an existing AIFoundry and AIFoundryProject instead of creating a new one. |
0 commit comments