Ensure private endpoints used to access App Service apps use private DNS zones
Description
Use private DNS zones to override DNS resolution for a private endpoint. A private DNS zone links a virtual network to an App Service app.
This recommendation assumes application of, and should be applied in conjunction with, the recommendation titled "Ensure private endpoints are used to access App Service apps."
Rationale
It's important to correctly configure DNS settings to ensure that the fully qualified domain name (FQDN) of the App Service app resolves to the private endpoint IP address.
Impact
Incorrectly configured DNS settings may result in unintentional exposure of traffic to the public internet.
Audit Procedure
Using Azure Portal
- Go to
App Services. - Click the name of an app.
- Under
Settings, clickNetworking. - Under
Inbound traffic configuration, click the link next toPrivate endpoints. - Click the name of a private endpoint.
- Under
Settings, clickDNS configuration. - Ensure a configuration is displayed with a value for
Private DNS zone. - Repeat steps 1-7 for each app and private endpoint.
Using Azure CLI
Not specifically documented for this control.
Using Azure PowerShell
Not specifically documented for this control.
Expected Result
Each private endpoint should have a private DNS zone configured.
Remediation
Using Azure Portal
- Go to
App Services. - Click the name of an app.
- Under
Settings, clickNetworking. - Under
Inbound traffic configuration, click the link next toPrivate endpoints. - Click the name of a private endpoint.
- Under
Settings, clickDNS configuration. - Click
+ Add configuration. - Select a
Subscription,Private DNS zone, and provide aDNS zone groupandConfiguration name. - Click
Add. - Repeat steps 1-9 for each app and private endpoint requiring remediation.
Using Azure CLI
Not specifically documented for this control.
Using Azure PowerShell
Not specifically documented for this control.
Default Value
Not configured by default.
References
- https://learn.microsoft.com/en-us/azure/app-service/overview-private-endpoint#dns
- https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns
Profile
Level 2 | Manual