Skip to content

Commit e84feb3

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent 9563413 commit e84feb3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-monitor/agents/azure-monitor-agent-mma-removal-tool.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Monitor Agent fMMA legacy agent removal tool
2+
title: Azure Monitor Agent MMA legacy agent removal tool
33
description: This article describes a PowerShell script used to remove MMA agent from systems that users have migrated to AMA.
44
ms.topic: conceptual
55
author: jeffreywolford
@@ -22,7 +22,7 @@ You do all the setup steps in a [Visual Studio Code](https://code.visualstudio.c
2222
- PowerShell 5.0 or higher. Check the version by running `$PSVersionTable` and checking the PS Version
2323
- PowerShell. The language must be set to mode `FullLanguage`. Check the mode by running `$ExecutionContext.SessionState.LanguageMode` in PowerShell. You can find more details [here](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_language_modes?source=recommendations)
2424
- Bicep. The setup scripts us Bicep to automate the installation. Check the installation by running `bicep --version`. See [install in PowerShell](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install#azure-powershell)
25-
- A [User-Assigned Managed Identity (MI)](https: //docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) which has 'Reader', Virtual Machine Contributor' and 'Azure Arc ScVmm VM Contributor' access on target scopes configured.
25+
- A [User-Assigned Managed Identity (MI)](/azure/active-directory/managed-identities-azure-resources/overview) which has 'Reader', Virtual Machine Contributor' and 'Azure Arc ScVmm VM Contributor' access on target scopes configured.
2626
- A new Resource Group to contain all the Azure resources created automatically by the set up automation.
2727
- For granting remediation user-assigned MI with above mentioned roles on the target scopes,
2828
- You must have User Access Administrator (UAA) or Owner on the configured scopes. For example, the set up is being configured for a subscription 'x', you must UAA role assignment on subscription 'x' so the script can provide the remediated user-assigned MI permissions.
@@ -40,7 +40,7 @@ You do all the setup steps in a [Visual Studio Code](https://code.visualstudio.c
4040
Get-ChildItem -Path "<Extracted folder path>" -Recurse | Unblock-File
4141
```
4242

43-
## Set up The tool
43+
## Set up the tool
4444

4545
### [Single Tenant](#tab/Single)
4646

@@ -95,7 +95,7 @@ Parameters
9595
|SubscriptionId| Subscription ID where setup is installed| Yes|
9696
|HostRGName| New resource group name where remediation MI is created. Default value is 'AzTS-MMARemovalUtility-Host-RG'| No|
9797
|Location| Location DC where setup is created. Default value is 'EastUS2'| No|
98-
|AzureEnvironmentName| Azure environment were solution is to be installed: AzureCloud, AzureGovernmentCloud. Default value is 'AzureCloud'| No|
98+
|AzureEnvironmentName| Azure environment where solution is to be installed: AzureCloud, AzureGovernmentCloud. Default value is 'AzureCloud'| No|
9999

100100
### [MultiTenant](#tab/MultiTenant)
101101

@@ -117,7 +117,7 @@ Set-Prerequisites
117117
```
118118

119119
3. Set up multitenant identity
120-
The Microsoft Entra ID Application identity is used to associated the MEI Application useing service principal. You perform the following operations. You must log in to the Microsoft Entra ID account where you want to install the Removal Utility setup using the PowerShell command.
120+
The Microsoft Entra ID Application identity is used to associate the MEI Application using service principal. You perform the following operations. You must log in to the Microsoft Entra ID account where you want to install the Removal Utility setup using the PowerShell command.
121121
- Creates a new multitenant MEI application if not provided with pre-existing MEI application objectId.
122122
- Creates password credentials for the MEI application.
123123

@@ -299,7 +299,7 @@ Parameters
299299
|Param Name|Description|Required|
300300
|:----|:----|:----:|
301301
|SubscriptionId| Your subscription ID where setup is installed | Yes |
302-
|ResourceGroupName| Youre resource group name where setup is installed| Yes|
302+
|ResourceGroupName| Your resource group name where setup is installed| Yes|
303303
|ScopesFilePath| File path with target scope configurations. See scope configuration| Yes |
304304

305305
Scope configuration file is a CSV file with a header row and three columns
@@ -387,7 +387,7 @@ The utility creates resources that you should clean up once you have remove MMA
387387
. ".\MMARemovalUtilityCleanUpScript.ps1"
388388
```
389389

390-
2. run the cleanup script
390+
2. Run the cleanup script
391391

392392
``` PowerShell
393393
Remove-AzTSMMARemovalUtilitySolutionResources `

0 commit comments

Comments
 (0)