Implement security for Azure network services
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing SC-500 premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- Where each network control sits in the path
- How NSG rules are evaluated
- Centralized policy with Virtual Network Manager
- How Azure Firewall decides on a flow
- Choosing an Azure Firewall SKU for inspection
- Centralized firewall policy for secured virtual hubs
- Securing VPN gateway connections
- Private connectivity with Azure Private Link
- Microsoft Entra Private Access for internal apps
- Diagnosing effective rules with Network Watcher
- Exam pattern recognition
The four control points compared
| Property | Central admin rules | Subnet and NIC rules | Private paths | Routed inspection |
|---|---|---|---|---|
| Azure service | Virtual Network Manager security admin configuration | Network security groups with application security groups | Private endpoints, Private Link Service, VPN Gateway, Microsoft Entra Private Access | Azure Firewall with Firewall Policy, standalone or in a secured virtual hub |
| Attaches to | Virtual networks in a targeted network group | Subnets and network interfaces | A subnet, a gateway, or a published application | A hub virtual network or a Virtual WAN hub |
| Matches on | Priority, protocol, direction, address prefixes | Five-tuple, with service tags or application security groups as source or destination | Resource identity, and user or group identity for Private Access | Addresses, ports, protocols, FQDNs, and TLS payload with Premium |
| Evaluation position | First, before NSGs: Allow defers to them, Always Allow and Deny terminate | Second: first match by priority, and subnet plus NIC must both allow | Third: decides whether a usable route to the destination exists at all | Last, and only on traffic routing sends it: DNAT, then network, then application rules |
| Outside its reach | Private endpoints, and intent-managed networks unless support is enabled | Layer 7 URL and TLS payload inspection | Authorization inside the service, which keeps its own access controls | Any flow no route steers to the firewall |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- https://learn.microsoft.com/en-us/azure/virtual-network-manager/overview
- Network security groups overview
- https://learn.microsoft.com/en-us/azure/firewall/overview
- https://learn.microsoft.com/en-us/azure/role-based-access-control/overview
- How network security groups filter network traffic
- Application security groups
- Security admin rules in Azure Virtual Network Manager
- Network groups in Azure Virtual Network Manager
- Configuration deployments in Azure Virtual Network Manager
- Azure Firewall rule processing logic
- https://learn.microsoft.com/en-us/azure/firewall/dns-settings
- FQDN filtering in Azure Firewall network rules
- Azure Firewall Policy rule sets
- Azure Firewall SNAT private IP address ranges
- https://learn.microsoft.com/en-us/azure/firewall/features-by-sku
- Azure Firewall threat intelligence-based filtering
- Azure Firewall Premium features
- https://learn.microsoft.com/en-us/azure/firewall-manager/overview
- https://learn.microsoft.com/en-us/azure/firewall-manager/secured-virtual-hub
- Azure Firewall Manager: hub virtual networks and secured virtual hubs
- Azure Firewall Manager policy overview
- Configure routing intent and policies for Virtual WAN hubs
- https://learn.microsoft.com/en-us/azure/virtual-wan/howto-firewall
- Configure a custom IPsec/IKE policy for a VPN Gateway connection
- https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-about
- Microsoft Entra ID authentication for point-to-site OpenVPN connections
- What is an Azure private endpoint?
- Azure private endpoint DNS configuration
- Manage network policies for private endpoints
- What is Azure Private Link service?
- https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoints-overview
- Microsoft Entra Private Access concepts
- https://learn.microsoft.com/en-us/entra/global-secure-access/how-to-configure-connectors
- https://learn.microsoft.com/en-us/entra/global-secure-access/how-to-install-windows-client
- https://learn.microsoft.com/en-us/entra/global-secure-access/how-to-configure-quick-access
- Configure per-app access for Microsoft Entra Private Access
- https://learn.microsoft.com/en-us/azure/network-watcher/network-watcher-overview
- IP flow verify overview (Azure Network Watcher)
- https://learn.microsoft.com/en-us/cli/azure/network/watcher
- https://learn.microsoft.com/en-us/azure/network-watcher/network-watcher-network-configuration-diagnostics-overview
- Diagnose a virtual machine network traffic filter problem with effective security rules