Skip to content

Commit 125d977

Browse files
Update front-door-faq.yml
1 parent 2e95ba0 commit 125d977

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

articles/frontdoor/front-door-faq.yml

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,18 @@ sections:
4747
- You want to use session affinity at both the regional and the server level. Front Door can send the traffic from a user session to the same backend in a region, but Application Gateway can send it to the same server in the backend.
4848
4949
- question: |
50-
Can I deploy Azure Load Balancer behind Front Door?
50+
Can I deploy another CDN from an external vendor behind or in front of Front Door?
5151
answer: |
52-
To use Azure Front Door, you must have a public VIP or a DNS name that is publicly accessible. Azure Front Door uses the public IP to route the traffic to your origin. A common scenario is to deploy an Azure Load Balancer behind Front Door. You can also use Private Link with Azure Front Door Premium to connect to an internal load balancer. For more information, see [enable Private Link with internal load balancer](standard-premium/how-to-enable-private-link-internal-load-balancer.md).
52+
Chaining two CDNs is a generally not a recommended approach, it would work but comes with the following cons
53+
1. CDN’s last mile acceleration utilizes keeping the connection stream with the origin, and finding optimal path to the origin to achieve best results. Chaining two CDNs together typically negates some of the benefits from last mile acceleration.
54+
2. Security controls become less effective at the second CDN. Any client IP based ACLing will not work at the second CDN as the second CDN will see thw first CDN’s exit node as Client IPs. Content payload will still be inspected.
55+
3. Many organizations can’t handle the complexity of troubleshooting two CDNs being chained and when a problem it becomes hard to figure out which CDN is having the issue.
5356
57+
- question: |
58+
Can I deploy Azure Load Balancer behind Front Door?
59+
answer: |
60+
To use
61+
5462
- question: |
5563
What protocols does Azure Front Door support?
5664
answer: |
@@ -151,6 +159,13 @@ sections:
151159
Does Azure Front Door support gRPC?
152160
answer: |
153161
No. Currently, Azure Front Door only supports HTTP/1.1 from the edge to the origin. For gRPC to work, HTTP/2 is required.
162+
163+
- question: |
164+
Can I move Front Door and CDN profiles between resource groups or subscriptions without any downtime?
165+
answer: |
166+
- Front Door Standard/Premium and Azure CDN profiles can be moved between resource groups or subscriptions without any downtime. To execute the move, follow these [instructions](../azure-resource-manager/management/move-resource-group-and-subscription.md).
167+
- Front Door Classic doesn't support move between resource groups or subscriptions. You can instead [migrate](tier-migration.md) the Classic profile to Standard/Premium and then execute the move.
168+
- If the customer has WAF associated to the Front Door Standard/Premium, then move operation will fail. Customer has to disassociate WAF policies first, move and then associate.
154169
155170
- name: Configuration
156171
questions:
@@ -274,6 +289,25 @@ sections:
274289
answer: |
275290
Azure Front Door is a service that provides fast and secure web delivery. It allows you to define how your web traffic is routed and optimized across multiple regions and endpoints. Azure Front Door resources, such as Front Door profiles and routing rules, are only charged when they're enabled. However, web application firewall (WAF) policies and rules are charged regardless of their status. Even if you disable a WAF policy or rule, it still incurs costs for you.
276291
292+
- name: Caching
293+
questions:
294+
- question: |
295+
Is it possible to use the HTTP request header as a cache key?
296+
answer: |
297+
No.
298+
- question: |
299+
Does Front Door support ETag?
300+
answer: |
301+
No.
302+
- question: |
303+
Is it possible to support compression for file sizes above 8 MB?
304+
answer: |
305+
AFD does not support dynamic compression for content greater than 8 MB. However, if the content has been already compressed by the origin, Front Door supports serving static compressed content over 8 MB as long as range request is supported and chunked transfer encoding is not enabled.
306+
- question: |
307+
Does AFD support setting the Authorization Header in the HTTP request if caching is enabled?
308+
answer: |
309+
No.
310+
277311
- name: Diagnostics and logging
278312
questions:
279313
- question: |

0 commit comments

Comments
 (0)