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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ By default this template will use the environment name as the prefix to prevent
20
20
|`AZURE_ENV_EMBEDDING_MODEL_NAME`| string |`text-embedding-ada-002`| Sets the name of the embedding model to use. |
21
21
|`AZURE_ENV_IMAGETAG`| string |`latest`| Set the Image tag Like (allowed values: latest, dev, hotfix) |
22
22
|`AZURE_ENV_EMBEDDING_MODEL_CAPACITY`| integer |`80`| Sets the capacity for the embedding model deployment. |
23
-
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string |`<Existing Workspace Id>`| Reuses an existing Log Analytics Workspace instead of creating a new one. |
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 creating a new one. |
24
24
25
25
26
26
@@ -37,4 +37,4 @@ azd env set <PARAMETER_NAME> <VALUE>
0 commit comments