You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
18
18
19
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.
20
20
@@ -27,7 +27,7 @@ We do collect diagnostic data. The data described below is required for Microsof
27
27
28
28
This Azure Stack HCI data:
29
29
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.
31
31
- is logged to the Microsoft-AzureStack-HCI/Analytic event channel.
32
32
- is in JSON format, so that system administrators can examine and analyze the data being sent.
Copy file name to clipboardExpand all lines: azure-local/concepts/nested-virtualization.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: jasongerend
5
5
ms.author: jgerend
6
6
ms.topic: conceptual
7
7
ms.service: azure-local
8
-
ms.date: 04/17/2023
8
+
ms.date: 02/27/2025
9
9
---
10
10
11
11
# Nested virtualization in Azure Stack HCI
@@ -17,7 +17,7 @@ ms.date: 04/17/2023
17
17
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.
18
18
19
19
> [!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.
21
21
22
22
Some scenarios in which nested virtualization can be useful are:
23
23
@@ -42,7 +42,7 @@ To configure nested virtualization on a VM using PowerShell, see [Run Hyper-V in
42
42
## Nested virtualization processor support
43
43
44
44
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).
Copy file name to clipboardExpand all lines: azure-local/manage/convert-to-stretched-cluster.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: how-to
5
5
author: jasongerend
6
6
ms.author: jgerend
7
7
ms.reviewer: stevenek
8
-
ms.date: 09/16/2021
8
+
ms.date: 02/27/2025
9
9
---
10
10
11
11
# 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
27
27
Follow these steps to prep the new server nodes:
28
28
29
29
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.
32
32
1. Apply the current firmware baseline to all components by using the tools that are provided by your OEM.
33
33
1. Run OEM validation tests to ensure hardware homogeneity with the existing clustered servers.
34
34
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:
61
61
62
62
1. List the site and server nodes currently in the cluster and create a `Sites.xml` file:
63
63
64
-
~~~PowerShell
64
+
```powershell
65
65
Get-ClusterFaultDomainXML | out-file sites.xml
66
-
~~~
66
+
```
67
67
68
68
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:
69
69
70
-
~~~cmd
70
+
```PowerShell
71
71
<Topology>
72
72
<Site Name="Site1" Description="" Location="">
73
73
<Node Name="NODE1" Description="" Location="">
74
74
<Node Name="NODE2" Description="" Location="">
75
75
</Site>
76
76
<Topology>
77
-
~~~
77
+
```
78
78
79
79
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:
80
80
81
-
~~~PowerShell
81
+
```powershell
82
82
<Topology>
83
83
<Site Name="Site1" Description="" Location="">
84
84
<Node Name="NODE1" Description="" Location="">
@@ -89,42 +89,42 @@ Ok, let's begin:
89
89
<Node Name="NODE4" Description="" Location="">
90
90
</Site>
91
91
<Topology>
92
-
~~~
92
+
```
93
93
94
94
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:
95
95
96
-
~~~PowerShell
96
+
```powershell
97
97
$XML = Get-Content .\sites.xml | out-string
98
98
Set-ClusterFaultDomainXML -xml $XML
99
-
~~~
99
+
```
100
100
101
101
1. Verify that the modifications you made are correct:
102
102
103
-
~~~PowerShell
103
+
```powershell
104
104
Get-ClusterFaultDomain
105
-
~~~
105
+
```
106
106
107
107
## Add new server nodes
108
108
109
109
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.
110
110
111
111
1. Using the `Add-ClusterNode` cmdlet, add the new server nodes to the cluster:
112
112
113
-
~~~PowerShell
113
+
```powershell
114
114
Add-ClusterNode -Name NODE3, NODE4
115
-
~~~
115
+
```
116
116
117
117
1. Once the servers are added, verify that they are in the correct new site using the following:
118
118
119
-
~~~PowerShell
119
+
```powershell
120
120
Get-ClusterFaultDomain
121
-
~~~
121
+
```
122
122
123
123
1. Verify the new drive pool is created. This may take a few minutes to create the storage pool from the newly added nodes:
124
124
125
-
~~~PowerShell
125
+
```powershell
126
126
Get-StoragePool
127
-
~~~
127
+
```
128
128
129
129
## Create disks and replication
130
130
@@ -134,5 +134,5 @@ With Storage Replica, all disks must be of the same size and attributes. When cr
134
134
135
135
## Next steps
136
136
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).
Copy file name to clipboardExpand all lines: azure-local/manage/create-stretched-volumes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: jasongerend
5
5
ms.author: jgerend
6
6
ms.reviewer: stevenek
7
7
ms.topic: how-to
8
-
ms.date: 05/16/2022
8
+
ms.date: 02/27/2025
9
9
---
10
10
11
11
# 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
112
112
Add-ClusterSharedVolume -Name 'Cluster Virtual Disk (Disk1)'
113
113
```
114
114
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.
116
116
117
117
## Set up replication using PowerShell
118
118
@@ -142,7 +142,7 @@ In addition, the `Test-SRTopology` cmdlet will also measure:
142
142
143
143
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.
144
144
145
-
An example command that would run for 5 hours would be:
145
+
An example command that would run for five hours would be:
Copy file name to clipboardExpand all lines: azure-local/manage/languages.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This topic provides guidance on how to change languages in the Azur
4
4
author: jasongerend
5
5
ms.author: jgerend
6
6
ms.topic: how-to
7
-
ms.date: 02/26/2024
7
+
ms.date: 02/27/2025
8
8
---
9
9
10
10
# Change languages in Azure Stack HCI
@@ -22,7 +22,8 @@ This article explains how to change languages in:
22
22
- Server Core in the Azure Stack HCI operating system
23
23
24
24
## 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.
26
27
27
28
Changing either the language that you use in Windows 10 or the keyboard language doesn't affect the display language in Windows Admin Center.
28
29
@@ -32,6 +33,7 @@ Changing either the language that you use in Windows 10 or the keyboard language
32
33
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).
33
34
34
35
## Change the language in Windows Admin Center
36
+
35
37
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.
36
38
37
39
To change the language in Windows Admin Center:
@@ -44,11 +46,13 @@ To change the language in Windows Admin Center:
44
46
To learn more, see [Windows Admin Center Settings](/windows-server/manage/windows-admin-center/configure/settings).
45
47
46
48
## Change the language in Microsoft Edge
49
+
47
50
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.
48
51
49
52
To learn more, see [Microsoft Edge language support](/deployedge/microsoft-edge-supported-languages).
50
53
51
54
## Change the language in Server Core
55
+
52
56
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.
53
57
54
58
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:
80
84
## Next steps
81
85
For more information, see also:
82
86
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