
Resources within the virtual network can communicate with each other privately, through private IP addresses. When you deploy dedicated Azure services in a virtual network, you can communicate with the service resources privately, through private IP addresses.ĭeploying a dedicated Azure service into your virtual network provides the following capabilities: Using service tags to allow or deny traffic to your Azure resources to and from public IP endpoints.ĭeploy dedicated Azure services into virtual networks. Service endpoints allow service resources to be secured to the virtual network. Accessing the service using public endpoints by extending a virtual network to the service, through service endpoints. Private Endpoint uses a private IP address from your VNet, effectively bringing the service into your virtual network.
Using Private Endpoint that connects you privately and securely to a service powered by Azure Private Link. The services can then be privately accessed within the virtual network and from on-premises networks. Deploying dedicated instances of the service into a virtual network. VNet integration provides Azure services the benefits of network isolation and can be accomplished by one or more of the following methods: The VNet infrastructure also includes peered virtual networks and on-premises networks.
Virtual Network (VNet) integration for an Azure service enables you to lock down access to the service to only your virtual network infrastructure.