Skip to content

Commit 9f40122

Browse files
committed
properties
1 parent be31037 commit 9f40122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/overview-name-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ az resource update --resource-group <group-name> --name <app-name> --resource-ty
3030

3131
## DNS app settings
3232

33-
App Service has existing app settings to configure DNS servers and name resolution behavior. Site configuration will override the app settings if both exists. Site configuration has the advantage of being auditable with Azure Policy and validated at the time of configuration. We recommend you to use site configuration.
33+
App Service has existing app settings to configure DNS servers and name resolution behavior. Site properties will override the app settings if both exists. Site properties has the advantage of being auditable with Azure Policy and validated at the time of configuration. We recommend you to use site properties.
3434

3535
You can still use the existing `WEBSITE_DNS_SERVER` app setting, and you can add custom DNS servers with either setting. If you want to add multiple DNS servers using the app setting, you must separate the servers by commas with no blank spaces added.
3636

0 commit comments

Comments
 (0)