You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-stack/hci/manage/collect-logs.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Here are the scenarios in which you can perform on-demand log collection:
29
29
- Logs are collected when a cluster is only partly registered.
30
30
- Logs are collected for issues not related to registration failures.
31
31
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).
33
33
34
34
## Prerequisites
35
35
@@ -49,7 +49,7 @@ You can perform on-demand log collection using any of the following methods:
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.
362
362
363
363
```powershell
364
364
Send-DiagnosticData –SaveToPath <share path> -ShareCredential <credentials for share path>
@@ -552,7 +552,7 @@ Initially accessible across all versions, however, this parameter will eventuall
552
552
The SharePath parameter can be used for one of the following purposes:
553
553
554
554
- 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.
556
556
557
557
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.
0 commit comments