Skip to content

Commit 43fd8c1

Browse files
Merge pull request #268902 from madsd/nw
CDS SNI and IP scale in time
2 parents 39ad1f3 + d42593f commit 43fd8c1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/app-service/environment/how-to-custom-domain-suffix.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ If the certificate used for the custom domain suffix contains a Subject Alternat
2727

2828
Unlike earlier versions, the FTPS endpoints for your App Services on your App Service Environment v3 can only be reached using the default domain suffix.
2929

30+
The connection to the custom domain suffix endpoint will need to use Server Name Indication (SNI) for TLS based connections.
31+
3032
## Prerequisites
3133

3234
- ILB variation of App Service Environment v3.

articles/app-service/environment/version-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ App Service Environment v3 runs on the latest [Virtual Machine Scale Sets](../..
6464
|Feature |[App Service Environment v1](app-service-app-service-environment-intro.md) |[App Service Environment v2](intro.md) |[App Service Environment v3](overview.md) |
6565
|---------|---------|---------|---------|
6666
|IP-based Transport Layer Security (TLS) or Secure Sockets Layer (SSL) binding with your apps |Yes |Yes |No |
67-
|Custom domain suffix |Yes |Yes (only supported with certain API versions) |[Yes](how-to-custom-domain-suffix.md) |
67+
|Custom domain suffix |Yes (requires SNI based TLS connection) |Yes (only supported with certain API versions) |[Yes](how-to-custom-domain-suffix.md) |
6868
|Support for App Service Managed Certificates |No |No |No |
6969

7070
### Backup and restore

articles/app-service/overview-vnet-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For Windows App Service plans, the virtual network integration feature supports
6868

6969
Virtual network integration depends on a dedicated subnet. When you create a subnet, the Azure subnet consumes five IPs from the start. One address is used from the integration subnet for each App Service plan instance. If you scale your app to four instances, then four addresses are used.
7070

71-
When you scale up/down in size or in/out in number of instances, the required address space is doubled for a short period of time. The scale operation adds the same number of new instances and then deletes the existing instances. The scale operation affects the real, available supported instances for a given subnet size. Platform upgrades need free IP addresses to ensure upgrades can happen without interruptions to outbound traffic. Finally, after scale up, down, or in operations complete, there might be a short period of time before IP addresses are released.
71+
When you scale up/down in instance size, the amount of IP addresses used by the App Service plan is temporarily doubled while the scale operation completes. The new instances need to be fully operational before the existing instances are deprovisioned. The scale operation affects the real, available supported instances for a given subnet size. Platform upgrades need free IP addresses to ensure upgrades can happen without interruptions to outbound traffic. Finally, after scale up, down, or in operations complete, there might be a short period of time before IP addresses are released. In rare cases, this operation can be up to 12 hours.
7272

7373
Because subnet size can't be changed after assignment, use a subnet that's large enough to accommodate whatever scale your app might reach. You should also reserve IP addresses for platform upgrades. To avoid any issues with subnet capacity, use a `/26` with 64 addresses. When you're creating subnets in Azure portal as part of integrating with the virtual network, a minimum size of /27 is required. If the subnet already exists before integrating through the portal, you can use a /28 subnet.
7474

@@ -197,7 +197,7 @@ There are some limitations with using virtual network integration:
197197
* The integration subnet can't have [service endpoint policies](../virtual-network/virtual-network-service-endpoint-policies-overview.md) enabled.
198198
* Only one App Service plan virtual network integration connection per integration subnet is supported.
199199
* You can't delete a virtual network with an integrated app. Remove the integration before you delete the virtual network.
200-
* You can't have more than two virtual network integrations per Windows App Service plan. You can't have more than one virtual network integration per Linux App Service plan. Multiple apps in the same App Service plan can use the same virtual network integration.
200+
* You can't have more than two virtual network integrations per App Service plan. Multiple apps in the same App Service plan can use the same virtual network integration.
201201
* You can't change the subscription of an app or a plan while there's an app that's using virtual network integration.
202202

203203
## Access on-premises resources

0 commit comments

Comments
 (0)