Skip to content

Commit 2f0ef34

Browse files
Merge pull request #149 from microsoft/dev
feat: Added missing link to customizing azd params
2 parents e891da2 + c5c3579 commit 2f0ef34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/CustomizingAzdParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Change if the deployment should use a local build of the containers
3636
azd env set USE_LOCAL_BUILD 'false'
3737
```
3838

39-
Set the Log Analytics Workspace Id if you need to reuse the existing workspace which is already existing
39+
Set the Log Analytics Workspace Id if you need to reuse the existing workspace
4040
```shell
4141
azd env set AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID '<Existing Log Analytics Workspace Id>'
4242
```

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Consider the following settings during your deployment to modify specific settin
109109
<details>
110110
<summary><b>Configurable Deployment Settings</b></summary>
111111

112-
When you start the deployment, most parameters will have **default values**, but you can update the following settings:
112+
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):
113113

114114
| **Setting** | **Description** | **Default value** |
115115
|-------------|-----------------|-------------------|

0 commit comments

Comments
 (0)