Skip to content

Commit f927e8d

Browse files
committed
Minor updates
1 parent 5046469 commit f927e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ When you set up this DNS configuration, you can reach your app privately with th
9292

9393
If you need to use a custom domain name, add the custom name in your app. You must validate the custom name like any custom name, by using public DNS resolution. For more information, see [custom DNS validation](./app-service-web-tutorial-custom-domain.md).
9494

95-
In your custom DNS zone, you need to update the DNS record to point to the private endpoint. If your app is already configured with DNS resolution for the default host name, the preferred way is to point the custom domain CNAME record to `mywebapp.azurewebsites.net`. If you only want the custom domain name to resolve to the private endpoint, you can add an A record with the private endpoint IP directly.
95+
In your custom DNS zone, you need to update the DNS record to point to the private endpoint. If your app is already configured with DNS resolution for the default host name, the preferred way is to add a `CNAME` record for the custom domain pointing to `mywebapp.azurewebsites.net`. If you only want the custom domain name to resolve to the private endpoint, you can add an `A` record with the private endpoint IP directly.
9696

9797
### Kudu/scm endpoint
9898

0 commit comments

Comments
 (0)