Skip to content

Commit 9d9ee09

Browse files
committed
faq updates
1 parent 2ea2b24 commit 9d9ee09

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

articles/frontdoor/front-door-faq.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Frequently asked questions for Azure Front Door
1111
summary: |
1212
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):
1313
14-
1. The comments section of this article.
14+
1. The feedback section of this article.
1515
1616
2. [Azure Front Door Feedback](https://feedback.azure.com/d365community/forum/8ae9bf04-8326-ec11-b6e6-000d3a4f0789?c=d47b0f41-8326-ec11-b6e6-000d3a4f0789).
1717
@@ -84,7 +84,7 @@ sections:
8484
- 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.
8585
- 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.
8686
87-
- name: Features and protocols
87+
- name: Features and protocols
8888
questions:
8989
- question: |
9090
What features does Azure Front Door support?
@@ -124,8 +124,9 @@ sections:
124124
Does Azure Front Door have the capability to load balance or route traffic within a virtual network?
125125
answer: |
126126
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
129130
questions:
130131
- question: |
131132
When should I deploy an Application Gateway behind Front Door?
@@ -159,9 +160,8 @@ sections:
159160
Is it possible to configure Azure Front Door behind another Front Door profile or the other way around?
160161
answer: |
161162
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
165165
questions:
166166
- question: |
167167
Does the anycast IP of my Front Door remain the same throughout its lifetime?
@@ -181,8 +181,7 @@ sections:
181181
- The *AzureFrontDoor.FirstParty* service tag is reserved for a select group of Microsoft services hosted on Azure Front Door.
182182
183183
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+
186185
- name: Configuration
187186
questions:
188187

@@ -272,14 +271,14 @@ sections:
272271
Front Door uses TLS 1.2 as the minimum version for all profiles created after September 2019.
273272
274273
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+
276275
- name: Billing
277276
questions:
278277
- question: |
279278
Do I get billed for the Azure Front Door resources that are disabled?
280279
answer: |
281280
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+
283282
- name: Caching
284283
questions:
285284
- question: |
@@ -298,7 +297,7 @@ sections:
298297
Does AFD support setting the Authorization Header in the HTTP request if caching is enabled?
299298
answer: |
300299
No.
301-
300+
302301
- name: Diagnostics and logging
303302
questions:
304303
- question: |
@@ -325,7 +324,7 @@ sections:
325324
326325
additionalContent: |
327326
328-
## Next steps
327+
## Related content
329328
330329
- Learn how to [create an Azure Front Door](quickstart-create-front-door.md) profile.
331330
- Learn about the [Azure Front Door architecture](front-door-routing-architecture.md).

0 commit comments

Comments
 (0)