Skip to content

Commit 8313aef

Browse files
authored
Update networking.md
1 parent 7aa4095 commit 8313aef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/app-service/environment/networking.md

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

118118
1. Create a zone for `<App Service Environment-name>.appserviceenvironment.net`.
119119
1. Create an A record in that zone that points * to the inbound IP address used by your App Service Environment.
120+
1. Create an A record in that zone that points @ to the inbound IP address used by your App Service Environment.
120121
1. Create a zone in `<App Service Environment-name>.appserviceenvironment.net` named `scm`.
121122
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.
122123

123124
To configure DNS in Azure DNS private zones:
124125

125126
1. Create an Azure DNS private zone named `<App Service Environment-name>.appserviceenvironment.net`.
126127
1. Create an A record in that zone that points * to the inbound IP address.
128+
1. Create an A record in that zone that points @ to the inbound IP address.
127129
1. Create an A record in that zone that points *.scm to the inbound IP address.
128130

129131
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 (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)