Skip to content

Commit f417c9c

Browse files
authored
Added column
1 parent 1c04902 commit f417c9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/app-service/troubleshoot-intermittent-outbound-connection-errors.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ For other environments, review provider or driver specific documents for impleme
120120

121121
Avoiding the outbound TCP limits is easier to solve, as the limits are set by the size of your worker. You can see the limits in [Sandbox Cross VM Numerical Limits - TCP Connnections](https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox#cross-vm-numerical-limits)
122122

123-
|Limit name|Description|Small (A1)|Medium (A2)|Large (A3)|
124-
|---|---|---|---|---|
125-
|Connections|Number of connections across entire VM|1920|3968|8064|
123+
|Limit name|Description|Small (A1)|Medium (A2)|Large (A3)|Isolated tier (ASE)|
124+
|---|---|---|---|---|---|
125+
|Connections|Number of connections across entire VM|1920|3968|8064|16,000|
126126

127127
To avoid outbound TCP limits, you can either increase the size of your workers, or scale out horizontally.
128128

@@ -152,9 +152,9 @@ TCP connections and SNAT ports are not directly related. A TCP connections usage
152152
3. The TCP connections limit happens at the worker instance level. The Azure Network outbound load balancing doesn't use the TCP Connections metric for SNAT port limiting.
153153
4. The TCP connections limits are described in [Sandbox Cross VM Numerical Limits - TCP Connnections](https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox#cross-vm-numerical-limits)
154154

155-
|Limit name|Description|Small (A1)|Medium (A2)|Large (A3)|
156-
|---|---|---|---|---|
157-
|Connections|Number of connections across entire VM|1920|3968|8064|
155+
|Limit name|Description|Small (A1)|Medium (A2)|Large (A3)|Isolated tier (ASE)|
156+
|---|---|---|---|---|---|
157+
|Connections|Number of connections across entire VM|1920|3968|8064|16,000|
158158

159159
### WebJobs and Database connections
160160

0 commit comments

Comments
 (0)