Skip to content

Commit b00a5ed

Browse files
authored
Merge pull request #295349 from duongau/patch-10
Azure Front Door - Subscription and quota (change RPS)
2 parents 379c0e0 + 4086bc6 commit b00a5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/front-door-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
<sup>1</sup>If the traffic isn't globally distributed and concentrated in one or more regions, or if a higher quota limited is need, create an [Azure support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
8989

90-
<sup>2</sup>Azure Front Door currently has a 5,000 RPS (Receive Packet Steering) per POP limit.
90+
<sup>2</sup>Azure Front Door currently has a 5,000 request per seconds per POP limit.
9191

9292
#### Timeout values
9393

@@ -100,7 +100,7 @@
100100

101101
* After the HTTP request gets forwarded to the back end, Azure Front Door waits for 60 seconds (Standard and Premium) or 30 seconds (classic) for the first packet from the back end. Then it returns a 503 error to the client, or 504 for a cached request. You can configure this value using the *originResponseTimeoutSeconds* field in Azure Front Door Standard and Premium API, or the sendRecvTimeoutSeconds field in the Azure Front Door (classic) API.
102102

103-
* After the back end receives the first packet, if the origin pauses for any reason in the middle of the response body beyond the originResponseTimeoutSeconds or sendRecvTimeoutSeconds, the response will be canceled.
103+
* After the back end receives the first packet, if the origin pauses for any reason in the middle of the response body beyond the originResponseTimeoutSeconds or sendRecvTimeoutSeconds, the response is canceled.
104104

105105
* Front Door takes advantage of HTTP keep-alive to keep connections open for reuse from previous requests. These connections have an idle timeout of 90 seconds. Azure Front Door would disconnect idle connections after reaching the 90-second idle timeout. This timeout value can't be configured.
106106

0 commit comments

Comments
 (0)