Skip to content

Commit 9a8e7dd

Browse files
committed
Adding ASEv3 note
1 parent 16e2473 commit 9a8e7dd

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/app-service/environment/networking.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment networking
33
description: App Service Environment networking details
44
author: madsd
55
ms.topic: overview
6-
ms.date: 02/17/2022
6+
ms.date: 08/01/2022
77
ms.author: madsd
88
---
99

@@ -83,6 +83,9 @@ You can put your web application firewall devices, such as Azure Application Gat
8383

8484
Your application will use one of the default outbound addresses for egress traffic to public endpoints. If you want to customize the outbound address of your applications on an App Service Environment, you can add a NAT gateway to your subnet.
8585

86+
> [!NOTE]
87+
> Outbound SMTP connectivity (port 25) is supported for App Service Environment v3. However, the supportability is determined by the subscription where the virtual network is deployed. For virtual networks created before 1. August 2022, you will have to re-enable outbound SMTP connectivity support on the subscription. For more information on subscription type support and how to request support to re-enable outbound SMTP connectivity, see [Troubleshoot outbound SMTP connectivity problems in Azure](../../virtual-network/troubleshoot-outbound-smtp-connectivity.md).
88+
8689
## Private endpoint
8790

8891
In order to enable Private Endpoints for apps hosted in your App Service Environment, you must first enable this feature at the App Service Environment level.
@@ -96,7 +99,6 @@ az appservice ase update --name myasename --allow-new-private-endpoint-connectio
9699

97100
For more information about Private Endpoint and Web App, see [Azure Web App Private Endpoint][privateendpoint]
98101

99-
100102
## DNS
101103

102104
The following sections describe the DNS considerations and configuration that apply inbound to and outbound from your App Service Environment.
@@ -137,10 +139,7 @@ The apps in your App Service Environment will use the DNS that your virtual netw
137139

138140
## Limitations
139141

140-
While App Service Environment does deploy into your virtual network, there are a few networking features that aren't available:
141-
142-
* Sending SMTP traffic. Although you can still have email-triggered alerts, your app can't send outbound traffic on port 25.
143-
* Using Azure Network Watcher or NSG flow to monitor outbound traffic.
142+
While App Service Environment does deploy into your virtual network, you currently cannot use Azure Network Watcher or NSG flow to monitor outbound traffic.
144143

145144
## More resources
146145

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Learn [how to configure application routing](./configure-vnet-integration-routin
9494
We recommend that you use the **Route All** configuration setting to enable routing of all traffic. Using the configuration setting allows you to audit the behavior with [a built-in policy](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F33228571-70a4-4fa1-8ca1-26d0aba8d6ef). The existing `WEBSITE_VNET_ROUTE_ALL` app setting can still be used, and you can enable all traffic routing with either setting.
9595

9696
> [!NOTE]
97-
> Outbound SMTP connectivity (port 25) is supported for App Service when the SMTP traffic is routed through the virtual network integration. The supportability is determined by the subscription type where the virtual network is deployed. For virtual networks created before 1. August 2022, you will have to re-enable outbound SMTP connectivity support on the subscription. For more information on subscription type support and how to request support to re-enable outbound SMTP connectivity, see [Troubleshoot outbound SMTP connectivity problems in Azure](../virtual-network/troubleshoot-outbound-smtp-connectivity.md).
97+
> Outbound SMTP connectivity (port 25) is supported for App Service when the SMTP traffic is routed through the virtual network integration. The supportability is determined by the subscription where the virtual network is deployed. For virtual networks created before 1. August 2022, you will have to re-enable outbound SMTP connectivity support on the subscription. For more information on subscription type support and how to request support to re-enable outbound SMTP connectivity, see [Troubleshoot outbound SMTP connectivity problems in Azure](../virtual-network/troubleshoot-outbound-smtp-connectivity.md).
9898
9999
#### Configuration routing
100100

0 commit comments

Comments
 (0)