From 997551cd4bb5e358be1678215c840c6bbfbd41e5 Mon Sep 17 00:00:00 2001 From: Bryan Zabchuk Date: Sat, 9 Dec 2023 12:51:05 -0500 Subject: [PATCH] fixed lined 149 in Deploy-with-GitHub-Actions.md to bold the command and make sure it uses underscores. --- docs/content/patterns/alz/deploy/Deploy-with-GitHub-Actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/patterns/alz/deploy/Deploy-with-GitHub-Actions.md b/docs/content/patterns/alz/deploy/Deploy-with-GitHub-Actions.md index 55c95ad1a..67b865ad8 100644 --- a/docs/content/patterns/alz/deploy/Deploy-with-GitHub-Actions.md +++ b/docs/content/patterns/alz/deploy/Deploy-with-GitHub-Actions.md @@ -146,7 +146,7 @@ If you customized the policies as documented at [How to modify individual polici - Modify the following values in [amba-sample-workflow.yml](https://github.com/Azure/azure-monitor-baseline-alerts/blob/main/patterns/alz/examples/sample-workflow.yml): - Change _Location: "norwayeast"_, to your preferred Azure region - Change _ManagementGroupPrefix: "alz"_, to the pseudo root management group id parenting the identity, management and connectivity management groups. -- Go to GitHub actions and run the action *Deploy AMBA* +- Go to GitHub actions and run the action _**Deploy AMBA**_ {{< hint type=important >}} Above-mentioned "ManagementGroupPrefix" variable value, being the so called "pseudo root management group id", should _coincide_ with the value of the "parPolicyPseudoRootMgmtGroup" parameter, as set previously within the parameter files.