diff --git a/docs/content/contributing/_index.md b/docs/content/contributing/_index.md index d9d700cdc..e6f356f68 100644 --- a/docs/content/contributing/_index.md +++ b/docs/content/contributing/_index.md @@ -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 @@ -170,5 +169,5 @@ git checkout -b ## 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 CTRL+C 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 CTRL+C and then restart the Hugo web server by running `hugo server -D` from the root of the repo. diff --git a/patterns/alz/alzArm.param.json b/patterns/alz/alzArm.param.json index 02dd80e37..993f3f2ae 100644 --- a/patterns/alz/alzArm.param.json +++ b/patterns/alz/alzArm.param.json @@ -18,7 +18,7 @@ "value": "contoso-connectivity" }, "LandingZoneManagementGroup": { - "value": "contoso-landingzone" + "value": "contoso-landingzones" }, "enableAMBAConnectivity": { "value": "Yes"