Skip to main content

PrivateEndpoint



Resource Icon

Resource Overview

Azure Private Endpoint is a feature of Azure that allows you to access Azure services (such as Azure Storage, Azure SQL Database, and Azure Cosmos DB) privately within a virtual network. This enables secure access to these services through a private endpoint in the virtual network, rather than over the public internet. Using Azure Private Endpoint, the accessed service is mapped to a private IP address within the virtual network, and traffic between the virtual network and the service is routed over a private link. This ensures that traffic remains within the boundaries of the virtual network and is not exposed to the public internet.

Associated Resources

Parent Resource

Connected Resources

Resource Setting Values

  • included_subnet_name : The name of the Subnet from which Private IP address will be allocated for the Private endpoint
  • linked_connection_resource_name : The name of remote resource which the Private endpoint should be connected to
  • subresource_names : The list of subresource names which the Private endpoint is able to connect to
  • dns_zone_group_name : The group name of the Private DNS Zone to associate with the Private Endpoint
  • private_dns_zone_names : Private DNS Zone names of the resource to connect to the private endpoint and resource
  • connection_name : The name of connection between Private endpoint and resource
  • manual_connection : Whether an manual approval from the remote resource owner is required
  • tag : Tag to categorize resources - up to 512 characters, key:value

Reference Materials