Skip to content

Commit

Permalink
Merge pull request Azure#330 from Brunoga-MS/main
Browse files Browse the repository at this point in the history
Updated documentation to clarify target parent management identification
  • Loading branch information
arjenhuitema authored Sep 13, 2024
2 parents b367149 + ef27e53 commit db48b43
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/content/patterns/alz/Cleaning-up-a-Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/patterns/alz/deploy/Deploy-with-Azure-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/patterns/alz/deploy/Remediate-Policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion patterns/alz/scripts/Start-AMBARemediation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db48b43

Please sign in to comment.