Skip to content

Commit e8f00ee

Browse files
committed
updated acrolinx score and incorporated PM's inputs
1 parent c3b3361 commit e8f00ee

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

articles/update-manager/migration-troubleshoot.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ ms.author: sudhirsneha
1414

1515
This article describes the errors that might occur when you use migration portal experience or scripts, and how to resolve them.
1616

17-
## Required PowerShell modules for executing prerequisite script are not installed
17+
## Required PowerShell modules for executing prerequisite script aren't installed
1818

1919
### Cause
2020

21-
When the required powershell modules are not installed for executing the prerequisite scripts, you may see the following errors:
21+
When the required PowerShell modules aren't installed for executing the prerequisite scripts, you may see the following errors:
2222

2323
:::image type="content" source="./media/migration-troubleshoot/error-prerequisite-scripts.png" alt-text="Screenshot that shows the error code when PowerShell modules aren't installed. " lightbox="./media/migration-troubleshoot/error-prerequisite-scripts.png":::
2424

2525
:::image type="content" source="./media/migration-troubleshoot/error-migration-prerequisite-scripts.png" alt-text="Screenshot that shows the error code when the required PowerShell modules aren't installed. " lightbox="./media/migration-troubleshoot/error-migration-prerequisite-scripts.png":::
2626

2727
### Resolution
2828

29-
Ensure you have successfully executed the Command `Install-Module -Name Az -Repository PSGallery -Force`
29+
Ensure you successfully execute the command `Install-Module -Name Az -Repository PSGallery -Force`
3030

3131
## Unable to acquire token for tenant organizations
3232

@@ -36,14 +36,11 @@ Encountering a warning as - unable to acquire token `organizations` with error `
3636

3737
### Cause
3838

39-
This is part of one of the documented [issues](https://github.com/Azure/azure-powershell/issues/25005) with Az.Accounts 3.0.0 module. [Learn more](/answers/questions/1342970/warning-unable-to-acquire-token-for-tenant-organiz)
39+
This is part of one of the documented [issues](https://github.com/Azure/azure-powershell/issues/25005) with Az.Accounts 3.0.0 module. [Learn more](https://learn.microsoft.com/answers/questions/1342970/warning-unable-to-acquire-token-for-tenant-organiz)
4040

4141
### Resolution
4242

43-
Execute command `Update-AzConfig -EnableLoginByWam $false` in an elevated Powershell Session.
44-
45-
46-
## WARNING: Unable to acquire token for tenant organizations
43+
Execute command `Update-AzConfig -EnableLoginByWam $false` in an elevated PowerShell Session.
4744

4845
### Issue
4946

@@ -66,19 +63,19 @@ Your organization requires to use `Connect-AzAccount` with `DeviceCode` paramet
6663

6764
### Cause
6865

69-
[Operational Insights](/powershell/module/az.operationalinsights/) module is not installed.
66+
[Operational Insights](/powershell/module/az.operationalinsights/) module isn't installed.
7067

7168
### Resolution
7269

7370
Execute Command `Install-Module-Name Az.OperationalInsights`
7471

75-
## Could not convert string to DateTimeOffset: 1719675651. Path 'expires_on', line 1, position 1608.
72+
## Couldn't convert string to DateTimeOffset: 1719675651. Path 'expires_on', line 1, position 1608.
7673

7774
### Cause
7875

79-
This error can come up while executing the Migration/Deboarding Runbook in Azure. This can happen if you have custom Az Modules in your automation account which are outdated.
76+
This error can come up while executing the Migration/Deboarding Runbook in Azure. This can happen if you have custom Az Modules in your automation account, which are outdated.
8077

8178
### Resolution
8279

83-
Delete custom Az Modules and ensure that default Az Module is updated to 8.0.0 for Powershell 5.1
80+
Delete custom Az Modules and ensure that default Az Module is updated to 8.0.0 for PowerShell 5.1
8481

0 commit comments

Comments
 (0)