Skip to content

Commit d2cc255

Browse files
authored
Updated Subresource name for Azure WebApps
The correct Subresource name is site instead of site
1 parent 3dc248a commit d2cc255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ For Azure services, use the recommended zone names as described in the following
138138
|Azure Relay (Microsoft.Relay/namespaces) | namespace |privatelink.servicebus.windows.net|
139139
|Azure Event Grid (Microsoft.EventGrid/topics) | topic | topic.{region}.privatelink.eventgrid.azure.net|
140140
|Azure Event Grid (Microsoft.EventGrid/domains) | domain | domain.{region}.privatelink.eventgrid.azure.net |
141-
|Azure WebApps(Microsoft.Web/sites) | site | privatelink.azurewebsites.net |
141+
|Azure WebApps(Microsoft.Web/sites) | sites | privatelink.azurewebsites.net |
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)