You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/environment/ase-multi-tenant-comparison.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ Both App Service Environment v3 and the public multitenant offering run on [Virt
59
59
|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#)|
60
60
|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)|
61
61
|[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)|
65
65
|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|
66
66
|Maximum SNAT ports per virtual machine instance|Dynamic: 256 - 1,024 depending on total instance count|128 per instance|
67
67
@@ -79,7 +79,7 @@ App Service Environment v3 tends to be more expensive than the public multitenan
79
79
### Frequently asked questions
80
80
81
81
-[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)
83
83
-[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)
84
84
-[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)
85
85
-[How do I get started with App Service Environment v3?](#how-do-i-get-started-with-app-service-environment-v3)
0 commit comments