Skip to content

Commit fabde84

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-stack-docs-pr (branch live)
2 parents 8ee0299 + 7883b86 commit fabde84

File tree

7 files changed

+25
-16
lines changed

7 files changed

+25
-16
lines changed

azure-local/concepts/firewall-requirements.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This topic provides guidance on firewall requirements for the Azure
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
7-
ms.date: 10/17/2024
7+
ms.date: 01/02/2025
88
---
99

1010
# Firewall requirements for Azure Local
@@ -31,7 +31,7 @@ Azure Local needs to periodically connect to Azure for:
3131
- Ports 80 (HTTP) and 443 (HTTPS)
3232

3333
> [!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.
3535
3636
As shown in the following diagram, Azure Local can access Azure using more than one firewall potentially.
3737

@@ -98,7 +98,6 @@ Ensure that the following firewall rules are configured in your on-premises fire
9898
>[!NOTE]
9999
> While installing Windows Admin Center, if you select the **Use WinRM over HTTPS only** setting, then port 5986 is required.
100100
101-
102101
### Active Directory
103102

104103
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
107106
|:--|:--|:--|:--|:--|:--|
108107
| 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 |
109108

109+
### Network Time Protocol
110+
111+
Ensure that the following firewall rules are configured in your on-premises firewall for Network Time Protocol (NTP).
112+
113+
| Rule | Action | Source | Destination | Service | Ports |
114+
|:--|:--|:--|:--|:--|:--|
115+
| 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+
110117
### Failover Clustering
111118

112119
Ensure that the following firewall rules are configured in your on-premises firewall for Failover Clustering.

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

Lines changed: 12 additions & 8 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/25/2024
9+
ms.date: 01/02/2025
1010
---
1111

1212
# System requirements for Azure Local, version 23H2
@@ -52,7 +52,7 @@ Before you begin, make sure that the physical machine and storage hardware used
5252
|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.|
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).|
5656
|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.|
5757
|Trusted Platform Module (TPM)|TPM version 2.0 hardware must be present and turned on.|
5858
|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
6969

7070
## Networking requirements
7171

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.
7373

7474
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).
7575

@@ -80,14 +80,18 @@ Azure Local deployments that exceed the following specifications are not support
8080
| Resource | Maximum |
8181
| --- | --- |
8282
| Physical machines per system |16 |
83-
| Storage per system | 4 PB |
83+
| Storage per system | 4 PB |
8484
| 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 |
8989
| Virtual processors per host | 2,048 |
9090

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+
9195
## Hardware requirements
9296

9397
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.
-255 Bytes
Loading
-152 Bytes
Loading
Binary file not shown.

azure-local/oem-license.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Stack HCI OEM license overview
33
description: Learn about the Azure Stack HCI OEM license, its benefits, license requirements, activation, and more.
44
author: ronmiab
55
ms.topic: overview
6-
ms.date: 10/21/2024
6+
ms.date: 12/31/2024
77
ms.author: robess
88
ms.reviewer: alkohli
99
# 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]
7878

7979
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.
8080

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-
8381
***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.***
8482

8583
> [!NOTE]

azure-local/upgrade/install-solution-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install solution upgrade on Azure Local
33
description: Learn how to install the solution upgrade on your Azure Local instance.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 12/02/2024
6+
ms.date: 12/31/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-stack-hci
@@ -41,7 +41,7 @@ Before you install the solution upgrade, make sure that you:
4141
You install the solution upgrade via the Azure portal.
4242

4343
> [!IMPORTANT]
44-
> Use of 3rd party tools to install updates is not supported.
44+
> Use of 3rd party tools to install upgrades is not supported.
4545
4646
Follow these steps to install the solution upgrade:
4747

0 commit comments

Comments
 (0)