Skip to content

Commit 054e56e

Browse files
Update private-endpoint-overview.md
Added table entries for Azure Key Vault
1 parent 406cd6a commit 054e56e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/private-link/private-endpoint-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ A private link resource is the destination target of a given private endpoint. T
5757
|**Azure Database for PostgreSQL -Single server** | Microsoft.DBforPostgreSQL/servers | postgresqlServer |
5858
|**Azure Database for MySQL** | Microsoft.DBforMySQL/servers | mysqlServer |
5959
|**Azure Database for MariaDB** | Microsoft.DBforMariaDB/servers | mariadbServer |
60+
|**Azure Key Vault** | Microsoft.KeyVault/vaults | vault |
6061

6162
## Network security of private endpoints
6263
When using private endpoints for Azure services, traffic is secured to a specific private link resource. The platform performs an access control to validate network connections reaching only the specified private link resource. To access additional resources within the same Azure service, additional private endpoints are required.
@@ -114,6 +115,7 @@ For Azure services, use the recommended zone names as described in the following
114115
|Azure Database for PostgreSQL - Single server (Microsoft.DBforPostgreSQL/servers)|postgresqlServer|privatelink.postgres.database.azure.com|
115116
|Azure Database for MySQL (Microsoft.DBforMySQL/servers)|mysqlServer|privatelink.mysql.database.azure.com|
116117
|Azure Database for MariaDB (Microsoft.DBforMariaDB/servers)|mariadbServer|privatelink.mariadb.database.azure.com|
118+
|Azure Key Vault (Microsoft.KeyVault/vaults)|vault|privatelink.vaultcore.azure.net|
117119

118120
Azure will create a canonical name DNS record (CNAME) on the public DNS to redirect the resolution to the suggested domain names. You'll be able to override the resolution with the private IP address of your private endpoints.
119121

0 commit comments

Comments
 (0)