Skip to content

Commit e4472e3

Browse files
authored
Merge pull request #17219 from ManikaDhiman/md-top40-refresh
Top40 refresh: Edit pass
2 parents 6087a92 + aac61ef commit e4472e3

File tree

6 files changed

+63
-57
lines changed

6 files changed

+63
-57
lines changed

azure-local/concepts/data-collection.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: jasongerend
55
ms.author: jgerend
66
ms.topic: conceptual
77
ms.service: azure-local
8-
ms.date: 04/24/2023
8+
ms.date: 02/27/2025
99
---
1010

1111
# Azure Stack HCI data collection
@@ -14,20 +14,20 @@ ms.date: 04/24/2023
1414

1515
[!INCLUDE [azure-local-banner-22h2](../includes/azure-local-banner-22h2.md)]
1616

17-
This topic describes required data collected to keep Azure Stack HCI secure, up to date, and working as expected.
17+
This article describes required data collected to keep Azure Stack HCI secure, up to date, and working as expected.
1818

19-
Customer data, including the names, metadata, configuration, and contents of your on-premises virtual machines (VMs) is never sent to the cloud unless you turn on additional services like Azure Backup or Azure Site Recovery, or unless you enroll those VMs individually into cloud management services like Azure Arc.
19+
Customer data, including the names, metadata, configuration, and contents of your on-premises virtual machines (VMs) is never sent to the cloud unless you turn on other services like Azure Backup or Azure Site Recovery, or unless you enroll those VMs individually into cloud management services like Azure Arc.
2020

21-
We do collect diagnostic data. The data described below is required for Microsoft to provide Azure Stack HCI. This data is collected once a day, and data collection events can be viewed in the event logs. Azure Stack HCI collects the minimum data required to keep your clusters up to date, secure, and operating properly.
21+
We do collect diagnostic data. The data described in the following section is required for Microsoft to provide Azure Stack HCI. This data is collected once a day, and data collection events can be viewed in the event logs. Azure Stack HCI collects the minimum data required to keep your clusters up to date, secure, and operating properly.
2222

2323
> [!IMPORTANT]
24-
> The data described below that Azure Stack HCI collects is independent from Windows diagnostic data, which can be configured for various levels of collection. In Azure Stack HCI, the default setting for Windows diagnostic data collection is Security (off), meaning that no Windows diagnostic data is sent unless the administrator changes the diagnostic data settings. For more information, see [Configure Windows diagnostic data in your organization](/windows/privacy/configure-windows-diagnostic-data-in-your-organization). Microsoft is an independent controller of any Windows diagnostic data collected in connection with Azure Stack HCI. Microsoft will handle the Windows diagnostic data in accordance with the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement).
24+
> The data described below that Azure Stack HCI collects is independent from Windows diagnostic data, which can be configured for various levels of collection. In Azure Stack HCI, the default setting for Windows diagnostic data collection is Security (off), meaning that no Windows diagnostic data is sent unless the administrator changes the diagnostic data settings. For more information, see [Configure Windows diagnostic data in your organization](/windows/privacy/configure-windows-diagnostic-data-in-your-organization). Microsoft is an independent controller of any Windows diagnostic data collected in connection with Azure Stack HCI. Microsoft handles the Windows diagnostic data in accordance with the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement).
2525
2626
## Data collection and residency
2727

2828
This Azure Stack HCI data:
2929

30-
- is not sent to Microsoft until the product is registered with Azure. When Azure Stack HCI is unregistered, this data collection stops.
30+
- isn't sent to Microsoft until the product is registered with Azure. When Azure Stack HCI is unregistered, this data collection stops.
3131
- is logged to the Microsoft-AzureStack-HCI/Analytic event channel.
3232
- is in JSON format, so that system administrators can examine and analyze the data being sent.
3333

@@ -43,14 +43,14 @@ To learn about how Microsoft stores diagnostic data in Azure, see [Data residenc
4343

4444
## Data retention
4545

46-
After Azure Stack HCI collects this data, it is retained for 90 days. Aggregated, de-identified data may be kept longer.
46+
After Azure Stack HCI collects this data, it's retained for 90 days. Aggregated, de-identified data may be kept longer.
4747

4848
## What data is collected?
4949

5050
Azure Stack HCI collects:
5151

5252
- Information about servers such as operating system version, processor model, number of processor cores, memory size, cluster identifier, and hash of hardware ID
53-
- List of installed Azure Stack HCI server features (e.g. BitLocker)
53+
- List of installed Azure Stack HCI server features (for example, BitLocker)
5454
- Information necessary to compute the reliability of the Azure Stack HCI operating system
5555
- Information necessary to compute the reliability of the health collection data
5656
- Information gathered from the event log for specific errors, such as update download failed
@@ -97,7 +97,7 @@ Azure Stack HCI collects:
9797
}
9898
}
9999
```
100-
100+
101101
The output should look something like this:
102102

103103
```shell

azure-local/concepts/nested-virtualization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: jasongerend
55
ms.author: jgerend
66
ms.topic: conceptual
77
ms.service: azure-local
8-
ms.date: 04/17/2023
8+
ms.date: 02/27/2025
99
---
1010

1111
# Nested virtualization in Azure Stack HCI
@@ -17,7 +17,7 @@ ms.date: 04/17/2023
1717
Nested virtualization is a feature that lets you run Hyper-V inside a Hyper-V virtual machine (VM). This allows you to maximize your hardware investments and gain flexibility in evaluation and testing scenarios.
1818

1919
> [!IMPORTANT]
20-
> Because Azure Stack HCI is intended as a virtualization host where you run all of your workloads in VMs, nested virtualization is not supported in production environments. For production use, Azure Stack HCI should be deployed on validated physical hardware.
20+
> Because Azure Stack HCI is intended as a virtualization host where you run all of your workloads in VMs, nested virtualization isn't supported in production environments. For production use, Azure Stack HCI should be deployed on validated physical hardware.
2121
2222
Some scenarios in which nested virtualization can be useful are:
2323

@@ -42,7 +42,7 @@ To configure nested virtualization on a VM using PowerShell, see [Run Hyper-V in
4242
## Nested virtualization processor support
4343

4444
Azure Stack HCI, version 21H2 adds support for nested virtualization on AMD processors. Now you can run nested virtualization on first generation EPYC processors or newer generations (Naples, Rome, Milan).
45-
45+
4646
Prerequisites:
4747

4848
- Azure Stack HCI, version 21H2

azure-local/manage/cluster-powershell.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Azure Stack HCI and Windows Server clusters using PowerShell
33
description: Learn how to manage clusters on Azure Stack HCI and Windows Server using PowerShell
44
author: JasonGerend
55
ms.topic: how-to
6-
ms.date: 04/17/2023
6+
ms.date: 02/27/2025
77
ms.author: jgerend
88
ms.reviewer: stevenek
99
---
@@ -14,12 +14,14 @@ ms.reviewer: stevenek
1414
1515
[!INCLUDE [azure-local-banner-22h2](../includes/azure-local-banner-22h2.md)]
1616

17-
Windows PowerShell can be used to manage resources and configure features on your Azure Stack HCI and Windows Server clusters.
17+
This article describes how to manage Azure Stack HCI and Windows Server clusters using PowerShell.
18+
19+
You can use Windows PowerShell to manage resources and configure features on your Azure Stack HCI and Windows Server clusters.
1820

1921
You manage clusters from a remote computer, rather than on a host server in a cluster. This remote computer is called the management computer.
2022

2123
> [!NOTE]
22-
> When running PowerShell commands from a management computer, include the `-Name` or `-Cluster` parameter with the name of the cluster you are managing. In addition, you will need to specify the fully qualified domain name (FQDN) when using the `-ComputerName` parameter for a server node.
24+
> When running PowerShell commands from a management computer, include the `-Name` or `-Cluster` parameter with the name of the cluster you're managing. In addition, you need to specify the fully qualified domain name (FQDN) when using the `-ComputerName` parameter for a server node.
2325
2426
For the complete reference documentation for managing clusters using PowerShell, see the [FailoverCluster reference](/powershell/module/failoverclusters).
2527

@@ -30,7 +32,7 @@ Windows PowerShell is used to perform all the tasks in this article. It's recomm
3032
If the following cmdlets aren't available in your PowerShell session, you may need to add the `Failover Cluster` Module for Windows PowerShell Feature, using the following PowerShell cmd: `Add-WindowsFeature RSAT-Clustering-PowerShell`.
3133

3234
> [!NOTE]
33-
> Starting with Windows 10 October 2018 Update, RSAT is included as a set of "Features on Demand" right from Windows 10. For versions older than Windows 10 22H2, simply go to **Settings > Apps > Apps & features > Optional features > Add a feature > RSAT: Failover Clustering Tools**, and select **Install**. For Windows 10 22H2 and Windows 11, go to **Settings > System > Optional features > Add a feature > RSAT: Failover Clustering Tools**, and select **Add**. To see operation progress, click the Back button to view status on the "Manage optional features" page. The added feature will persist across Windows 10 version upgrades.
35+
> Starting with Windows 10 October 2018 Update, RSAT is included as a set of "Features on Demand" right from Windows 10. For versions older than Windows 10 22H2, go to **Settings > Apps > Apps & features > Optional features > Add a feature > RSAT: Failover Clustering Tools**, and select **Install**. For Windows 10 22H2 and Windows 11, go to **Settings > System > Optional features > Add a feature > RSAT: Failover Clustering Tools**, and select **Add**. To see operation progress, click the Back button to view status on the "Manage optional features" page. The added feature persists across Windows 10 version upgrades.
3436
## View cluster settings and resources
3537

3638
Gets information about a cluster named Cluster1:
@@ -84,7 +86,7 @@ Starts the Cluster service on all server nodes of the cluster on which it isn't
8486
Start-Cluster -Name Cluster1
8587
```
8688

87-
This example stops the Cluster service on all nodes in the cluster named Cluster1, which will stop all services and applications configured in the cluster:
89+
This example stops the Cluster service on all nodes in the cluster named Cluster1, which stops all services and applications configured in the cluster:
8890

8991
```powershell
9092
Stop-Cluster -Name Cluster1
@@ -107,7 +109,7 @@ Remove-ClusterNode -Cluster Cluster1 -Name Node4
107109
```
108110

109111
>[!NOTE]
110-
> If the node has been added to a single server, see these [manual steps](../deploy/single-server.md#change-a-single-node-to-a-multi-node-cluster-optional) to reconfigure Storage Spaces Direct.
112+
> If the node is added to a single server, see these [manual steps](../deploy/single-server.md#change-a-single-node-to-a-multi-node-cluster-optional) to reconfigure Storage Spaces Direct.
111113
112114
## Set up the cluster witness
113115

@@ -164,7 +166,7 @@ Before you remove (destroy) a cluster, you must unregister it from Azure first.
164166
Use the `Remove-ClusterResource` cmdlet to remove one or all resources on a cluster. For more examples and usage information, see the [Remove-ClusterResource](/powershell/module/failoverclusters/remove-clusterresource) reference documentation.
165167

166168
> [!NOTE]
167-
> You will need to temporarily enable Credential Security Service Provider (CredSSP) authentication to remove a cluster. For more information, see [Enable-WSManCredSSP](/powershell/module/microsoft.wsman.management/enable-wsmancredssp).
169+
> You need to temporarily enable Credential Security Service Provider (CredSSP) authentication to remove a cluster. For more information, see [Enable-WSManCredSSP](/powershell/module/microsoft.wsman.management/enable-wsmancredssp).
168170
169171
The following example removes cluster resources by name on cluster Cluster1:
170172

0 commit comments

Comments
 (0)