Skip to content

Commit 82178bd

Browse files
committed
Removing internal info per request from networking
1 parent 9268162 commit 82178bd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,6 @@ TCP connections and SNAT ports are not directly related. A TCP connections usage
163163

164164
If SNAT ports are exhausted, where WebJobs are unable to connect to SQL Database, there is no metric to show how many connections are opened by each individual web application process. To find the problematic WebJob, move several WebJobs out to another App Service plan to see if the situation improves, or if an issue remains in one of the plans. Repeat the process until you find the problematic WebJob.
165165

166-
### Using SNAT ports sooner
167-
168-
You cannot change any Azure settings to release the used SNAT ports sooner, as all SNAT ports will be released as per the below conditions and the behavior is by design.
169-
170-
* If either server or client sends FINACK, the [SNAT port will be released](../load-balancer/load-balancer-outbound-connections.md) after 240 seconds.
171-
* If an RST is seen, the SNAT port will be released after 15 seconds.
172-
* If idle timeout has been reached, the port is released.
173-
174166
## Additional information
175167

176168
* [SNAT with App Service](https://4lowtherabbit.github.io/blogs/2019/10/SNAT/)

0 commit comments

Comments
 (0)