From ef27e53e0b544097fe49a364875d153704600785 Mon Sep 17 00:00:00 2001 From: Brunoga-MS Date: Fri, 13 Sep 2024 10:50:11 +0200 Subject: [PATCH] Updated documentation to clarify which parent management group needs to be targeted --- docs/content/patterns/alz/Cleaning-up-a-Deployment.md | 2 +- .../alz/UpdateToNewReleases/Update_to_release_2024-03-01.md | 2 +- .../alz/UpdateToNewReleases/Update_to_release_2024-04-12.md | 2 +- .../alz/UpdateToNewReleases/Update_to_release_2024-09-02.md | 2 +- .../patterns/alz/deploy/Deploy-only-Service-Health-Alerts.md | 2 +- docs/content/patterns/alz/deploy/Deploy-with-Azure-CLI.md | 2 +- .../content/patterns/alz/deploy/Deploy-with-Azure-PowerShell.md | 2 +- docs/content/patterns/alz/deploy/Remediate-Policies.md | 2 +- patterns/alz/scripts/Start-AMBARemediation.ps1 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/content/patterns/alz/Cleaning-up-a-Deployment.md b/docs/content/patterns/alz/Cleaning-up-a-Deployment.md index f9e50e39d..94aa7a1dc 100644 --- a/docs/content/patterns/alz/Cleaning-up-a-Deployment.md +++ b/docs/content/patterns/alz/Cleaning-up-a-Deployment.md @@ -40,7 +40,7 @@ Follow the instructions below to download the cleanup script file. Alternatively 4. Configure the _**$pseudoRootManagementGroup**_ variable using the command below: ```powershell - $pseudoRootManagementGroup = "The pseudo root management group id parenting the identity, management and connectivity management groups" + $pseudoRootManagementGroup = "The pseudo root management group id parenting the Platform and Landing Zones management groups" ``` 5. Sign in to the Azure with the `Connect-AzAccount` command. The account you sign in as needs to have permissions to remove Policy Assignments, Policy Definitions, and resources at the desired Management Group scope. diff --git a/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-03-01.md b/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-03-01.md index e2a0e0ce6..6c008e7d3 100644 --- a/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-03-01.md +++ b/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-03-01.md @@ -16,7 +16,7 @@ Updating to release [2024-03-01](../../Whats-New#2024-03-01) will require runnin 4. Configure the _**$pseudoRootManagementGroup**_ variable using the following command: ```powershell - $pseudoRootManagementGroup = "The pseudo root management group id parenting the identity, management and connectivity management groups" + $pseudoRootManagementGroup = "The pseudo root management group id parenting the Platform and Landing Zones management groups" ``` 1. Sign in to the Azure with the `Connect-AzAccount` command. The account you sign in as needs to have permissions to remove Policy Assignments, Policy Definitions, and resources at the wanted Management Group scope. diff --git a/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-04-12.md b/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-04-12.md index bc6040fa7..0c1c63f13 100644 --- a/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-04-12.md +++ b/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-04-12.md @@ -19,7 +19,7 @@ To run the script, complete the following step: 4. Configure the ***$pseudoRootManagementGroup*** variable using the command below: ```powershell - $pseudoRootManagementGroup = "The pseudo root management group id parenting the identity, management and connectivity management groups" + $pseudoRootManagementGroup = "The pseudo root management group id parenting the Platform and Landing Zones management groups" ``` 1. Sign in to the Azure with the `Connect-AzAccount` command. The account you sign in as needs to have permissions to remove Policy Assignments, Policy Definitions, and resources at the desired Management Group scope. diff --git a/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-09-02.md b/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-09-02.md index 07fff904e..316bc057a 100644 --- a/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-09-02.md +++ b/docs/content/patterns/alz/UpdateToNewReleases/Update_to_release_2024-09-02.md @@ -27,7 +27,7 @@ To run the script, complete the following steps: 4. Configure the ***$pseudoRootManagementGroup*** variable using the following command: ```powershell - $pseudoRootManagementGroup = "The pseudo root management group id parenting the identity, management and connectivity management groups" + $pseudoRootManagementGroup = "The pseudo root management group id parenting the Platform and Landing Zones management groups" ``` 1. Sign in to the Azure with the `Connect-AzAccount` command. The account you sign in as needs to have permissions to remove policy definitions, policy set definitions, policy assignments and role assignments at the desired Management Group scope. diff --git a/docs/content/patterns/alz/deploy/Deploy-only-Service-Health-Alerts.md b/docs/content/patterns/alz/deploy/Deploy-only-Service-Health-Alerts.md index 61d3e4dd1..f41d7e555 100644 --- a/docs/content/patterns/alz/deploy/Deploy-only-Service-Health-Alerts.md +++ b/docs/content/patterns/alz/deploy/Deploy-only-Service-Health-Alerts.md @@ -170,7 +170,7 @@ Run the following commands: ```bash location="Your Azure location of choice" -pseudoRootManagementGroup="The pseudo root management group id parenting the identity, management and connectivity management groups" +pseudoRootManagementGroup="The pseudo root management group id parenting the Platform and Landing Zones management groups" ``` {{< hint type=Important >}} diff --git a/docs/content/patterns/alz/deploy/Deploy-with-Azure-CLI.md b/docs/content/patterns/alz/deploy/Deploy-with-Azure-CLI.md index b1dbb861e..140a61ade 100644 --- a/docs/content/patterns/alz/deploy/Deploy-with-Azure-CLI.md +++ b/docs/content/patterns/alz/deploy/Deploy-with-Azure-CLI.md @@ -15,7 +15,7 @@ Run the following commands: ```bash location="Your Azure location of choice" -pseudoRootManagementGroup="The pseudo root management group id parenting the identity, management and connectivity management groups" +pseudoRootManagementGroup="The pseudo root management group id parenting the Platform and Landing Zones management groups" ``` {{< hint type=Important >}} diff --git a/docs/content/patterns/alz/deploy/Deploy-with-Azure-PowerShell.md b/docs/content/patterns/alz/deploy/Deploy-with-Azure-PowerShell.md index 27e2e28af..da9254dc4 100644 --- a/docs/content/patterns/alz/deploy/Deploy-with-Azure-PowerShell.md +++ b/docs/content/patterns/alz/deploy/Deploy-with-Azure-PowerShell.md @@ -15,7 +15,7 @@ Run the following commands: ```powershell $location = "Your Azure location of choice" -$pseudoRootManagementGroup = "The pseudo root management group id parenting the identity, management and connectivity management groups" +$pseudoRootManagementGroup = "The pseudo root management group id parenting the Platform and Landing Zones management groups" ``` {{< hint type=important >}} diff --git a/docs/content/patterns/alz/deploy/Remediate-Policies.md b/docs/content/patterns/alz/deploy/Remediate-Policies.md index c064d637c..e9ef00a6b 100644 --- a/docs/content/patterns/alz/deploy/Remediate-Policies.md +++ b/docs/content/patterns/alz/deploy/Remediate-Policies.md @@ -42,7 +42,7 @@ For convenience, assuming that the management hierarchy is fully aligned to ALZ, ```powershell #Modify the following variables to match your environment -$pseudoRootManagementGroup = "The pseudo root management group id parenting the identity, management and connectivity management groups" +$pseudoRootManagementGroup = "The pseudo root management group id parenting the Platform and Landing Zones management groups" $identityManagementGroup = "The management group id for Identity" $managementManagementGroup = "The management group id for Management" $connectivityManagementGroup = "The management group id for Connectivity" diff --git a/patterns/alz/scripts/Start-AMBARemediation.ps1 b/patterns/alz/scripts/Start-AMBARemediation.ps1 index 9283a7599..7226acd92 100644 --- a/patterns/alz/scripts/Start-AMBARemediation.ps1 +++ b/patterns/alz/scripts/Start-AMBARemediation.ps1 @@ -16,7 +16,7 @@ .EXAMPLE Modify the following variables to match your environment: - $pseudoRootManagementGroup = "The pseudo root management group id parenting the identity, management and connectivity management groups" + $pseudoRootManagementGroup = "The pseudo root management group id parenting the Platform and Landing Zones management groups" $identityManagementGroup = "The management group id for Identity" $managementManagementGroup = "The management group id for Management" $connectivityManagementGroup = "The management group id for Connectivity"