Removing the inbound firewall rule for an Entra application proxy connector
Your on-premises network contains an Active Directory Domain Services (AD DS) domain named corp.contoso.com and an AD DS-integrated application named App1. Your perimeter network contains a server named Server1that runs Windows Server. You have a Microsoft Entra tenant named contoso.com that syncs with corp.contoso.com. You plan to implement a security solution that will include the following configurations: • Manage access to App1 by using Microsoft Entra Private Access. • Deploy a Microsoft Entra application proxy connector to Server1. • Implement single sign-on (SSO) for App1 by using Kerberos constrained delegation. • For Server1, configure the following rules in Windows Defender Firewall with Advanced Security: o Rule1: Allow TCP 443 inbound from a designated set of Azure URLs, o Rule2: Allow TCP 443 outbound to a designated set of Azure URLs, o Rule3: Allow TCP 80 outbound to a designated set of Azure URLs, o Rule4: Allow TCP 389 outbound to the domain controllers on corp.contoso.com. You need to maximize security for the planned implementation. The solution must minimize the impact on the connector. Which rule should you remove?
Community Votes
55% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Connectors require only outbound 80 and 443 (Rule3 and Rule2) and TCP 389 to domain controllers for KCD (Rule4); there is no inbound requirement, so Rule1 (inbound 443) can be removed.
An Entra application proxy / Private Access connector uses outbound-only connectivity, so the inbound TCP 443 rule (Rule1) is unnecessary and should be removed to maximize security while minimizing impact on the connector.
Removing Rule3 (outbound TCP 80) — that rule is required for connector certificate renewal, so removing it would break the connector; only the inbound rule (Rule1) is safe to remove.
Community Discussion (5 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Microsoft Entra application proxy and Private Access connectors communicate with Azure only over outbound connections (TCP 80 and 443). There is no inbound requirement, so Rule1 (Allow TCP 443 inbound) is unnecessary and removing it improves security without affecting the connector.Why the Other Options Are Wrong
Rule2 (443 outbound) and Rule3 (80 outbound) are required for connector operation and certificate renewal, so removing them would break connectivity. Rule4 (389 outbound to domain controllers) is needed for Kerberos constrained delegation SSO, so it must remain.Community Comment Notes
The community favored A (55 votes). Comments explain that application proxy is outbound-only and that inbound ports are never needed; a minority (C, 45 votes) suggested removing the less-secure TCP 80 outbound, but that rule is required for certificate renewal.Official Reference
Related Analysis
Practice All SC-100 Questions
Access 110 questions with complete answers and detailed explanations.
View Full SC-100 Practice Test →