Skip to content

Commit d5599cc

Browse files
Additional fixes.
1 parent f80805b commit d5599cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ To create an app in an ASE:
6565

6666
![Isolated pricing tiers][2]
6767

68-
App Service has the ability to allocate a dedicated IP address to an app. The capability to allocate a dedicated IP to an app is available after you configure an IP-based TLS, as described in [Bind an existing custom TLS/SSL certificate to Azure App Service][ConfigureSSL]. In an ILB ASE, you can't add additional IP addresses to be used for an IP-based TLS.
69-
70-
With an external ASE, you can configure IP-based TLS for your app in the same manner that you do in the multitenant App Service. There is always one spare address in the ASE up to 30 IP addresses. Each time you use one, another is added so that an address is always readily available for use. A time delay is required to allocate another IP address, which prevents adding IP addresses in quick succession.
7168
> [!NOTE]
7269
> Linux apps and Windows apps cannot be in the same App Service plan, but they can be in the same App Service Environment.
7370
>
@@ -86,9 +83,9 @@ In an ASE, you can scale an App Service plan up to 100 instances. An ASE can hav
8683

8784
## IP addresses
8885

89-
App Service can allocate a dedicated IP address to an app. This capability is available after you configure IP-based SSL, as described in [Bind an existing custom SSL certificate to Azure App Service][ConfigureSSL]. In an ILB ASE, you can't add more IP addresses to be used for IP-based SSL.
86+
App Service can allocate a dedicated IP address to an app. This capability is available after you configure IP-based TLS, as described in [Bind an existing custom TLS/SSL certificate to Azure App Service][ConfigureSSL]. In an ILB ASE, you can't add more IP addresses to be used for IP-based TLS.
9087

91-
With an External ASE, you can configure IP-based SSL for your app in the same way as in the multitenant App Service. There's always one spare address in the ASE, up to 30 IP addresses. Each time you use one, another is added so that an address is always readily available. A time delay is required to allocate another IP address. That delay prevents adding IP addresses in quick succession.
88+
With an External ASE, you can configure IP-based TLS for your app in the same way as in the multitenant App Service. There's always one spare address in the ASE, up to 30 IP addresses. Each time you use one, another is added so that an address is always readily available. A time delay is required to allocate another IP address. That delay prevents adding IP addresses in quick succession.
9289

9390
## Front-end scaling
9491

0 commit comments

Comments
 (0)