Skip to content

Commit 11f3544

Browse files
committed
Merge branch 'patch-4' of https://github.com/Karl-WE/azure-stack-docs into eccreq
2 parents f48f4e3 + 75e5d3a commit 11f3544

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

azure-local/concepts/system-requirements-23h2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-stack-hci
88
ms.custom: references_regions
9-
ms.date: 11/13/2024
9+
ms.date: 11/25/2024
1010
---
1111

1212
# System requirements for Azure Local, version 23H2
@@ -49,7 +49,7 @@ Before you begin, make sure that the physical machine and storage hardware used
4949
|--|--|
5050
|Number of machines| 1 to 16 machines are supported. <br> Each machine must be the same model, manufacturer, have the same network adapters, and have the same number and type of storage drives.|
5151
|CPU|A 64-bit Intel Nehalem grade or AMD EPYC or later compatible processor with second-level address translation (SLAT).|
52-
|Memory|A minimum of 32-GB RAM per node.|
52+
|Memory|A minimum of 32-GB RAM per machine with Error-Correcting Code (ECC). <br> If you can't meet the memory and the ECC requirements, opt for a [Virtual deployment](../deploy/deployment-virtual.md).|
5353
|Host network adapters|At least two network adapters listed in the Windows Server Catalog. Or dedicated network adapters per intent, which does require two separate adapters for storage intent. For more information, see [Windows Server Catalog](https://www.windowsservercatalog.com/).|
5454
|BIOS|Intel VT or AMD-V must be turned on.|
5555
|Boot drive|A minimum size of 200-GB size.|

azure-local/concepts/system-requirements-small-23h2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-stack-hci
88
ms.custom: references_regions
9-
ms.date: 11/19/2024
9+
ms.date: 11/25/2024
1010
---
1111

1212
# System requirements for small form factor deployments of Azure Local, version 23H2 (preview)
@@ -33,7 +33,7 @@ The following table lists the requirements for the small hardware:
3333
|-----------|-------|
3434
| Number of machines | 1 to 3 machines are supported. Each machine must be the same model, manufacturer, have the same network adapters, and have the same number and type of storage drives. |
3535
| CPU | An Intel Xeon or AMD EPYC or later compatible processor with second-level address translation (SLAT). <br> Up to 14 physical cores |
36-
| Memory | A minimum of 32 GB per machine and a maximum of 128 GB per machine with EEC. |
36+
| Memory | A minimum of 32 GB per machine and a maximum of 128 GB per machine with Error-Correcting Code (ECC). |
3737
| Host network adapters | 1 network adapter that meets the [Azure Local host network requirements](./host-network-requirements.md)<br> Enabling RDMA on storage intend is not required.<br> Minimum link speed must be 1 Gbit/s. |
3838
| BIOS | Intel VT or AMD-V must be turned on.|
3939
| Boot drive | A minimum size of 200 GB.|

azure-local/deploy/deployment-virtual.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.reviewer: alkohli
77
ms.topic: how-to
8-
ms.date: 11/13/2024
8+
ms.date: 11/25/2024
99
---
1010

1111
# Deploy a virtual Azure Local, version 23H2 system
@@ -40,7 +40,7 @@ Before you begin, make sure that:
4040
| Component | Minimum |
4141
| ------------- | -------- |
4242
| Processor| Intel VT-x or AMD-V, with support for nested virtualization. For more information, see [Does My Processor Support Intel&reg; virtualization technology?](https://www.intel.com/content/www/us/en/support/articles/000005486/processors.html).
43-
| Memory| The physical host must have a minimum of 32 GB RAM for single virtual node deployments. The virtual host VM should have at least 24 GB RAM.<br><br>The physical host must have a minimum of 64 GB RAM for two virtual node deployments. Each virtual host VM should have at least 24 GB RAM.|
43+
| Memory| The physical host must have a minimum of 32 GB RAM for single virtual node deployments. The virtual host VM should have at least 24 GB RAM.<br><br>The physical host must have a minimum of 64 GB RAM for two virtual node deployments. Each virtual host VM should have at least 24 GB RAM for deployment and 32 GB for applying updates.|
4444
| Host network adapters| A single network adapter.|
4545
| Storage| 1 TB Solid state drive (SSD). |
4646

@@ -54,9 +54,9 @@ Before you begin, make sure that each virtual host system can dedicate the follo
5454
| vCPUs | Four cores. |
5555
| Memory | A minimum of 24 GB. |
5656
| Networking | At least two network adapters connected to internal network. MAC spoofing must be enabled. |
57-
| Boot disk | One disk to install the Azure Stack HCI operating system from ISO. |
58-
| Hard disks for Storage Spaces Direct | Six dynamic expanding disks. Maximum disk size is 1024 GB. |
59-
| Data disk | At least 127 GB. |
57+
| Boot disk | One disk to install the Azure Stack HCI operating system from ISO. At least 200 GB |
58+
| Hard disks for Storage Spaces Direct | Four dynamic expanding disks. Maximum disk size is 1024 GB. |
59+
| Data disks | At least 127 GB each. The size must be the same for each disk |
6060
| Time synchronization in integration | Disabled. |
6161

6262
> [!NOTE]
@@ -198,15 +198,13 @@ Follow these steps to create an example VM named `Node1` using PowerShell cmdlet
198198
199199
1. Attach drives to the newly created VHDXs for the VM. In these commands, six VHDs located in the `C:\vms\Node1` directory and named `s2d1.vhdx` through `s2d6.vhdx` are added to `Node1`. Each `Add-VMHardDiskDrive` command adds one VHD to the VM, so the command is repeated six times with different `-Path` parameter values.
200200
201-
Afterwards, the `Node1` VM has six VHDs attached to it. These VHDXs are used to enable Storage Spaces Direct on the VM, which are required for Azure Local deployments:
201+
Afterwards, the `Node1` VM has four VHDs attached to it. These VHDXs are used to enable Storage Spaces Direct on the VM, which are required for Azure Stack HCI deployments:
202202
203203
```PowerShell
204204
Add-VMHardDiskDrive -VMName "Node1" -Path "C:\vms\Node1\s2d1.vhdx"
205205
Add-VMHardDiskDrive -VMName "Node1" -Path "C:\vms\Node1\s2d2.vhdx"
206206
Add-VMHardDiskDrive -VMName "Node1" -Path "C:\vms\Node1\s2d3.vhdx"
207207
Add-VMHardDiskDrive -VMName "Node1" -Path "C:\vms\Node1\s2d4.vhdx"
208-
Add-VMHardDiskDrive -VMName "Node1" -Path "C:\vms\Node1\s2d5.vhdx"
209-
Add-VMHardDiskDrive -VMName "Node1" -Path "C:\vms\Node1\s2d6.vhdx"
210208
```
211209
212210
1. Disable time synchronization:

azure-local/whats-new.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: overview
55
author: alkohli
66
ms.author: alkohli
77
ms.service: azure-stack-hci
8-
ms.date: 11/19/2024
8+
ms.date: 11/25/2024
99
---
1010

1111
# What's new in Azure Local, version 23H2
@@ -48,7 +48,7 @@ This is a baseline release with the following features and improvements:
4848

4949
For more information, see [Add a network interface on your Azure Local](./manage/manage-arc-virtual-machine-resources.md#add-a-network-interface).
5050

51-
- Download data disks - Beginning this release, you can download an Azure managed disk from Azure to your Azure Local instance. You use this disk to create an Arc virtual machine (VM) image or attach the image to your VMs as needed.
51+
- **Download data disks** - Beginning this release, you can download an Azure managed disk from Azure to your Azure Local instance. You use this disk to create an Arc virtual machine (VM) image or attach the image to your VMs as needed.
5252

5353
For more information, see [Download data disks from Azure to Azure Local](./manage/manage-data-disks.md).
5454

@@ -61,7 +61,11 @@ This is a baseline release with the following features and improvements:
6161
- **Improved security baseline compliance** - Starting this release, the security settings on the Azure Local nodes are compared against the security baseline with full accuracy. On the right secured-core hardware, you achieve a 99% compliance score, which you can view in the Azure portal.
6262

6363
For more information, see [View security baseline compliance in the Azure portal](./manage/manage-secure-baseline.md#view-security-baseline-compliance-in-the-azure-portal).
64-
64+
65+
- **ECC memory requirements** - Beginning this release, the EE memory requirements are enforced. For more information, see [System requirements for Azure Local](./concepts/system-requirements-23h2.md).
66+
67+
- **Error-Correcting Code (ECC) memory requirements** - Beginning this release, the ECC memory requirements are enforced. For more information, see [System requirements for Azure Local](./concepts/system-requirements-23h2.md).
68+
6569
- **AKS on Azure Local** - This release has several new features and enhancements for AKS on Azure Local. For more information, see [What's new in AKS on Azure Local](/azure/aks/hybrid/aks-whats-new-23h2).
6670

6771
## [2408 releases](#tab/2408releases)

0 commit comments

Comments
 (0)