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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ 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
|`USE_LOCAL_BUILD`| boolean |`false`| Indicates whether to use a local container build for deployment. |
20
+
|`AZURE_ENV_IMAGETAG`| boolean |`latest`| Set the Image tag Like (allowed values: latest, dev, hotfix) |
20
21
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string |`<Existing Workspace Id>`| Reuses an existing Log Analytics Workspace instead of provisioning a new one. |
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,6 @@ This will allow the scripts to run for the current session without permanently c
36
36
37
37
<br/>
38
38
39
-
### **Configurable Deployment Settings**
40
-
41
-
When you start the deployment, most parameters will have **default values**, but you can update the following settings by following the steps [here](../docs/CustomizingAzdParameters.md):
42
39
43
40
## Deployment Options & Steps
44
41
@@ -115,15 +112,19 @@ Consider the following settings during your deployment to modify specific settin
115
112
116
113
When you start the deployment, most parameters will have **default values**, but you can update the following settings by following the steps [here](../docs/CustomizingAzdParameters.md):
0 commit comments