Skip to content

Commit 9a9dd6b

Browse files
author
Manika Dhiman
committed
Top40 refresh: Edit pass
1 parent d7b43bc commit 9a9dd6b

File tree

6 files changed

+42
-36
lines changed

6 files changed

+42
-36
lines changed

azure-local/concepts/data-collection.md

Lines changed: 4 additions & 4 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,7 +14,7 @@ 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

1919
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.
2020

@@ -27,7 +27,7 @@ We do collect diagnostic data. The data described below is required for Microsof
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

@@ -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: 4 additions & 2 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,7 +14,9 @@ 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

azure-local/manage/convert-to-stretched-cluster.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: how-to
55
author: jasongerend
66
ms.author: jgerend
77
ms.reviewer: stevenek
8-
ms.date: 09/16/2021
8+
ms.date: 02/27/2025
99
---
1010

1111
# Convert to a stretched Azure Stack HCI cluster
@@ -27,8 +27,8 @@ Refer to your OEM-provided documentation when adding new server hardware for use
2727
Follow these steps to prep the new server nodes:
2828

2929
1. Place the new physical servers in the rack and cable them appropriately.
30-
1. Enable physical switch ports and adjust access control lists (ACLs) and VLAN IDs if applicable.
31-
1. Configure the correct IP address in the baseboard management controller (BMC) and apply all BIOS settings per OEM instructions.
30+
1. Enable physical switch ports and adjust access control lists and VLAN IDs if applicable.
31+
1. Configure the correct IP address in the baseboard management controller and apply all BIOS settings per OEM instructions.
3232
1. Apply the current firmware baseline to all components by using the tools that are provided by your OEM.
3333
1. Run OEM validation tests to ensure hardware homogeneity with the existing clustered servers.
3434
1. Install the Azure Stack HCI operating system on the new server. For detailed information, see [Deploy Azure Stack HCI](/azure-stack/hci/deploy/operating-system).
@@ -61,24 +61,24 @@ Ok, let's begin:
6161

6262
1. List the site and server nodes currently in the cluster and create a `Sites.xml` file:
6363

64-
~~~PowerShell
64+
```powershell
6565
Get-ClusterFaultDomainXML | out-file sites.xml
66-
~~~
66+
```
6767
6868
1. Navigate to where the `Sites.xml` file is located on your management computer and open the file. For example, if there are two nodes currently in the cluster, the `Sites.xml` file will look like this:
6969
70-
~~~cmd
70+
```PowerShell
7171
<Topology>
7272
<Site Name="Site1" Description="" Location="">
7373
<Node Name="NODE1" Description="" Location="">
7474
<Node Name="NODE2" Description="" Location="">
7575
</Site>
7676
<Topology>
77-
~~~
77+
```
7878
7979
1. Using this example, add a new site name and the two new servers to the site so that the `Sites.xml` file looks like this:
8080
81-
~~~PowerShell
81+
```powershell
8282
<Topology>
8383
<Site Name="Site1" Description="" Location="">
8484
<Node Name="NODE1" Description="" Location="">
@@ -89,42 +89,42 @@ Ok, let's begin:
8989
<Node Name="NODE4" Description="" Location="">
9090
</Site>
9191
<Topology>
92-
~~~
92+
```
9393
9494
1. Modify the site (fault domain) information. The first command sets a variable to obtain and display the contents of the `Sites.xml` file. The second command sets the modification based on the variable `$XML`, as follows:
9595
96-
~~~PowerShell
96+
```powershell
9797
$XML = Get-Content .\sites.xml | out-string
9898
Set-ClusterFaultDomainXML -xml $XML
99-
~~~
99+
```
100100
101101
1. Verify that the modifications you made are correct:
102102
103-
~~~PowerShell
103+
```powershell
104104
Get-ClusterFaultDomain
105-
~~~
105+
```
106106
107107
## Add new server nodes
108108
109109
Once the sites have been created, you next add the new servers to the cluster. These servers would be added to the new site as specified previously and a new pool of the drives is also created.
110110
111111
1. Using the `Add-ClusterNode` cmdlet, add the new server nodes to the cluster:
112112
113-
~~~PowerShell
113+
```powershell
114114
Add-ClusterNode -Name NODE3, NODE4
115-
~~~
115+
```
116116
117117
1. Once the servers are added, verify that they are in the correct new site using the following:
118118
119-
~~~PowerShell
119+
```powershell
120120
Get-ClusterFaultDomain
121-
~~~
121+
```
122122
123123
1. Verify the new drive pool is created. This may take a few minutes to create the storage pool from the newly added nodes:
124124
125-
~~~PowerShell
125+
```powershell
126126
Get-StoragePool
127-
~~~
127+
```
128128
129129
## Create disks and replication
130130
@@ -134,5 +134,5 @@ With Storage Replica, all disks must be of the same size and attributes. When cr
134134
135135
## Next steps
136136
137-
- [Create volumes on Azure Stack HCI and Windows Server clusters](/windows-server/storage/storage-spaces/create-volumes)
138-
- [Stretch Cluster Replication Using Shared Storage](/windows-server/storage/storage-replica/stretch-cluster-replication-using-shared-storage)
137+
- [Create volumes on Azure Stack HCI and Windows Server clusters](/windows-server/storage/storage-spaces/create-volumes).
138+
- [Stretch cluster replication using shared storage](/windows-server/storage/storage-replica/stretch-cluster-replication-using-shared-storage).

azure-local/manage/create-stretched-volumes.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.reviewer: stevenek
77
ms.topic: how-to
8-
ms.date: 05/16/2022
8+
ms.date: 02/27/2025
99
---
1010

1111
# Create stretched cluster volumes and set up replication
@@ -112,7 +112,7 @@ Creating volumes and virtual disks for stretched clusters is a bit more involved
112112
Add-ClusterSharedVolume -Name 'Cluster Virtual Disk (Disk1)'
113113
```
114114
115-
You are done creating volumes, and ready to set up Storage Replica for replication.
115+
You're done creating volumes, and ready to set up Storage Replica for replication.
116116
117117
## Set up replication using PowerShell
118118
@@ -142,7 +142,7 @@ In addition, the `Test-SRTopology` cmdlet will also measure:
142142
143143
Once Test-SRTopology completes, it will create an .html file (TestSrTopologyReport with date and time) in your Windows Temp folder. Any warning or failures should be reviewed as they could cause Storage Replica to not be properly created.
144144
145-
An example command that would run for 5 hours would be:
145+
An example command that would run for five hours would be:
146146
147147
```powershell
148148
Test-SRTopology -SourceComputerName Server1 -SourceVolumeName W: -SourceLogVolumeName X: -DestinationComputerName Server3 -DestinationVolumeName Y: -DestinationLogVolumeName Z: -DurationInMinutes 300 -ResultPath c:\temp

azure-local/manage/languages.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This topic provides guidance on how to change languages in the Azur
44
author: jasongerend
55
ms.author: jgerend
66
ms.topic: how-to
7-
ms.date: 02/26/2024
7+
ms.date: 02/27/2025
88
---
99

1010
# Change languages in Azure Stack HCI
@@ -22,7 +22,8 @@ This article explains how to change languages in:
2222
- Server Core in the Azure Stack HCI operating system
2323

2424
## Change the language in the management PC
25-
If you are using Windows 10 on your management PC, you can install a language pack for use in Windows 10, the apps you use, and the websites that you visit. You also can change your keyboard language, and set the input language in a language-preference order for websites and apps.
25+
26+
If you're using Windows 10 on your management PC, you can install a language pack for use in Windows 10, the apps you use, and the websites that you visit. You also can change your keyboard language, and set the input language in a language-preference order for websites and apps.
2627

2728
Changing either the language that you use in Windows 10 or the keyboard language doesn't affect the display language in Windows Admin Center.
2829

@@ -32,6 +33,7 @@ Changing either the language that you use in Windows 10 or the keyboard language
3233
To learn more, see [Manage the input and display language settings in Windows 10](https://support.microsoft.com/help/4496404/windows-10-manage-the-input-and-display-language).
3334

3435
## Change the language in Windows Admin Center
36+
3537
You can change the language in Windows Admin Center and the region format as needed according to your location. Changing either of these options in Windows Admin Center has no effect on the language setting of the management PC running Windows 10.
3638

3739
To change the language in Windows Admin Center:
@@ -44,11 +46,13 @@ To change the language in Windows Admin Center:
4446
To learn more, see [Windows Admin Center Settings](/windows-server/manage/windows-admin-center/configure/settings).
4547

4648
## Change the language in Microsoft Edge
49+
4750
You can add supported languages to Microsoft Edge, and reorder your language preferences in the browser. You also can add a foreign language translator extension to the browser to get translations.
4851

4952
To learn more, see [Microsoft Edge language support](/deployedge/microsoft-edge-supported-languages).
5053

5154
## Change the language in Server Core
55+
5256
If you need to change the language in Server Core of the Azure Stack HCI operating system, we recommend doing so after clustering your servers. You can add supported language packs to Server Core, and then change the language and keyboard layout to the one you want to use. You can also use a Windows PowerShell command to override the current language and keyboard input method.
5357

5458
Each language pack is installed in the directory *%SystemRoot%\System32\\%Language-ID%*. For example, *C:\Windows\System32\es-ES* is the location of the Spanish language pack. Each language pack is about 50 MB. If you want to install all 38 language packs, the size of the required image that you create is about 2 GB.
@@ -80,4 +84,4 @@ To manually obtain and add language packs to the operating system:
8084
## Next steps
8185
For more information, see also:
8286
83-
- [Add or remove servers for an Azure Stack HCI cluster](./add-cluster.md)
87+
- [Add or remove servers for an Azure Stack HCI cluster](./add-cluster.md).

0 commit comments

Comments
 (0)