Skip to content

Commit d3427fa

Browse files
Merge pull request #18574 from NeilBird/users/nebird/cluster-performance-history
Azure Local | Minor improvements to Cluster performance history and sideloading updates articles
2 parents 0515401 + aacfb67 commit d3427fa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

azure-local/manage/health-service-cluster-performance-history.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Cluster performance history
44
ms.author: alkohli
55
ms.topic: how-to
66
author: alkohli
7-
ms.date: 01/16/2025
7+
ms.date: 07/30/2025
88
---
99

1010
# Get cluster performance history
@@ -13,6 +13,8 @@ ms.date: 01/16/2025
1313
1414
The Health Service reduces the work required to get live performance and capacity information from your Storage Spaces Direct cluster. One cmdlet provides a curated list of essential metrics, which are collected efficiently and aggregated dynamically across nodes, with built-in logic to detect cluster membership. All values are real-time and point-in-time only.
1515

16+
For additional information, see [Performance history for Storage Spaces Direct](/windows-server/storage/storage-spaces/performance-history).
17+
1618
## Usage in PowerShell
1719
Use the following cmdlet to get metrics for the entire Storage Spaces Direct cluster:
1820

@@ -31,6 +33,8 @@ Get-Volume -FileSystemLabel <Label> | Get-ClusterPerformanceHistory
3133
Get-StorageNode -Name <Name> | Get-ClusterPerformanceHistory
3234
```
3335

36+
<br>For additional information on how to access performance history data using PowerShell, see [Scripting with PowerShell and Storage Spaces Direct performance history](/windows-server/storage/storage-spaces/performance-history-scripting).
37+
3438
## Usage in .NET and C#
3539
This sections shows how to connect to the Health Service, use discover objects, and implement an Observer to begin streaming metrics.
3640

azure-local/update/import-discover-updates-offline-23h2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ ms.date: 07/25/2025
1616

1717
[!INCLUDE [azure-local-end-of-support-banner-23h2](../includes/azure-local-end-of-support-banner-23h2.md)]
1818

19-
This article explains how to discover and import update packages for Azure Local with limited connectivity. Starting with version 2503, the OS update components for Azure Local are distributed as a static payload, so you can import the update payload and install updates with limited connectivity to Azure.
19+
This article explains how to discover and import solution update packages for Azure Local deployed in sites with limited bandwidth connections to Azure. Beginning with version 2503, Azure Local solution updates can be optionally downloaded as static payloads. You can download the payload once, copy or transfer to multiple instances and import using PowerShell. Performing these actions prior to starting an update, reduces the amount of data that is downloaded during an update.
20+
21+
The static payload for a solution update includes the OS security update, extensions, and core agents, all of which are installed during the update process. Updated container images required for the Azure Resource Bridge component and Azure Kubernetes Service on Azure Local are not included in the static payload. These images are downloaded automatically during the update process.
2022

2123
<!--To install updates online via PowerShell, see [Update Azure Local via PowerShell](./update-via-powershell-23h2.md).-->
2224

0 commit comments

Comments
 (0)