Skip to content

Commit a12f0f5

Browse files
committed
Incorporated suggestions from Alpa.
1 parent 42b3787 commit a12f0f5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-stack/hci/manage/support-tools.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Support tool for Azure Local
3-
description: This article provides guidance on the Azure Local Support Diagnostic Tool for Azure Local.
2+
title: Support tool for Azure Local instance running version 22H2
3+
description: This article provides guidance on the Support Diagnostic Tool for Azure Local.
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
7-
ms.date: 11/06/2024
7+
ms.date: 11/08/2024
88
---
99

10-
# Use the Azure Local Support Diagnostic Tool to troubleshoot issues
10+
# Use the Support Diagnostic Tool to troubleshoot Azure Local issues
1111

1212
This article provides information to download and use the Azure Local Support Diagnostic Tool. The tool is a set of PowerShell commands to simplify data collection, troubleshooting, and resolution of common issues.
1313

14-
This tool isn't a substitute for expert knowledge. If you encounter any issues, contact Microsoft Support
14+
This tool isn't a substitute for expert knowledge. If you encounter any issues, contact Microsoft Support for assistance.
1515

1616
## Benefits
1717

@@ -23,7 +23,7 @@ The tool provides:
2323

2424
- **Diagnostic checks**: Provides diagnostic checks based on common issues, incidents, and telemetry data.
2525

26-
- **Automatic data collection**: Automatically collects important data to provide to Microsoft Customer Support.
26+
- **Automatic data collection**: Automatically collects important data to provide to Microsoft Support.
2727

2828
- **Regular updates**: Updates with new checks and useful commands to manage, troubleshoot, and diagnose issues on Azure Local.
2929

@@ -39,7 +39,7 @@ Before you use the PowerShell module, make sure to:
3939

4040
## Install and use the Azure Local Support Diagnostic Tool
4141

42-
Run the following commands in PowerShell:
42+
Run PowerShell as an administrator and then run the following commands:
4343

4444
To install the tool, run the following command:
4545

@@ -83,15 +83,15 @@ New-AzsSupportDataBundle -ClusterCommands $clusterCommands `
8383

8484
## Example scenario
8585

86-
To troubleshoot Azure Local core products, run the following command:
86+
To troubleshoot Azure Local, run the following command:
8787

8888
#### For registration issues
8989

9090
```powershell
9191
Invoke-AzsSupportDiagnosticCheck -ProductName Registration
9292
```
9393

94-
Here's example output for a registration issue:
94+
Here's an example of output for a registration issue:
9595

9696
```output
9797
PS C:\temp> Invoke-AzsSupportDiagnosticCheck -ProductName Registration

0 commit comments

Comments
 (0)