what is the difference in working of endpoints in azure
Loading
what is the difference in working of endpoints in azure
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Sep 15, 2023, 5:33 AM
Anandu G NathPosted Dec 22, 2023, 4:12 AM
Service Endpoint:A service endpoint is a specific URL or address that represents an external service or resource accessible over a network.
It provides a means to interact with an external service, API, or resource hosted either within the same network or externally.
Private Endpoint:A private endpoint is a network interface that connects resources within a virtual network (VNet) to specific Azure services or other resources without needing to expose them to the public internet.
It allows secure and direct access to specific Azure PaaS services or Azure Virtual Machine resources from within the same virtual network or through a VPN/ExpressRoute connection.
Refer Below Link
https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/service-endpoints-vs-private-endpoints/ba-p/3962134
Rajeesh MenothPosted Sep 15, 2023, 5:22 AM
Hi,
Traffic can reach the service resource from on premises without using public endpoints. A Service Endpoint remains a publicly routable IP address. A Private Endpoint is a private IP in the address space of the virtual network where the private endpoint is configured
Reference:
https://learn.microsoft.com/en-us/azure/private-link/private-link-faq