Skip to content

Commit c21d55f

Browse files
committed
Updated text
1 parent 247b43c commit c21d55f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

azure-local/manage/disconnected-operations-on-demand-logs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ To collect logs from the control plane, follow these steps:
4242

4343
1. Collect control plane logs. Run this command on a system that can access the appliance VM (usually the same Hyper-V host):
4444

45-
```powershell
46-
Invoke-ApplianceLogCollectionAndSaveToShareFolder
47-
```
45+
```powershell
46+
Invoke-ApplianceLogCollectionAndSaveToShareFolder
47+
```
4848
49-
This command gathers logs from the appliance VM and saves them to the specified shared folder.
49+
This command gathers logs from the appliance VM and saves them to the specified shared folder.
5050
5151
1. Collect host node logs. On each Azure Local host node, run this command:
5252
53-
```powershell
54-
Send-DiagnosticData -SaveToPath <shared folder path>
55-
```
53+
```powershell
54+
Send-DiagnosticData -SaveToPath <shared folder path>
55+
```
5656
57-
This command collects logs specific to the node, including system and cluster level diagnostics.
57+
This command collects logs specific to the node, including system and cluster level diagnostics.
5858
59-
For more information on the Send-DiagnosticData command, see [Fallback log collection](disconnected-operations-fallback.md).
59+
For more information on the Send-DiagnosticData command, see [Fallback log collection](disconnected-operations-fallback.md).
6060
6161
1. Upload logs using the **standalone observability tool**.
6262
@@ -71,7 +71,7 @@ When the appliance VM is connected to Azure, upload host node logs the same way
7171
7272
The following diagram shows the key components for log collection in Azure Local disconnected when the appliance VM is connected to Azure:
7373
74-
:::image type="content" source="./media/disconnected-operations/on-demand-logs-2/on-demand-components.png" alt-text="Diagram that shows the key components for on-demand log collection in Azure Local disconnected operations." lightbox=" ./media/disconnected-operations/on-demand-logs/on-demand-components-2.png":::
74+
:::image type="content" source="./media/disconnected-operations/on-demand-logs/on-demand-components.png" alt-text="Diagram that shows the key components for on-demand log collection in Azure Local disconnected operations." lightbox=" ./media/disconnected-operations/on-demand-logs/on-demand-components.png":::
7575
7676
Here's what you need to do log collection in a connected disconnected operations scenario.
7777

0 commit comments

Comments
 (0)