Skip to content

Commit f2b0488

Browse files
committed
PE DNL optimization
1 parent c2b20de commit f2b0488

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/app-service/overview-private-endpoint.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ In the Web HTTP logs of your app, you find the client source IP. This feature is
5555

5656
## DNS
5757

58-
When you use private endpoint for App Service apps, the requested URL must match the name of your app. By default mywebappname.azurewebsites.net (see [note at top](#dnl-note)).
58+
When you use private endpoint for App Service apps, the requested URL must match the name of your app. By default `<app-name>.azurewebsites.net`. If you are using [unique default hostname](#dnl-note) your app name will have the format `<app-name>-<random-hash>.<region>.azurewebsites.net`. In the examples below _mywebapp_ could also represent the full regionalized unique hostname.
5959

60-
By default, without private endpoint, the public name of your web app is a canonical name to the cluster.
61-
For example, the name resolution is:
60+
By default, without private endpoint, the public name of your web app is a canonical name to the cluster. For example, the name resolution is:
6261

6362
|Name |Type |Value |
6463
|-----|-----|------|
@@ -86,7 +85,7 @@ For example, the name resolution is:
8685
|mywebapp.azurewebsites.net|CNAME|mywebapp.privatelink.azurewebsites.net|<--Azure creates this CNAME entry in Azure Public DNS to point the app address to the private endpoint address|
8786
|mywebapp.privatelink.azurewebsites.net|A|10.10.10.8|<--You manage this entry in your DNS system to point to your private endpoint IP address|
8887

89-
After this DNS configuration, you can reach your app privately with the default name mywebappname.azurewebsites.net. You must use this name, because the default certificate is issued for *.azurewebsites.net.
88+
After this DNS configuration, you can reach your app privately with the default name mywebapp.azurewebsites.net. You must use this name, because the default certificate is issued for *.azurewebsites.net.
9089

9190

9291
If you need to use a custom DNS name, you must add the custom name in your app and you must validate the custom name like any custom name, using public DNS resolution.

0 commit comments

Comments
 (0)