Service Endpoint vs Private EndPoint - amitbhilagude/userfullinks GitHub Wiki
- Private endpoint: allows you to access Azure PaaS services over a Private IP address within the VNet. It gets a new private IP on your VNet. When you send traffic to PaaS resources, it will always ensure traffic stays within your VNet
- Azure Service Endpoint provides secure and direct connectivity to Azure PaaS services over an optimized route over the Azure backbone network. Traffic still left your VNet and hit the public endpoint of the PaaS service.
- More details are here: https://medium.com/awesome-azure/azure-difference-between-azure-private-links-and-azure-service-endpoints-private-links-vs-service-endpoints-8fb0f80ca196