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
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ title: Frequently asked questions for Azure Front Door
11
11
summary: |
12
12
This article answers common questions about Azure Front Door features and functionality. If you don't see the answer to your question, you can contact us through the following channels (in escalating order):
13
13
14
-
1. The comments section of this article.
14
+
1. The feedback section of this article.
15
15
16
16
2. [Azure Front Door Feedback](https://feedback.azure.com/d365community/forum/8ae9bf04-8326-ec11-b6e6-000d3a4f0789?c=d47b0f41-8326-ec11-b6e6-000d3a4f0789).
17
17
@@ -84,7 +84,7 @@ sections:
84
84
- 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.
85
85
- 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.
86
86
87
-
- name: Features and protocols
87
+
- name: Features and protocols
88
88
questions:
89
89
- question: |
90
90
What features does Azure Front Door support?
@@ -124,8 +124,9 @@ sections:
124
124
Does Azure Front Door have the capability to load balance or route traffic within a virtual network?
125
125
answer: |
126
126
To use Azure Front Door Standard, or (classic) tier, you need a public IP or a DNS name that can be resolved publicly. This requirement of a public IP or a DNS name that can be resolved publicly allows Azure Front Door to route traffic to your backend resources. You can use Azure resources like Application Gateways or Azure Load Balancers to route traffic to resources in a virtual network. If you use Front Door Premium tier, you can use Private Link to connect to origins behind an internal load balancer with a private endpoint. For more information, see [Secure origins with Private Link](private-link.md).
127
-
128
-
- name: Deploying Front Door with other services
127
+
128
+
129
+
- name: Deploying Front Door with other services
129
130
questions:
130
131
- question: |
131
132
When should I deploy an Application Gateway behind Front Door?
@@ -159,9 +160,8 @@ sections:
159
160
Is it possible to configure Azure Front Door behind another Front Door profile or the other way around?
160
161
answer: |
161
162
The fact that both profiles would use the same Azure edge sites to handle incoming requests causes this limitation that prevents you from nesting one Azure Front Door profile behind another. This setup would cause routing conflicts and performance issues. Therefore, you should ensure that your Azure Front Door profiles are independent and not chained together, if you need to use multiple profiles for your applications.
162
-
163
-
164
-
- name: Front Door IP addresses and service tags
163
+
164
+
- name: Front Door IP addresses and service tags
165
165
questions:
166
166
- question: |
167
167
Does the anycast IP of my Front Door remain the same throughout its lifetime?
@@ -181,8 +181,7 @@ sections:
181
181
- The *AzureFrontDoor.FirstParty* service tag is reserved for a select group of Microsoft services hosted on Azure Front Door.
182
182
183
183
For more information on Azure Front Door service tags scenarios, see [available service tags](../virtual-network/service-tags-overview.md#available-service-tags). To stay informed and take appropriate action during any changes to IP addresses, develop automation to regularly fetch the latest IP addresses using [the Service Tag Discovery API or JSON file](../virtual-network/service-tags-overview.md#service-tags-on-premises).
184
-
185
-
184
+
186
185
- name: Configuration
187
186
questions:
188
187
@@ -272,14 +271,14 @@ sections:
272
271
Front Door uses TLS 1.2 as the minimum version for all profiles created after September 2019.
273
272
274
273
You can choose to use TLS 1.0, 1.1, 1.2 or 1.3 with Azure Front Door. To learn more, read the [Azure Front Door end-to-end TLS](concept-end-to-end-tls.md) article.
275
-
274
+
276
275
- name: Billing
277
276
questions:
278
277
- question: |
279
278
Do I get billed for the Azure Front Door resources that are disabled?
280
279
answer: |
281
280
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.
282
-
281
+
283
282
- name: Caching
284
283
questions:
285
284
- question: |
@@ -298,7 +297,7 @@ sections:
298
297
Does AFD support setting the Authorization Header in the HTTP request if caching is enabled?
299
298
answer: |
300
299
No.
301
-
300
+
302
301
- name: Diagnostics and logging
303
302
questions:
304
303
- question: |
@@ -325,7 +324,7 @@ sections:
325
324
326
325
additionalContent: |
327
326
328
-
## Next steps
327
+
## Related content
329
328
330
329
- Learn how to [create an Azure Front Door](quickstart-create-front-door.md) profile.
331
330
- Learn about the [Azure Front Door architecture](front-door-routing-architecture.md).
0 commit comments