Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions articles/frontdoor/front-door-faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ sections:
answer: |
To use Azure Front Door Standard or Azure Front Door (classic), you need a public IP address or a publicly resolvable DNS name. This requirement 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 Azure Front Door Premium, you can use Private Link to connect to origins behind an internal load balancer through a private endpoint. For more information, see [Secure origins with Private Link](private-link.md).

- question: |
Why do I see multiple `X-Azure-Ref` values in my backend application logs when requests pass through Azure Front Door?
answer: |
The `X-Azure-Ref` value displayed in the client response and Azure Front Door access logs represents the primary request correlation identifier generated by Azure Front Door. Additional `X-Azure-Ref` values observed only in backend application logs are expected and are internal correlation identifiers generated during request processing within the Azure Front Door platform. These internal identifiers are used by the service for request tracking and diagnostics and do not indicate multiple client requests.

- question: |
Can I use Private Link to connect Azure Front Door to Azure Key Vault?
answer: |
Expand Down