Skip to content

Commit 7e23bf8

Browse files
committed
Updated text
1 parent 530ad6b commit 7e23bf8

File tree

3 files changed

+50
-55
lines changed

3 files changed

+50
-55
lines changed

azure-local/concepts/telemetry-and-diagnostics-overview.md

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,33 @@ Use the telemetry and diagnostics extension to monitor and assess the performanc
2424

2525
For more information, see [Azure Arc extension management on Azure Local](../manage/arc-extension-management.md#azure-managed-extensions-in-azure-local).
2626

27-
## Prerequisites
27+
### Test observability
2828

29-
To use the telemetry and diagnostics extension, you must have:
29+
Test Observability is a feature designed to diagnose issues related to the telemetry and diagnostics extension. This feature ensures the proper functionality of the data transmission pipeline to Microsoft. It validates the existence and accuracy of configuration files, checks the status of relevant services, and confirms endpoint connectivity.
3030

31-
- An Azure Local instance deployed and running.
31+
Here's sample output:
32+
33+
```output
34+
Test-Observability Report
35+
Overall Result: PASS
36+
General Information
37+
GCSEnvironment: DiagnosticsPROD
38+
GCSGenevaAccount: AzureEdgeObsPPE
39+
GCSNamespace: AEOppeDiag
40+
AEOAssemblyBuild: 99.9999.0.2
41+
AEOClusternodeName: V-HOST1
42+
AEONodeid: cluster-test1
43+
AEOClusterNodeARCResourceUri: /Subscription/<subscriptionid>/
44+
AEODeviceArmResourceUri: /Subscription/<subscriptionid>/
45+
AEORegion: westeurope
46+
AEOStampid: cluster-test1
47+
AEOClusterName: my-cluster
48+
AEOOSBuild: 10.0.25398.763
49+
Test Name: TestTenantJSON
50+
Overall Result: PASS
51+
Has Repair Action: No
52+
Repair Description: N/A
53+
```
3254

3355
## Benefits
3456

@@ -42,26 +64,11 @@ Some of the advantages of the telemetry and diagnostics extension include:
4264

4365
- **Resource consumption controls:** Ensures that no more than 5% CPU is consumed. Control of the process is enforced via the Azure Arc extension framework.
4466

45-
## Diagnostic data collection
46-
47-
To identify and fix issues with your Azure Local solution, you can collect and send diagnostic logs to Microsoft using one of the following methods:
48-
49-
- `Send-DiagnosticData`
50-
- The Azure portal
51-
52-
To manually collect and send diagnostic logs to Microsoft, use the `Send-DiagnosticData` cmdlet from any Azure Local machine. We recommend that you use this cmdlet to upload diagnostic data before opening a support case.
53-
54-
For more information, see [Collect diagnostic logs](../manage/collect-logs.md).
55-
56-
To collect and send diagnostic logs to Microsoft using the Azure portal, follow these steps:
67+
## Prerequisites
5768

58-
1. In the Azure portal, navigate to your Azure Local instance.
59-
1. In the left pane, under **Settings**, select **Diagnostics and Remote Support**.
60-
1. Select **Send logs**.
61-
1. In the Diagnostics pane, set your **Log start time** and **Log end time**.
62-
1. Click the **Collect and upload logs** button.
69+
To use the telemetry and diagnostics extension, you must have:
6370

64-
:::image type="content" source="../concepts/media/telemetry-and-diagnostics-overview/send-logs-azure-portal.png" alt-text="Screenshot of the steps to collect and send diagnostics logs via the Azure portal." lightbox="../concepts/media/telemetry-and-diagnostics-overview/send-logs-azure-portal.png":::
71+
- An Azure Local instance deployed and running.
6572

6673
## Data collection consent
6774

@@ -81,33 +88,26 @@ Azure Local routes system data back to a protected cloud storage location. Only
8188

8289
Don't include any confidential information or personal information in resource or file names. For example, VM names, volume names, configuration file names, storage file names (VHD names), or system resource names.
8390

84-
## Test observability
91+
## Diagnostic data collection
8592

86-
Test Observability is a feature designed to diagnose issues related to the telemetry and diagnostics extension. This feature ensures the proper functionality of the data transmission pipeline to Microsoft. It validates the existence and accuracy of configuration files, checks the status of relevant services, and confirms endpoint connectivity.
93+
To identify and fix issues with your Azure Local solution, you can collect and send diagnostic logs to Microsoft using one of the following methods:
8794

88-
Here's sample output:
95+
- `Send-DiagnosticData`
96+
- The Azure portal
8997

90-
```output
91-
Test-Observability Report
92-
Overall Result: PASS
93-
General Information
94-
GCSEnvironment: DiagnosticsPROD
95-
GCSGenevaAccount: AzureEdgeObsPPE
96-
GCSNamespace: AEOppeDiag
97-
AEOAssemblyBuild: 99.9999.0.2
98-
AEOClusternodeName: V-HOST1
99-
AEONodeid: cluster-test1
100-
AEOClusterNodeARCResourceUri: /Subscription/<subscriptionid>/
101-
AEODeviceArmResourceUri: /Subscription/<subscriptionid>/
102-
AEORegion: westeurope
103-
AEOStampid: cluster-test1
104-
AEOClusterName: my-cluster
105-
AEOOSBuild: 10.0.25398.763
106-
Test Name: TestTenantJSON
107-
Overall Result: PASS
108-
Has Repair Action: No
109-
Repair Description: N/A
110-
```
98+
To manually collect and send diagnostic logs to Microsoft, use the `Send-DiagnosticData` cmdlet from any Azure Local machine. We recommend that you use this cmdlet to upload diagnostic data before opening a support case.
99+
100+
For more information, see [Collect diagnostic logs](../manage/collect-logs.md).
101+
102+
To collect and send diagnostic logs to Microsoft using the Azure portal, follow these steps:
103+
104+
1. In the Azure portal, navigate to your Azure Local instance.
105+
1. In the left pane, under **Settings**, select **Diagnostics and Remote Support**.
106+
1. Select **Send logs**.
107+
1. In the Diagnostics pane, set your **Log start time** and **Log end time**.
108+
1. Click the **Collect and upload logs** button.
109+
110+
:::image type="content" source="../concepts/media/telemetry-and-diagnostics-overview/send-logs-azure-portal.png" alt-text="Screenshot of the steps to collect and send diagnostics logs via the Azure portal." lightbox="../concepts/media/telemetry-and-diagnostics-overview/send-logs-azure-portal.png":::
111111

112112
## Support operations
113113

azure-local/manage/get-remote-support.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After you enable remote support, Microsoft support gets just-in-time (JIT) limit
2525

2626
## Remote support terms and conditions
2727

28-
The following are the data handling terms and conditions for remote access. Carefully read them before granting access.
28+
The following are the data handling terms and conditions for remote access. Carefully read them before granting access. Everything under this section should be remain as is without making any changes to the text.
2929

3030
> By approving this request, the Microsoft support organization or the Azure engineering team supporting this feature ("Microsoft Support Engineer") will be given direct access to your device for troubleshooting purposes and/or resolving the technical issue described in the Microsoft support case.
3131
>
@@ -41,18 +41,11 @@ For more information about the personal data that Microsoft processes, how Micro
4141

4242
The high-level workflow to enable remote support is as follows:
4343

44-
- [Remote support extension](./remote-support-arc-extension.md)
4544
- [Configure proxy settings](#configure-proxy-settings)
4645
- [Enable remote support via PowerShell](#enable-remote-support-via-powershell)
4746
- [Submit a support request](#submit-a-support-request)
4847
- [Other remote support operations](#other-remote-support-operations)
4948

50-
## Remote support extension
51-
52-
The Remote Support Arc extension, listed as **AzureEdgeRemoteSupport** in the Azure portal, makes setup easier and boosts support efficiency. It comes preinstalled on all system nodes, so there's no action for you to take. This extension enables key capabilities like configuring scheduled tasks for [Just Enough Administration](/powershell/scripting/security/remoting/jea/overview?view=powershell-7.5&preserve-view=true) and it lays the groundwork for secure, streamlined support interactions.
53-
54-
For more information about the Remote Support Arc extension, see [Azure Local remote support Arc extension](./remote-support-arc-extension.md).
55-
5649
## Configure proxy settings
5750

5851
If you use a proxy with Azure Local, add the following endpoints to your allowlist:
@@ -69,6 +62,8 @@ If you use a proxy with Azure Local, add the following endpoints to your allowli
6962

7063
## Enable remote support via PowerShell
7164

65+
The Remote Support Arc extension, listed as **AzureEdgeRemoteSupport** in the Azure portal, makes setup easier and boosts support efficiency. It comes preinstalled on all system nodes, so there's no action for you to take. For more information about the Remote Support Arc extension, see [Azure Local remote support Arc extension](./remote-support-arc-extension.md).
66+
7267
To enable remote support on your Azure Local, follow these steps:
7368

7469
1. On the client you use to connect to your system, run PowerShell as an admin.
@@ -99,7 +94,7 @@ To enable remote support on your Azure Local, follow these steps:
9994
Enable-RemoteSupport -AccessLevel <Diagnostics Or DiagnosticsRepair> -ExpireInMinutes <1440>
10095
```
10196
102-
Here's a sample output:
97+
Here's sample output:
10398
10499
```console
105100
PS C:\Users\Administrator> etsn -ComputerName v-host1 -Credential $cred

azure-local/manage/remote-support-arc-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ronmiab
55
ms.author: robess
66
ms.topic: overview
77
ms.reviewer: shisab
8-
ms.lastreviewed: 06/18/2024
8+
ms.lastreviewed: 06/18/2025
99
ms.date: 06/18/2025
1010
---
1111

0 commit comments

Comments
 (0)