| name | cis-azure-compute-2.1.17 |
| description | Ensure private endpoints used to access App Service apps use private DNS zones |
| category | cis-azure-compute |
| version | 2.0.0 |
| author | cyberstrike-official |
| tags | ["cis","azure","app-service","private-endpoint","private-dns","dns","network-security"] |
| cis_id | 2.1.17 |
| cis_benchmark | CIS Microsoft Azure Compute Services Benchmark v2.0.0 |
| tech_stack | ["azure"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
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, click Networking.
- Under
Inbound traffic configuration, click the link next to Private endpoints.
- Click the name of a private endpoint.
- Under
Settings, click DNS 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, click Networking.
- Under
Inbound traffic configuration, click the link next to Private endpoints.
- Click the name of a private endpoint.
- Under
Settings, click DNS configuration.
- Click
+ Add configuration.
- Select a
Subscription, Private DNS zone, and provide a DNS zone group and Configuration name.
- Click
Add.
- Repeat steps 1-9 for each app and private endpoint requiring remediation.