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/firewall-requirements.md
+10-3Lines changed: 10 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 firewall requirements for the Azure
4
4
author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
-
ms.date: 10/17/2024
7
+
ms.date: 01/02/2025
8
8
---
9
9
10
10
# Firewall requirements for Azure Local
@@ -31,7 +31,7 @@ Azure Local needs to periodically connect to Azure for:
31
31
- Ports 80 (HTTP) and 443 (HTTPS)
32
32
33
33
> [!IMPORTANT]
34
-
> Azure Local doesn't support HTTPS inspection. Make sure that HTTPS inspection is disabled along your networking path for Azure Local to prevent any connectivity errors.
34
+
> Azure Local doesn't support HTTPS inspection. Make sure that HTTPS inspection is disabled along your networking path for Azure Local to prevent any connectivity errors. This includes use of [Entra ID **tenant restrictions v1**](/entra/identity/enterprise-apps/tenant-restrictions) which is not supported for Azure Local management network communication.
35
35
36
36
As shown in the following diagram, Azure Local can access Azure using more than one firewall potentially.
37
37
@@ -98,7 +98,6 @@ Ensure that the following firewall rules are configured in your on-premises fire
98
98
>[!NOTE]
99
99
> While installing Windows Admin Center, if you select the **Use WinRM over HTTPS only** setting, then port 5986 is required.
100
100
101
-
102
101
### Active Directory
103
102
104
103
Ensure that the following firewall rules are configured in your on-premises firewall for Active Directory (local security authority).
@@ -107,6 +106,14 @@ Ensure that the following firewall rules are configured in your on-premises fire
107
106
|:--|:--|:--|:--|:--|:--|
108
107
| Allow inbound/outbound connectivity to the Active Directory Web services (ADWS) and Active Directory Management Gateway Service | Allow | Active Directory Services | Azure Local | TCP | 9389 |
109
108
109
+
### Network Time Protocol
110
+
111
+
Ensure that the following firewall rules are configured in your on-premises firewall for Network Time Protocol (NTP).
| Allow inbound/outbound connectivity to the Network Time Protocol (NTP) server. This server can be Active Directory domain controllers, or an NTP appliance. | Allow | Azure Local | Network Time Protocol (NTP/SNTP) server | UDP | 123 |
116
+
110
117
### Failover Clustering
111
118
112
119
Ensure that the following firewall rules are configured in your on-premises firewall for Failover Clustering.
Copy file name to clipboardExpand all lines: azure-local/concepts/system-requirements-23h2.md
+12-8Lines changed: 12 additions & 8 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/25/2024
9
+
ms.date: 01/02/2025
10
10
---
11
11
12
12
# System requirements for Azure Local, version 23H2
@@ -52,7 +52,7 @@ Before you begin, make sure that the physical machine and storage hardware used
52
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/).|
54
54
|BIOS|Intel VT or AMD-V must be turned on.|
55
-
|Boot drive|A minimum size of 200-GB size.|
55
+
|Boot drive|A minimum size of 200 GB.<br>400 GB or more recommended for large memory Azure Local instances for [support and diagnosability](#support-and-diagnosability).|
56
56
|Data drives|At least two disks with a minimum capacity of 500 GB (SSD or HDD).<br>Single machines must use only a single drive type: Nonvolatile Memory Express (NVMe) or Solid-State (SSD) drives.|
57
57
|Trusted Platform Module (TPM)|TPM version 2.0 hardware must be present and turned on.|
58
58
|Secure boot|Secure Boot must be present and turned on.|
@@ -69,7 +69,7 @@ For more feature-specific requirements for Hyper-V, see [System requirements for
69
69
70
70
## Networking requirements
71
71
72
-
An Azure Local instance requires a reliable high-bandwidth, low-latency network connection between each machine.
72
+
Azure Local requires connectivity to public endpoints in Azure, see [Firewall requirements](firewall-requirements.md) for details. Multi-machine deployments of Azure Local require a reliable high-bandwidth, low-latency network connection between each machine in the instance.
73
73
74
74
Verify that physical switches in your network are configured to allow traffic on any VLANs you use. For more information, see [Physical network requirements for Azure Local](../concepts/physical-network-requirements.md).
75
75
@@ -80,14 +80,18 @@ Azure Local deployments that exceed the following specifications are not support
80
80
| Resource | Maximum |
81
81
| --- | --- |
82
82
| Physical machines per system |16 |
83
-
| Storage per system |4 PB |
83
+
| Storage per system |4 PB |
84
84
| Storage per machine | 400 TB |
85
-
| Volumes per system |64 |
86
-
| Volume size |64 TB |
87
-
| Logical processors per host |512 |
88
-
| RAM per host | 24 TB
85
+
| Volumes per system |64 |
86
+
| Volume size |64 TB |
87
+
| Logical processors per host |512 |
88
+
| RAM per host | 24 TB|
89
89
| Virtual processors per host | 2,048 |
90
90
91
+
## Support and diagnosability
92
+
93
+
To ensure adequate support and diagnosability for large memory Azure Local instances (those with more than 768 GB of physical memory per machine), we recommend that you install OS disks with a capacity of 400 GB or more. This additional disk capacity provides sufficient space to troubleshoot hardware, driver, or software issues should they require a kernel memory dump to be written to the OS volume.
94
+
91
95
## Hardware requirements
92
96
93
97
In addition to Microsoft Azure Local updates, many OEMs also release regular updates for your Azure Local hardware, such as driver and firmware updates. To ensure that OEM package update notifications, reach your organization check with your OEM about their specific notification process.
description: Learn about the Azure Stack HCI OEM license, its benefits, license requirements, activation, and more.
4
4
author: ronmiab
5
5
ms.topic: overview
6
-
ms.date: 10/21/2024
6
+
ms.date: 12/31/2024
7
7
ms.author: robess
8
8
ms.reviewer: alkohli
9
9
# customer intent: As a content developer, I want to provide customers with the appropriate Azure Stack HCI OEM license information so that they can have a clear understanding of what the license is and how it can be beneficial to them.
@@ -78,8 +78,6 @@ For information on activating AKS, see [Azure Kubernetes Service on Azure Local]
78
78
79
79
When a cluster or system uses different hardware models, operating system versions, or billing models this is known as a mixed-node scenario. Specifically for OEM license, if your cluster includes a mixed-node scenario where one or more of your machines don't have the OEM license, a notification in your monthly billing status details appears.
80
80
81
-
:::image type="content" source="media/oem-license/warning-mixed-node.png" alt-text="Screenshot of a warning for a cluster with an unsupported mixed-node scenario." lightbox="media/oem-license/warning-mixed-node.png":::
82
-
83
81
***We have detected mixed nodes in your cluster. You will be billed monthly for each node in your cluster as one or more servers in your cluster do not have an OEM license. To see which servers do not have the OEM license, go to Overview > Nodes and check the OEM license column. Learn more.***
0 commit comments