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
- Container Registry
- Mysql
- Mssql Database
- Postgresql
- Key Vault
- Application Gateway
- Redis Cache
- Storage Account
Resource Setting Values
included_subnet_name
: The name of the Subnet from which Private IP address will be allocated for the Private endpointlinked_connection_resource_name
: The name of remote resource which the Private endpoint should be connected tosubresource_names
: The list of subresource names which the Private endpoint is able to connect todns_zone_group_name
: The group name of the Private DNS Zone to associate with the Private Endpointprivate_dns_zone_names
: Private DNS Zone names of the resource to connect to the private endpoint and resourceconnection_name
: The name of connection between Private endpoint and resourcemanual_connection
: Whether an manual approval from the remote resource owner is requiredtag
: Tag to categorize resources - up to 512 characters,key
:value