How many flows FrontDoor can support

Matthew Jung 105 Reputation points
2023-08-28T09:59:56.52+00:00

Hello.

Now I'm using AFD as load balancing proxy of my web app.

Here is my structure. 리디렉션플로우.drawio

I almost finished tests kind of domains, SSL/TLS, APIs.

But I wondering how many flows FrontDoor can support?

Our structure of load balancing is all of datas through AFD to Users. I can see all of reqeusts are going to 13.107.246.**. It's AFD IP not Origin servers. I wanna keep domain name not redirect user to specific VM's domain or IP. So that's why I built this structure. So Is this all of data flows are going through AFD? Isn't it bottle neck?

Thank you.

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
858 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,775 questions
{count} votes

Accepted answer
  1. GitaraniSharma-MSFT 50,096 Reputation points Microsoft Employee Moderator
    2023-08-31T05:57:23.21+00:00

    Hello @Matthew Jung

    I understand that you would like to know how many flows an Azure Front Door can support.

    May I know what are you referring as "flows"?

    Is it the number of concurrent connections on Azure Front Door or maximum requests per sec or something else?

    We don't officially publish these limits.

    Azure Front Door has a very high limit, so connections are not a bottleneck. But if we see too many requests coming from same customer, we throttle it, as it might be an attack.

    So, if you want higher limits, then you need to create a support request for same, and the support team can engage the AFD backend team to increase these limits.

    Coming to the point where you mentioned "I can see all of requests are going to 13.107.246.**."

    Azure Front Door uses Anycast IPs, so the IP addresses are the same globally. Traffic routed to the Azure Front Door edge locations uses Anycast for both DNS (Domain Name System) and HTTP (Hypertext Transfer Protocol) traffic.

    Anycast is a network addressing and routing methodology in which a single destination IP address is shared by devices (generally servers) in multiple locations.

    Refer: https://learn.microsoft.com/en-us/azure/frontdoor/front-door-traffic-acceleration?pivots=front-door-standard-premium

    https://learn.microsoft.com/en-us/azure/frontdoor/front-door-faq#can-the-anycast-ip-change-over-the-lifetime-of-my-front-door-

    Also, sharing the best practices for Azure Front Door for your reference:

    https://learn.microsoft.com/en-us/azure/frontdoor/best-practices

    Kindly let us know if you need further assistance on this issue.


    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.