Skip to content

Commit 0f5f119

Browse files
Merge pull request #211827 from madsd/removeat
remove the need for at record
2 parents d9cb465 + 0221662 commit 0f5f119

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/app-service/environment/networking.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,13 @@ If you want to use your own DNS server, add the following records:
111111

112112
1. Create a zone for `<App Service Environment-name>.appserviceenvironment.net`.
113113
1. Create an A record in that zone that points * to the inbound IP address used by your App Service Environment.
114-
1. Create an A record in that zone that points @ to the inbound IP address used by your App Service Environment.
115114
1. Create a zone in `<App Service Environment-name>.appserviceenvironment.net` named `scm`.
116115
1. Create an A record in the `scm` zone that points * to the IP address used by the private endpoint of your App Service Environment.
117116

118117
To configure DNS in Azure DNS private zones:
119118

120119
1. Create an Azure DNS private zone named `<App Service Environment-name>.appserviceenvironment.net`.
121120
1. Create an A record in that zone that points * to the inbound IP address.
122-
1. Create an A record in that zone that points @ to the inbound IP address.
123121
1. Create an A record in that zone that points *.scm to the inbound IP address.
124122

125123
In addition to the default domain provided when an app is created, you can also add a custom domain to your app. You can set a custom domain name without any validation on your apps. If you're using custom domains, you need to ensure they have DNS records configured. You can follow the preceding guidance to configure DNS zones and records for a custom domain name (simply replace the default domain name with the custom domain name). The custom domain name works for app requests, but doesn't work for the `scm` site. The `scm` site is only available at *&lt;appname&gt;.scm.&lt;asename&gt;.appserviceenvironment.net*.

0 commit comments

Comments
 (0)