Network Security
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Microsoft Azure Administrator premium course — no separate purchase.
Included in this chapter:
- NSG and ASG: the filtering model
- Association and effective rules
- Azure Bastion for secure RDP and SSH
- Service endpoints vs private endpoints, and exam patterns
Service endpoints vs private endpoints for Azure PaaS
| Dimension | Service endpoint | Private endpoint (Private Link) |
|---|---|---|
| What it does | Extends the VNet identity to the PaaS service; traffic stays on the Azure backbone but goes to the service's public endpoint | Projects the PaaS resource into your subnet as a private IP (NIC), reachable over Private Link |
| Service IP seen by clients | The service keeps its public IP; you allow the subnet in the service firewall | A private IP from your subnet's address range |
| On-premises access (VPN/ExpressRoute) | No. only traffic originating in the Azure VNet is recognized | Yes. the private IP is routable from peered VNets and on-premises |
| Granularity | Per subnet, for an entire service type (e.g. all of Microsoft.Storage) | Per specific resource instance (one storage account, one SQL server) |
| Cost | No additional charge | Billed per endpoint-hour plus data processed |
| DNS change needed | No. public DNS name is unchanged | Yes. a Private DNS zone must map the name to the private IP |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Azure network security groups overview
- How network security groups filter network traffic in Azure
- Diagnose a virtual machine network traffic filter problem
- What is Azure Bastion?
- About Azure Bastion configuration settings
- Configure NSG rules for Azure Bastion
- Azure virtual network service endpoints
- What is a private endpoint? - Azure Private Link