Describe Azure compute and networking services
Describe Azure compute and networking services
Using private endpoints for your storage account enables you to:
Secure your storage account by configuring the storage firewall to block all connections
on the public endpoint for the storage service.
Increase security for the virtual network (VNet), by enabling you to block exfiltration of
data from the VNet.
Securely connect to storage accounts from on-premises networks that connect to the
VNet using VPN or ExpressRoutes with private-peering.
Private endpoints enable connectivity between the customers from the same:
o Virtual network
o Regionally peered virtual networks
o Globally peered virtual networks
o On-premises environments that use VPN or Express Route
o Services that are powered by Private Link
Network connections can be initiated only by clients that are connecting to the private
endpoint. Service providers don't have a routing configuration to create connections into
service customers. Connections can be established in a single direction only.
A read-only network interface is automatically created for the lifecycle of the private
endpoint. The interface is assigned a dynamic private IP address from the subnet that maps
to the private-link resource. The value of the private IP address remains unchanged for the
entire lifecycle of the private endpoint.
The private endpoint must be deployed in the same region and subscription as the virtual
network.
The private-link resource can be deployed in a different region than the one for the virtual
network and private endpoint.
Multiple private endpoints can be created with the same private-link resource. For a single
network using a common DNS server configuration, the recommended practice is to use a
single private endpoint for a specified private-link resource. Use this practice to avoid
duplicate entries or conflicts in DNS resolution.
Multiple private endpoints can be created on the same or different subnets within the same
virtual network. There are limits to the number of private endpoints you can create in a
subscription. For more information, see Azure limits.
The subscription from the private-link resource must also be registered with the Microsoft
network resource provider. For more information, see Azure Resource Providers.