Skip to content

Commit 1787813

Browse files
author
Manika Dhiman
committed
Acrolinx fixes
1 parent e8380e6 commit 1787813

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-stack/hci/manage/collect-logs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here are the scenarios in which you can perform on-demand log collection:
2929
- Logs are collected when a cluster is only partly registered.
3030
- Logs are collected for issues not related to registration failures.
3131

32-
To explore additional log collection methods in Azure Stack HCI and understand when to use them, see [Diagnostics](../concepts/observability.md#diagnostics).
32+
To explore other log collection methods in Azure Stack HCI and understand when to use them, see [Diagnostics](../concepts/observability.md#diagnostics).
3333

3434
## Prerequisites
3535

@@ -49,7 +49,7 @@ You can perform on-demand log collection using any of the following methods:
4949

5050
### [Azure portal (recommended)](#tab/azureportal)
5151

52-
Follow these steps to collect diagnostic logs for you Azure Stack HCI cluster via the Azure portal:
52+
Follow these steps to collect diagnostic logs for your Azure Stack HCI cluster via the Azure portal:
5353

5454
1. the Azure portal, go to the Azure Stack HCI cluster resource.
5555
1. In the left pane, under **Settings**, select **Diagnostics and Remote Support**.
@@ -162,7 +162,7 @@ To get a history of log collections for the last 90 days, enter:
162162
Get-LogCollectionHistory  
163163
```
164164

165-
Here's a sample output of the `Get-LogCollectionHistory` cmdlet. Note that the `datetime` parameters are in the UTC timezone.
165+
Here's a sample output of the `Get-LogCollectionHistory` cmdlet. The `datetime` parameters are in the UTC timezone.
166166

167167
```output
168168
PS C:\CloudDeployment\logs> Get-LogCollectionHistory
@@ -358,7 +358,7 @@ Send-DiagnosticData –SaveToPath <output path>
358358
Send-DiagnosticData –SaveToPath <share path>
359359
```
360360

361-
If you’re using a share path that is not mapped, you must also use the `-ShareCredential` parameter.
361+
If you’re using a share path that isn't mapped, you must also use the `-ShareCredential` parameter.
362362

363363
```powershell
364364
Send-DiagnosticData –SaveToPath <share path> -ShareCredential <credentials for share path>
@@ -552,7 +552,7 @@ Initially accessible across all versions, however, this parameter will eventuall
552552
The SharePath parameter can be used for one of the following purposes:
553553

554554
- Save diagnostic logs to a share path or output path.
555-
- Send logs to Microsoft from a share path or output path. If you're using a share path and the share path is not mapped, then the `ShareCredential` parameter must also be used.
555+
- Send logs to Microsoft from a share path or output path. If you're using a share path and the share path isn't mapped, then the `ShareCredential` parameter must also be used.
556556

557557
Since this parameter will be removed in future versions of the extension, use the `–SaveToPath` to save logs to a path, or `–SupplementaryLogs` when sending ad-hoc logs to Microsoft instead.
558558

0 commit comments

Comments
 (0)