Skip to content

Commit f67ae16

Browse files
authored
Update to match #84053 comment
1 parent af24d01 commit f67ae16

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/active-directory/hybrid/reference-connect-ports.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ The following tables describes the ports and protocols that are required for com
7878
### Table 6a - Pass-through Authentication with SSO
7979
| Protocol | Ports | Description |
8080
| --- | --- | --- |
81-
|HTTP|80 (TCP)|Used to download CRLs (Certificate Revocation Lists) to verify TLS/SSL certificates. Also needed for the connector auto-update capability to function properly. |
82-
|HTTPS|443 (TCP)|Used to enable and disable the feature, register connectors, download connector updates, and handle all user sign-in requests. |
81+
| HTTP |80 (TCP)|Used to download CRLs (Certificate Revocation Lists) to verify TLS/SSL certificates. Also needed for the connector auto-update capability to function properly. |
82+
| HTTPS |443 (TCP)|Used to enable and disable the feature, register connectors, download connector updates, and handle all user sign-in requests. |
8383

8484
In addition, Azure AD Connect needs to be able to make direct IP connections to the [Azure data center IP ranges](https://www.microsoft.com/download/details.aspx?id=41653).
8585

8686
### Table 6b - Password Hash Sync with SSO
8787

8888
| Protocol | Ports | Description |
8989
| --- | --- | --- |
90-
|HTTPS|443 (TCP)|Used to enable SSO registration (required only for the SSO registration process).
90+
| HTTPS |443 (TCP)|Used to enable SSO registration (required only for the SSO registration process).
9191

9292
In addition, Azure AD Connect needs to be able to make direct IP connections to the [Azure data center IP ranges](https://www.microsoft.com/download/details.aspx?id=41653). Again, this is only required for the SSO registration process.
9393

@@ -99,9 +99,11 @@ This table describes the following outbound ports and protocols that are require
9999

100100
| Protocol | Ports | Description |
101101
| --- | --- | --- |
102-
|HTTPS |443 (TCP) |Used to send health information to Azure AD. |
102+
| Azure Service Bus |5671 (TCP) | Used to send health information to Azure AD. (recommended but not required in latest versions)|
103+
| HTTPS |443 (TCP) |Used to send health information to Azure AD. (failback)|
103104

104-
Old Azure AD Connect Health agents required access to Azure Service Bus on port 5671 but it is no longer required. The latest Azure AD Connect Health agent versions only require port 443.
105+
If 5671 is blocked, the agent falls back to 443, but using 5671 is recommended. This endpoint isn't required in the latest version of the agent.
106+
The latest Azure AD Connect Health agent versions only require port 443.
105107

106108
### 7b - Endpoints for Azure AD Connect Health agent for (AD FS/Sync) and Azure AD
107109
For a list of endpoints, see [the Requirements section for the Azure AD Connect Health agent](how-to-connect-health-agent-install.md#requirements).

0 commit comments

Comments
 (0)