Skip to content

Commit 79425fb

Browse files
Update CustomizingAzdParameters.md
Updated link
1 parent 552131e commit 79425fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CustomizingAzdParameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By default this template will use the environment name as the prefix to prevent
1818
| `AZURE_ENV_MODEL_CAPACITY` | integer | `30` | Sets the model capacity (choose based on your subscription's available GPT capacity). |
1919
| `USE_LOCAL_BUILD` | boolean | `false` | Indicates whether to use a local container build for deployment. |
2020
| `AZURE_ENV_IMAGETAG` | boolean | `latest` | Set the Image tag Like (allowed values: latest, dev, hotfix) |
21-
| `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID` | string | `<Existing Workspace Id>` | Reuses an existing Log Analytics Workspace instead of provisioning a new one. |
21+
| `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. |
2222

2323

2424
## How to Set a Parameter
@@ -33,4 +33,4 @@ azd env set <PARAMETER_NAME> <VALUE>
3333

3434
```bash
3535
azd env set AZURE_LOCATION westus2
36-
```
36+
```

0 commit comments

Comments
 (0)