Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated documentation to clarify target parent management identification #330

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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