Skip to content

Commit 5293102

Browse files
authored
Merge pull request #110178 from malopMSFT/patch-160
Update private-endpoint-overview.md
2 parents cbfdc78 + 8960220 commit 5293102

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ A private link resource is the destination target of a given private endpoint. T
6868
|**Azure Relay** | Microsoft.Relay/namespaces | namespace |
6969
|**Azure Event Grid** | Microsoft.EventGrid/topics | topic |
7070
|**Azure Event Grid** | Microsoft.EventGrid/domains | domain |
71-
|**Azure WebApps** | Microsoft.Web/sites | sites |
71+
|**Azure WebApps** | Microsoft.Web/sites | site |
72+
|**Azure Machine Learning** | Microsoft.MachineLearningServices/workspaces | workspace |
73+
7274

7375
## Network security of private endpoints
7476
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.
@@ -139,6 +141,7 @@ For Azure services, use the recommended zone names as described in the following
139141
|Azure Event Grid (Microsoft.EventGrid/topics) | topic | topic.{region}.privatelink.eventgrid.azure.net|
140142
|Azure Event Grid (Microsoft.EventGrid/domains) | domain | domain.{region}.privatelink.eventgrid.azure.net |
141143
|Azure WebApps(Microsoft.Web/sites) | site | privatelink.azurewebsites.net |
144+
|Azure Machine Learning(Microsoft.MachineLearningServices/workspaces) | workspace | privatelink.api.azureml.ms |
142145

143146
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.
144147

0 commit comments

Comments
 (0)