Skip to content

Commit 9f70cea

Browse files
authored
Merge pull request #108406 from sumeetmittal/patch-51
Correcting Typo In Zone Name for Eventgrid
2 parents 8fba79f + 98b2b02 commit 9f70cea

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
@@ -136,8 +136,8 @@ For Azure services, use the recommended zone names as described in the following
136136
|Azure Event Hub (Microsoft.EventHub/namespaces)| namespace |privatelink.servicebus.windows.net|
137137
|Azure Service Bus (Microsoft.ServiceBus/namespaces) | namespace |privatelink.servicebus.windows.net|
138138
|Azure Relay (Microsoft.Relay/namespaces) | namespace |privatelink.servicebus.windows.net|
139-
|Azure Event Grid (Microsoft.EventGrid/topics) | topic | topic.<region>.privatelink.eventgrid.azure.net|
140-
|Azure Event Grid (Microsoft.EventGrid/domains) | domain | domain.<region>.privatelink.eventgrid.azure.net |
139+
|Azure Event Grid (Microsoft.EventGrid/topics) | topic | topic.{region}.privatelink.eventgrid.azure.net|
140+
|Azure Event Grid (Microsoft.EventGrid/domains) | domain | domain.{region}.privatelink.eventgrid.azure.net |
141141
|Azure WebApps(Microsoft.Web/sites) | site | 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.

0 commit comments

Comments
 (0)