Skip to content

Commit 7c7b008

Browse files
authored
Merge pull request #17766 from MicrosoftDocs/main
4/25/2025 PM Publish
2 parents 43b683d + 9052165 commit 7c7b008

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

azure-local/concepts/observability.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Local observability
33
description: Learn about observability in Azure Local.
44
author: alkohli
55
ms.author: alkohli
6-
ms.date: 10/18/2024
6+
ms.date: 04/25/2025
77
ms.topic: conceptual
88
ms.service: azure-local
99
---
@@ -109,6 +109,36 @@ The following table describes the types of data, their storage location, default
109109
| Metrics | Metrics are numerical values collected at regular intervals, describing aspects of a system. | Metrics data is sent to the respective region in which resource is deployed. | Enabled by default and can be disabled anytime. | Platform metrics are stored for 93 days, however, you can only query (in the Metrics tile) for a maximum of 30 days' worth of data on any single chart. | You can use metrics explorer to interactively analyze the data in your metric database. |
110110
| Billing and census | Billing data includes the system ID and the number of physical cores and hours used. Census data is required to enable basic management from Azure and includes system information (system name and ID, system connection status, storage pool ID, trial days remaining and billing model), machine information (number of machines, machine name, OS version, machine manufacturer, model and serial number, number of physical cores and memory size), and basic configuration such as, enablement of Azure verification for VMs, Azure managed identity and diagnostics level setting. | Billing and census data is sent to the respective resource region where the customer registered the device. | Billing is always enabled as it is required to charge for Azure Local usage. Census data is also always enabled, as it includes the minimal information required to manage Azure Local from Azure. | Data is deleted when the resource is deleted, except for billing data, which is retained. | To view billing data, navigate to the Azure Local system resource page in Azure portal, select **Overview** in the left pane, in the Essentials section select the **Billing status** link, followed by **View Cost Management**. To view census data, select **JSON View** located in the top right corner of the Essentials section. |
111111

112+
## Crash dump collection
113+
114+
Crash dump collection is a feature in Azure Local that allows for the automatic collection, analysis, and debugging of crashes. The data collected from a crash, referred to as the crash dump, is used for analysis and debugging.
115+
116+
### Key features
117+
118+
Here are the key features of crash dump collection for Azure Local:
119+
120+
- **Automatic collection and analysis.** Automatically gathers data from Azure Local crashes and analyzes it to pinpoint the root causes of failures, aiding in quick diagnosis and resolution. This minimizes downtime and enhances service reliability.
121+
- **Compliance and security.** Ensures crash data is handled securely and in compliance with data protection regulations across all Azure regions and national clouds.
122+
- **Customizable settings.** Enabled by default for optimal performance and reliability, but can be disabled using specific commands if necessary. However, we recommend to keep it enabled to benefit from its diagnostic capabilities.
123+
124+
### Prerequisites
125+
126+
To use the crash dump collection feature, install the `AzureEdgeTelemetryAndDiagnostics` extension, version 2.0.18 or later. For information about the extension, see [Azure Local telemetry and diagnostics extension overview](./telemetry-and-diagnostics-overview.md).
127+
128+
### Disable crash dump collection
129+
130+
To disable the crash dump collection capability, use the following command:
131+
132+
```powershell
133+
Set-EdgeCrashDumpCollection -SetState Disable
134+
```
135+
136+
To re-enable it, use the following command:
137+
138+
```powershell
139+
Set-EdgeCrashDumpCollection -SetState Enable
140+
```
141+
112142
## Next steps
113143

114144
- [Azure Local telemetry and diagnostics extension](./telemetry-and-diagnostics-overview.md)

azure-local/security-update/security-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This security update includes quality improvements. Below is a summary of the ke
143143

144144
Data to be set: 1
145145

146-
For more information about security vulnerabilities, see the [Security Update Guide](https://portal.msrc.microsoft.com/security-guidance) and the [February 2025 Security Updates](https://msrc.microsoft.com/update-guide/releaseNote/2025-Feb).
146+
For more information about security vulnerabilities, see the [Security Update Guide](https://portal.msrc.microsoft.com/security-guidance) and the [March 2025 Security Updates](https://msrc.microsoft.com/update-guide/releaseNote/2025-Mar).
147147

148148
## Known issues
149149

@@ -171,7 +171,7 @@ To install the LCU on your Azure Local instance, see [Update Azure Stack Local i
171171

172172
## File list
173173

174-
For a list of the files that are provided in this update, download the file information for [Cumulative update KB 5053599](security-update.md).
174+
For a list of the files that are provided in this update, download the file information for [Cumulative update KB 5053599](https://go.microsoft.com/fwlink/?linkid=2309855).
175175

176176
::: moniker-end
177177

0 commit comments

Comments
 (0)