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
Copy file name to clipboardExpand all lines: azure-local/concepts/system-requirements-23h2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
6
6
ms.topic: how-to
7
7
ms.service: azure-stack-hci
8
8
ms.custom: references_regions
9
-
ms.date: 11/13/2024
9
+
ms.date: 11/25/2024
10
10
---
11
11
12
12
# System requirements for Azure Local, version 23H2
@@ -49,7 +49,7 @@ Before you begin, make sure that the physical machine and storage hardware used
49
49
|--|--|
50
50
|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.|
51
51
|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).|
53
53
|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/).|
Copy file name to clipboardExpand all lines: azure-local/concepts/system-requirements-small-23h2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
6
6
ms.topic: how-to
7
7
ms.service: azure-stack-hci
8
8
ms.custom: references_regions
9
-
ms.date: 11/19/2024
9
+
ms.date: 11/25/2024
10
10
---
11
11
12
12
# 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:
33
33
|-----------|-------|
34
34
| 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. |
35
35
| 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). |
37
37
| 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. |
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-virtual.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: alkohli
5
5
ms.author: alkohli
6
6
ms.reviewer: alkohli
7
7
ms.topic: how-to
8
-
ms.date: 11/13/2024
8
+
ms.date: 11/25/2024
9
9
---
10
10
11
11
# Deploy a virtual Azure Local, version 23H2 system
@@ -40,7 +40,7 @@ Before you begin, make sure that:
40
40
| Component | Minimum |
41
41
| ------------- | -------- |
42
42
| Processor| Intel VT-x or AMD-V, with support for nested virtualization. For more information, see [Does My Processor Support Intel® 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.|
44
44
| Host network adapters| A single network adapter.|
45
45
| Storage| 1 TB Solid state drive (SSD). |
46
46
@@ -54,9 +54,9 @@ Before you begin, make sure that each virtual host system can dedicate the follo
54
54
| vCPUs | Four cores. |
55
55
| Memory | A minimum of 24 GB. |
56
56
| 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|
60
60
| Time synchronization in integration | Disabled. |
61
61
62
62
> [!NOTE]
@@ -198,15 +198,13 @@ Follow these steps to create an example VM named `Node1` using PowerShell cmdlet
198
198
199
199
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.
200
200
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:
Copy file name to clipboardExpand all lines: azure-local/whats-new.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
@@ -5,7 +5,7 @@ ms.topic: overview
5
5
author: alkohli
6
6
ms.author: alkohli
7
7
ms.service: azure-stack-hci
8
-
ms.date: 11/19/2024
8
+
ms.date: 11/25/2024
9
9
---
10
10
11
11
# What's new in Azure Local, version 23H2
@@ -48,7 +48,7 @@ This is a baseline release with the following features and improvements:
48
48
49
49
For more information, see [Add a network interface on your Azure Local](./manage/manage-arc-virtual-machine-resources.md#add-a-network-interface).
50
50
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.
52
52
53
53
For more information, see [Download data disks from Azure to Azure Local](./manage/manage-data-disks.md).
54
54
@@ -61,7 +61,11 @@ This is a baseline release with the following features and improvements:
61
61
-**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.
62
62
63
63
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
+
65
69
-**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).
0 commit comments