Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunoga-MS committed Sep 27, 2023
2 parents 0d16fff + f6e5be2 commit 1dcdf6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/content/contributing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ A "ready state" means you have a forked copy of the [`Azure/azure-monitor-baseli
When in VS Code you should be able to open a terminal and run the below commands to access a copy of the AMBA website from a local web server, provided by Hugo, using the following address [`http://localhost:1313/azure-monitor-baseline-alerts/`](http://localhost:1313/azure-monitor-baseline-alerts/):

```text
cd docs
hugo servver -D
hugo server -D
```

### Software/Applications
Expand Down Expand Up @@ -170,5 +169,5 @@ git checkout -b <YOUR-DESIRED-BRANCH-NAME-HERE>
## Top Tips

1. Sometimes the local version of the website may show some inconsistencies that don't reflect the content you have created.
- If this happens, simply kill the Hugo local web server by pressing <kbd>CTRL</kbd>+<kbd>C</kbd> and then restart the Hugo web server by running `hugo server -D` from the `docs/` directory
- If this happens, simply kill the Hugo local web server by pressing <kbd>CTRL</kbd>+<kbd>C</kbd> and then restart the Hugo web server by running `hugo server -D` from the root of the repo.

2 changes: 1 addition & 1 deletion patterns/alz/alzArm.param.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"value": "contoso-connectivity"
},
"LandingZoneManagementGroup": {
"value": "contoso-landingzone"
"value": "contoso-landingzones"
},
"enableAMBAConnectivity": {
"value": "Yes"
Expand Down

0 comments on commit 1dcdf6b

Please sign in to comment.