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/front-door-faq.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,14 @@ sections:
180
180
What is the HTTP keep-alive timeout for Azure Front Door?
181
181
answer: |
182
182
The HTTP keep-alive timeout for Azure Front Door is 90 seconds. Which means that if a client doesn't send any data for 90 seconds, the connection is closed. This timeout value can't be configured.
183
+
- question: |
184
+
Can I share the same domain across two Front Door endpoints?
185
+
answer: |
186
+
Sharing domains across two Front Door endpoints is not supported as a route (protocol + host + path combination) has to be unique in order for Front Door to handle requests for it.
187
+
- question: |
188
+
Can I migrate a domain from one endpoint to another endpoint without downtime?
189
+
answer: |
190
+
Zero downtime migration of domains between endpoints is not supported currently.
0 commit comments