Skip to content

Commit 61f8d49

Browse files
Merge pull request #286032 from msangapu-msft/patch-6
Update azure-websites-limits.md
2 parents 2316df9 + b2112fd commit 61f8d49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/azure-websites-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
author: rothja
2+
author: msangapu-msft
33
ms.service: azure-app-service
44
ms.topic: include
5-
ms.date: 03/17/2020
5+
ms.date: 09/03/2024
66
ms.author: msangapu
77
---
88
| Resource | Free | Shared | Basic | Standard | Premium (v1-v3) | Isolated </th> |
@@ -56,7 +56,7 @@ ms.author: msangapu
5656

5757
<sup>7</sup>If you scale a Windows app in the Basic tier to two instances, you have 350 concurrent connections for each of the two instances. For Windows apps on Standard tier and above, there are no theoretical limits to WebSockets, but other factors can limit the number of WebSockets. For example, maximum concurrent requests allowed (defined by `maxConcurrentRequestsPerCpu`) are: 7,500 per small VM, 15,000 per medium VM (7,500 x 2 cores), and 75,000 per large VM (18,750 x 4 cores). Linux apps are limited 5 concurrent WebSocket connections on Free SKU and ~50k concurrent WebSocket connections per instance on all other SKUs.
5858

59-
<sup>8</sup> The maximum IP connections are per instance and depend on the instance size: 1,920 per B1/S1/P1V3 instance, 3,968 per B2/S2/P2V3 instance, 8,064 per B3/S3/P3V3 instance.
59+
<sup>8</sup> The maximum IP connections are per instance and depend on the instance size: 1,920 per B1/S1/P0V3/P1V3 instance, 3,968 per B2/S2/P2V3 instance, 8,064 per B3/S3/P3V3 instance.
6060

6161
<sup>9</sup> App Service Isolated SKUs can be internally load balanced (ILB) with Azure Load Balancer, so there's no public connectivity from the internet. As a result, some features of an ILB Isolated App Service must be used from machines that have direct access to the ILB network endpoint.
6262

0 commit comments

Comments
 (0)