Skip to content

Commit 27adda4

Browse files
Merge pull request #232243 from madsd/aseupdates
Minor fixes
2 parents c19811c + 0780e2a commit 27adda4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

articles/app-service/environment/create-from-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: madsd
55

66
ms.assetid: 6eb7d43d-e820-4a47-818c-80ff7d3b6f8e
77
ms.topic: article
8-
ms.date: 01/20/2023
8+
ms.date: 03/27/2023
99
ms.author: madsd
1010
ms.custom: seodec18
1111
---
@@ -49,7 +49,7 @@ If you want to make an ASE, use this Resource Manager template [ASEv2][quickstar
4949
* *existingVirtualNetworkResourceGroup*: his parameter defines the resource group name of the existing virtual network and subnet where ASE will reside.
5050
* *subnetName*: This parameter defines the subnet name of the existing virtual network and subnet where ASE will reside.
5151
* *internalLoadBalancingMode*: In most cases, set this to 3, which means both HTTP/HTTPS traffic on ports 80/443, and the control/data channel ports listened to by the FTP service on the ASE, will be bound to an ILB-allocated virtual network internal address. If this property is set to 2, only the FTP service-related ports (both control and data channels) are bound to an ILB address. If this property is set to 0, the HTTP/HTTPS traffic remains on the public VIP.
52-
* *dnsSuffix*: This parameter defines the default root domain that's assigned to the ASE. In the public variation of Azure App Service, the default root domain for all web apps is *azurewebsites.net*. Because an ILB ASE is internal to a customer's virtual network, it doesn't make sense to use the public service's default root domain. Instead, an ILB ASE should have a default root domain that makes sense for use within a company's internal virtual network. For example, Contoso Corporation might use a default root domain of *internal-contoso.com* for apps that are intended to be resolvable and accessible only within Contoso's virtual network.
52+
* *dnsSuffix*: This parameter defines the default root domain that's assigned to the ASE. In the public variation of Azure App Service, the default root domain for all web apps is *azurewebsites.net*. Because an ILB ASE is internal to a customer's virtual network, it doesn't make sense to use the public service's default root domain. Instead, an ILB ASE should have a default root domain that makes sense for use within a company's internal virtual network. For example, Contoso Corporation might use a default root domain of *internal-contoso.com* for apps that are intended to be resolvable and accessible only within Contoso's virtual network. To specify custom root domain you need to use api version `2018-11-01` or earlier versions.
5353
* *ipSslAddressCount*: This parameter automatically defaults to a value of 0 in the *azuredeploy.json* file because ILB ASEs only have a single ILB address. There are no explicit IP-SSL addresses for an ILB ASE. Hence, the IP-SSL address pool for an ILB ASE must be set to zero. Otherwise, a provisioning error occurs.
5454

5555
After the *azuredeploy.parameters.json* file is filled in, create the ASE by using the PowerShell code snippet. Change the file paths to match the Resource Manager template-file locations on your machine. Remember to supply your own values for the Resource Manager deployment name and the resource group name:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create an App Service environment with an internal loa
44
author: madsd
55
ms.assetid: 0f4c1fa4-e344-46e7-8d24-a25e247ae138
66
ms.topic: quickstart
7-
ms.date: 02/28/2023
7+
ms.date: 03/27/2023
88
ms.author: madsd
99
ms.custom: mvc, seodec18, mode-other
1010
---
@@ -139,7 +139,7 @@ To learn more about how to configure your ILB ASE with a WAF device, see [Confi
139139

140140
## ILB ASEs made before May 2019
141141

142-
ILB ASEs that were made before May 2019 required you to set the domain suffix during ASE creation. They also required you to upload a default certificate that was based on that domain suffix. Also, with an older ILB ASE you can't perform single sign-on to the Kudu console with apps in that ILB ASE. When configuring DNS for an older ILB ASE, you need to set the wildcard A record in a zone that matches to your domain suffix.
142+
ILB ASEs that were made before May 2019 required you to set the domain suffix during ASE creation. They also required you to upload a default certificate that was based on that domain suffix. Also, with an older ILB ASE you can't perform single sign-on to the Kudu console with apps in that ILB ASE. When configuring DNS for an older ILB ASE, you need to set the wildcard A record in a zone that matches to your domain suffix. Creating or changing ILB ASE with custom domain suffix requires you to use Azure Resource Manager templates and an api version prior to 2019. Last support api version is `2018-11-01`.
143143

144144
## Get started ##
145145

articles/app-service/environment/using.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use an App Service Environment
33
description: Learn how to use your App Service Environment to host isolated applications.
44
author: madsd
55
ms.topic: article
6-
ms.date: 02/14/2022
6+
ms.date: 03/27/2023
77
ms.author: madsd
88
---
99

@@ -92,7 +92,7 @@ To configure DNS in Azure DNS private zones:
9292
1. Create an A record in that zone that points @ to the inbound IP address.
9393
1. Create an A record in that zone that points *.scm to the inbound IP address.
9494

95-
The DNS settings for the default domain suffix of your App Service Environment don't 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 App Service Environment. If you then want to create a zone named `contoso.net`, you can do so and point it to the inbound IP address. The custom domain name works for app requests, but doesn't work for the `scm` site. The `scm` site is only available at *<appname>.scm.<asename>.appserviceenvironment.net*.
95+
The DNS settings for the default domain suffix of your App Service Environment don't 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 App Service Environment. If you then want to create a zone named `contoso.net`, you can do so and point it to the inbound IP address. The custom domain name works for app requests, and if the custom domain suffix certificate includes a wildcard SAN for scm, custom domain name also work for `scm` site and you can create a `*.scm` record and point it to the inbound IP address.
9696

9797
## Publishing
9898

@@ -173,6 +173,7 @@ If you have multiple App Service Environments, you might want some of them to be
173173
- **None**: Azure upgrades in no particular batch. This value is the default.
174174
- **Early**: Upgrade in the first half of the App Service upgrades.
175175
- **Late**: Upgrade in the second half of the App Service upgrades.
176+
- **Manual**: Get [15 days window](./how-to-upgrade-preference.md) to deploy the upgrade manually.
176177

177178
Select the value you want, and then select **Save**.
178179

0 commit comments

Comments
 (0)