Skip to content

Commit ec75bfc

Browse files
authored
fixing typo with gt/lt
1 parent 3c0f7b4 commit ec75bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/environment/using-an-ase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ When you use an External ASE, apps made in your ASE are registered with Azure DN
121121

122122
To configure DNS with your ILB ASE:
123123

124-
create a zone for &ltASE name&gt.appserviceenvironment.net
124+
create a zone for <ASE name>.appserviceenvironment.net
125125
create an A record in that zone that points * to the ILB IP address
126126
create an A record in that zone that points @ to the ILB IP address
127-
create a zone in &ltASE name&gt.appserviceenvironment.net named scm
127+
create a zone in <ASE name>.appserviceenvironment.net named scm
128128
create an A record in the scm zone that points * to the ILB IP address
129129

130130
The DNS settings for your ASE default domain suffix do not restrict your apps to only being accessible by those names. You can set a custom domain name without any validation on your apps in an ILB ASE. If you then want to create a zone named *contoso.net*, you could do so and point it to the ILB IP address. The custom domain name works for app requests but doesn't for the scm site. The scm site is only available at *&ltASE name&gt.appserviceenvironment.net*.

0 commit comments

Comments
 (0)