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/frontdoor/troubleshoot-issues.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,20 @@ Azure Front Door users the origin host name as the SNI header during SSL handsha
168
168
169
169
Change the origin from an IP address to an FQDN to which a valid certificate is issued that matches the origin certificate.
170
170
171
+
## 429 responses from Azure Front Door
172
+
173
+
### Symptom
174
+
175
+
* A percentage of requests start showing errors with the response 429: Too many requests.
176
+
177
+
### Cause
178
+
179
+
* Azure Front Door has default platform rate limits. If your traffic exceeds the limit, AFD will start rate limiting the traffic and return 429 responses.
180
+
181
+
### Troubleshooting steps
182
+
183
+
* If you start seeing 429s for your legitimate traffic and a higher quota limited is need, create an [Azure support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
184
+
171
185
## Next steps
172
186
173
187
* Learn how to [create a Front Door](quickstart-create-front-door.md).
0 commit comments