Skip to content

Commit a9b7026

Browse files
authored
Merge pull request #203452 from madsd/limits
Port 25 support
2 parents de51e75 + 1088a10 commit a9b7026

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

articles/app-service/environment/overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment overview
33
description: This article discusses the Azure App Service Environment feature of Azure App Service.
44
author: madsd
55
ms.topic: overview
6-
ms.date: 03/29/2022
6+
ms.date: 06/30/2022
77
ms.author: madsd
88
ms.custom: references_regions
99
---
@@ -79,10 +79,7 @@ App Service Environment v3 differs from earlier versions in the following ways:
7979

8080
A few features that were available in earlier versions of App Service Environment aren't available in App Service Environment v3. For example, you can no longer do the following:
8181

82-
- Send SMTP traffic. You can still have email triggered alerts but your app can't send outbound traffic on port 25.
8382
- Monitor your traffic with Network Watcher or network security group (NSG) flow logs.
84-
- Configure individual custom domain [IP SSL bindings](..\configure-ssl-bindings.md#create-binding) with your apps.
85-
- Configure a custom domain suffix.
8683
- Perform a backup and restore operation on a storage account behind a firewall.
8784

8885
## Pricing

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Integrate your app with an Azure virtual network
33
description: Integrate your app in Azure App Service with Azure virtual networks.
44
author: madsd
55
ms.topic: conceptual
6-
ms.date: 04/08/2022
6+
ms.date: 06/30/2022
77
ms.author: madsd
88

99
---
@@ -89,7 +89,6 @@ Application routing applies to traffic that is sent from your app after it has b
8989
> [!NOTE]
9090
> * Only traffic configured in application or configuration routing is subject to the NSGs and UDRs that are applied to your integration subnet.
9191
> * When **Route All** is enabled, outbound traffic from your app is still sent from the addresses that are listed in your app properties, unless you provide routes that direct the traffic elsewhere.
92-
> * Regional virtual network integration can't use port 25.
9392
9493
Learn [how to configure application routing](./configure-vnet-integration-routing.md).
9594

@@ -100,10 +99,10 @@ We recommend that you use the **Route All** configuration setting to enable rout
10099
When you are using virtual network integration, you can configure how parts of the configuration traffic is managed. By default, configuration traffic will go directly over the public route, but for the mentioned individual components, you can actively configure it to be routed through the virtual network integration.
101100

102101
> [!NOTE]
103-
> * Windows containers don't support routing App Service Key Vault references or pulling custom container images over virtual network integration.
102+
> * Windows containers don't support pulling custom container images over virtual network integration.
104103
> * Backup/restore to private storage accounts is currently not supported.
105104
> * Configure SSL/TLS certificates from private Key Vaults is currently not supported.
106-
> * Diagnostics logs to private storage accounts is currently not supported.
105+
> * App Service Logs to private storage accounts is currently not supported. We recommend using Diagnostics Logging and allowing Trusted Services for the storage account.
107106
108107
##### Content storage
109108

0 commit comments

Comments
 (0)