Skip to content

Commit 3bfc9c3

Browse files
committed
fixes
1 parent 2fff708 commit 3bfc9c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/environment/ase-multi-tenant-comparison.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Both App Service Environment v3 and the public multitenant offering run on [Virt
5959
|UDR integration|Supports outbound traffic routing, [must be explicitly enabled](networking.md#network-routing) |Supports outbound traffic routing, [must be explicitly enabled](../../app-service/networking-features.md#) |
6060
|Route outbound traffic over virtual network|Yes, all apps are in the same subnet and all outbound traffic is routed through the virtual network by default |[Supported](../../app-service/overview-vnet-integration.md#routes) |
6161
|[Block inbound traffic to App Service functionality hosted on non-HTTP ports](../../app-service/networking-features.md#app-service-ports)|Supported, NSG can be used to block inbound traffic to non-HTTP ports |Not supported. In some cases (FTP and remote debugging), functionality can be explicitly disabled on a per-application basis. However, inbound network traffic can't be blocked using NSGs since the underlying App Service platform hosting infrastructure owns the listed ports. |
62-
|Pull Docker containers over virtual network|Supported, uses the App Service Environment's subnet|[Supported](../../app-service/networking-features.md#container-image-pull)|
63-
|Azure Functions storage account access over virtual network|Supported, uses the App Service Environment's subnet|[Supported](../../app-service/networking-features.md#content-share)|
64-
|Backup/restore over a virtual network|Supported, uses the App Service Environment's subnet|[Supported](../../app-service/networking-features.md#backuprestore)|
62+
|Pull Docker containers over virtual network|Supported, uses the App Service Environment's subnet|[Supported](../../app-service/overview-vnet-integration.md#container-image-pull)|
63+
|Azure Functions storage account access over virtual network|Supported, uses the App Service Environment's subnet|[Supported](../../app-service/overview-vnet-integration.md#content-share)|
64+
|Backup/restore over a virtual network|Supported, uses the App Service Environment's subnet|[Supported](../../app-service/overview-vnet-integration.md#backuprestore)|
6565
|Maximum outbound TCP/IP connections per virtual machine instance|16,000|1,920 per P1V3 instance. 3,968 per P2V3 instance. 8,064 per P3V3 instance|
6666
|Maximum SNAT ports per virtual machine instance|Dynamic: 256 - 1,024 depending on total instance count|128 per instance|
6767

@@ -79,7 +79,7 @@ App Service Environment v3 tends to be more expensive than the public multitenan
7979
### Frequently asked questions
8080

8181
- [How do I know which offering is right for me?](#how-do-i-know-which-offering-is-right-for-me)
82-
- [Can I use App Service Environment v3 and the public multitenant offering together?](#can-i-use-app-service-environment-v3-and-the-public-multitenant-offering-together')
82+
- [Can I use App Service Environment v3 and the public multitenant offering together?](#can-i-use-app-service-environment-v3-and-the-public-multitenant-offering-together)
8383
- [Can I migrate from the public multitenant offering to App Service Environment v3?](#can-i-migrate-from-the-public-multitenant-offering-to-app-service-environment-v3)
8484
- [Can I use App Service Environment v3 for my development and testing environments?](#can-i-use-app-service-environment-v3-for-my-development-and-testing-environments)
8585
- [How do I get started with App Service Environment v3?](#how-do-i-get-started-with-app-service-environment-v3)

0 commit comments

Comments
 (0)