Skip to content

Commit 4ab6067

Browse files
Update CustomizingAzdParameters.md
1 parent 73042ee commit 4ab6067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CustomizingAzdParameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ By default this template will use the environment name as the prefix to prevent
2020
| `AZURE_ENV_EMBEDDING_MODEL_NAME` | string | `text-embedding-ada-002` | Sets the name of the embedding model to use. |
2121
| `AZURE_ENV_IMAGETAG` | string | `latest` | Set the Image tag Like (allowed values: latest, dev, hotfix) |
2222
| `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. |
2424

2525

2626

@@ -37,4 +37,4 @@ azd env set <PARAMETER_NAME> <VALUE>
3737

3838
```bash
3939
azd env set AZURE_LOCATION westus2
40-
```
40+
```

0 commit comments

Comments
 (0)