Skip to content

Commit 183f7a1

Browse files
Merge pull request #40357 from holgerjay/patch-1
Update create-ilb-ase.md
2 parents b18566b + f17f40b commit 183f7a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/app-service/environment/create-ilb-ase.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article shows you how to create an ILB ASE. For an overview on the ASE, see
2727

2828
## Overview
2929

30-
You can deploy an ASE with an internet-accessible endpoint or with an IP address in your VNet. To set the IP address to a VNet address, the ASE must be deployed with an ILB. When you deploy your ASE with an ILB, you must provide the name of your ASE. The name of your ASE is used in the domain suffix for the apps in your ASE. The domain suffix for your ILB ASE is <ASE name>.appservicewebsites.net. Apps that are made in an ILB ASE are not put in the public DNS.
30+
You can deploy an ASE with an internet-accessible endpoint or with an IP address in your VNet. To set the IP address to a VNet address, the ASE must be deployed with an ILB. When you deploy your ASE with an ILB, you must provide the name of your ASE. The name of your ASE is used in the domain suffix for the apps in your ASE. The domain suffix for your ILB ASE is <ASE name>.appserviceenvironment.net. Apps that are made in an ILB ASE are not put in the public DNS.
3131

3232
Earlier versions of the ILB ASE required you to provide a domain suffix and a default certificate for HTTPS connections. The domain suffix is no longer collected at ILB ASE creation and a default certificate is also no longer collected. When you create an ILB ASE now, the default certificate is provided by Microsoft and is trusted by the browser. You are still able to set custom domain names on apps in your ASE and set certificates on those custom domain names.
3333

@@ -103,9 +103,10 @@ When you use an External VIP, the DNS is managed by Azure. Any app created in yo
103103
To configure your DNS:
104104

105105
- create a zone for *<ASE name>.appserviceenvironment.net*
106-
- create an A record in that zone that points * to the ILB IP address
106+
- create an A record in that zone that points * to the ILB IP address
107+
- create an A record in that zone that points @ to the ILB IP address
107108
- create a zone in *<ASE name>.appserviceenvironment.net* named scm
108-
- create an A record in the scm zone that points to the ILB IP address
109+
- create an A record in the scm zone that points * to the ILB IP address
109110

110111
## Publish with an ILB ASE
111112

0 commit comments

Comments
 (0)