Skip to content

Commit 8ecac8d

Browse files
authored
Udpated based on feedback
1 parent fe3328c commit 8ecac8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ A private link resource is the destination target of a given private endpoint. T
5959
|**Azure Database for MariaDB** | Microsoft.DBforMariaDB/servers | mariadbServer |
6060
|**Azure Key Vault** | Microsoft.KeyVault/vaults | vault |
6161
|**Azure Kubernetes Service - Kubernetes API** | Microsoft.ContainerService/managedClusters | managedCluster |
62+
|**Azure Search** | Microsoft.Search/searchService| searchService|
6263
|**Azure Container Registry** | Microsoft.ContainerRegistry/registries | registry |
6364
|**Azure App Configuration** | Microsoft.Appconfiguration/configurationStores | configurationStore |
6465
|**Azure Backup** | Microsoft.RecoveryServices/vaults | vault |
@@ -68,7 +69,6 @@ A private link resource is the destination target of a given private endpoint. T
6869
|**Azure Event Grid** | Microsoft.EventGrid/topics | topic |
6970
|**Azure Event Grid** | Microsoft.EventGrid/domains | domain |
7071
|**Azure WebApps** | Microsoft.Web/sites | site |
71-
|**Azure Machine Learning** | Microsoft.MachineLearningServices/workspaces | workspace |
7272

7373
## Network security of private endpoints
7474
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.
@@ -129,6 +129,7 @@ For Azure services, use the recommended zone names as described in the following
129129
|Azure Database for MariaDB (Microsoft.DBforMariaDB/servers)|mariadbServer|privatelink.mariadb.database.azure.com|
130130
|Azure Key Vault (Microsoft.KeyVault/vaults)|vault|privatelink.vaultcore.azure.net|
131131
|Azure Kubernetes Service - Kubernetes API (Microsoft.ContainerService/managedClusters) | managedCluster | {guid}.privatelink.<region>.azmk8s.io|
132+
|Azure Search (Microsoft.Search/searchServices)|searchService|privatelink.search.windows.net|
132133
|Azure Container Registry (Microsoft.ContainerRegistry/registries) | registry | privatelink.azurecr.io |
133134
|Azure App Configuration (Microsoft.Appconfiguration/configurationStores)| configurationStore | privatelink.azconfig.io|
134135
|Azure Backup (Microsoft.RecoveryServices/vaults)| vault |privatelink.{region}.backup.windowsazure.com|
@@ -138,7 +139,6 @@ For Azure services, use the recommended zone names as described in the following
138139
|Azure Event Grid (Microsoft.EventGrid/topics) | topic | topic.<region>.privatelink.eventgrid.azure.net|
139140
|Azure Event Grid (Microsoft.EventGrid/domains) | domain | domain.<region>.privatelink.eventgrid.azure.net |
140141
|Azure WebApps(Microsoft.Web/sites) | site | privatelink.azurewebsites.net |
141-
|Azure Machine Learning (Microsoft.MachineLearningServices/workspaces) | workspace | privatelink.api.azureml.ms |
142142

143143
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.
144144

0 commit comments

Comments
 (0)