Skip to content

Commit 88382b4

Browse files
Merge pull request #15642 from v-sissondan/adws-port
ADWS firewall port
2 parents 745d30b + 971ef9c commit 88382b4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

azure-stack/hci/concepts/firewall-requirements.md

Lines changed: 10 additions & 1 deletion
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: 07/09/2024
7+
ms.date: 08/15/2024
88
---
99

1010
# Firewall requirements for Azure Stack HCI
@@ -95,6 +95,15 @@ Ensure that the following firewall rules are configured in your on-premises fire
9595
>[!NOTE]
9696
> While installing Windows Admin Center, if you select the **Use WinRM over HTTPS only** setting, then port 5986 is required.
9797
98+
99+
### Active Directory
100+
101+
Ensure that the following firewall rules are configured in your on-premises firewall for Active Directory (local security authority).
102+
103+
| Rule | Action | Source | Destination | Service | Ports |
104+
|:--|:--|:--|:--|:--|:--|
105+
| Allow inbound/outbound connectivity to the Active Directory Web services (ADWS) and Active Directory Management Gateway Service | Allow | Active Directory Services | Azure Stack HCI | TCP | 9389 |
106+
98107
### Failover Clustering
99108

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

azure-stack/hci/deploy/deployment-prep-active-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prepare Active Directory for new Azure Stack HCI, version 23H2 deployment
33
description: Learn how to prepare Active Directory before you deploy Azure Stack HCI, version 23H2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 08/05/2024
6+
ms.date: 08/15/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.subservice: azure-stack-hci
@@ -42,7 +42,7 @@ Before you begin, make sure you've done the following:
4242
4343
- You have obtained permissions to create an OU. If you don't have permissions, contact your Active Directory administrator.
4444
45-
- If you have a firewall between your Azure Stack HCI system and Active Directory, ensure that the proper firewall rules are configured. For specific guidance, see [How to configure a firewall for Active Directory domains and trusts](/troubleshoot/windows-server/active-directory/config-firewall-for-ad-domains-and-trusts#windows-server-2008-and-later-versions).
45+
- If you have a firewall between your Azure Stack HCI system and Active Directory, ensure that the proper firewall rules are configured. For specific guidance, see [Firewall requirements for Active Directory Web Services and Active Directory Gateway Management Service](../concepts/firewall-requirements.md). See also [How to configure a firewall for Active Directory domains and trusts](/troubleshoot/windows-server/active-directory/config-firewall-for-ad-domains-and-trusts#windows-server-2008-and-later-versions).
4646
4747
## Active Directory preparation module
4848

0 commit comments

Comments
 (0)