From 48a57cc7e96a4d8002f188162d81c3b56e35b28b Mon Sep 17 00:00:00 2001
From: dereklangMSFT <85270473+dereklangMSFT@users.noreply.github.com>
Date: Sun, 13 Apr 2025 07:07:44 -0500
Subject: [PATCH 1/2] Update ports.md
Added requirement for SQL Browser service over port 1434, internal work item - https://msazure.visualstudio.com/Configmgr/_workitems/edit/24270999/?view=edit
---
intune/configmgr/core/plan-design/hierarchy/ports.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/intune/configmgr/core/plan-design/hierarchy/ports.md b/intune/configmgr/core/plan-design/hierarchy/ports.md
index 88095224300..ff20e6d377f 100644
--- a/intune/configmgr/core/plan-design/hierarchy/ports.md
+++ b/intune/configmgr/core/plan-design/hierarchy/ports.md
@@ -626,9 +626,9 @@ Intersite database replication requires the SQL Server at one site to communicat
|-----------------|---------|---------|
|SQL Server service|--|1433 [Note 2](#bkmk_note2) Alternate port available|
|SQL Server Service Broker|--|4022 [Note 2](#bkmk_note2) Alternate port available|
-
+|SQL Server Browser|--|1434|
> [!TIP]
-> Configuration Manager doesn't require the SQL Server Browser, which uses port UDP 1434.
+> Configuration Manager requires the SQL Browser service when using a Named instance / Non-Default SQL port
### State migration point `-->` SQL Server
From da85520d643b0b4985306f3558568b487627dac3 Mon Sep 17 00:00:00 2001
From: Mandi Ohlinger <3229224+MandiOhlinger@users.noreply.github.com>
Date: Mon, 8 Dec 2025 17:26:39 -0500
Subject: [PATCH 2/2] Update ports.md with new date and note clarification
Updated the date for the document and improved a note regarding the SQL Browser service.
---
intune/configmgr/core/plan-design/hierarchy/ports.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/intune/configmgr/core/plan-design/hierarchy/ports.md b/intune/configmgr/core/plan-design/hierarchy/ports.md
index ff20e6d377f..ba5addfc1ab 100644
--- a/intune/configmgr/core/plan-design/hierarchy/ports.md
+++ b/intune/configmgr/core/plan-design/hierarchy/ports.md
@@ -2,7 +2,7 @@
title: Ports used for connections
titleSuffix: Configuration Manager
description: Learn about the required and customizable network ports that Configuration Manager uses for connections.
-ms.date: 04/01/2022
+ms.date: 12/08/2025
ms.subservice: core-infra
ms.service: configuration-manager
ms.topic: reference
@@ -627,8 +627,9 @@ Intersite database replication requires the SQL Server at one site to communicat
|SQL Server service|--|1433 [Note 2](#bkmk_note2) Alternate port available|
|SQL Server Service Broker|--|4022 [Note 2](#bkmk_note2) Alternate port available|
|SQL Server Browser|--|1434|
+
> [!TIP]
-> Configuration Manager requires the SQL Browser service when using a Named instance / Non-Default SQL port
+> Configuration Manager requires the SQL Browser service when using a named instance and non-default SQL port.
### State migration point `-->` SQL Server