Is there some guidelines for maximum number of concurrent connections to a private link service that can be handled before resource get congested?

Andersen, Helge 20 Reputation points
2024-03-20T15:04:49.2+00:00

We have a private link service in front of a load balancer with two VMs in the backend pool. Is there some guidelines for maximum number of concurrent connections to a private link service that can be handled before resource get congested?

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
469 questions
0 comments No comments
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 35,251 Reputation points Microsoft Employee
    2024-03-21T05:45:10.0933333+00:00

    @Andersen, Helge ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I understand that you would like to know the maximum number of concurrent connections that a Private Link Service(PLS) can support.

    AFAIK, This is dependent on the service that is exposed via the PLS.

    However, I shall check internally once again if there are any limits on Private Link Service concurrent connections and let you know

    • In your case, this is the Load Balancer.
    • While Load Balancer has a very high limit (the limit is not publicly available), it is designed to handle the maximum capacity of the backend pools.
    • The bottleneck actually arrives at the number of concurrent requests your backend can handle.
    • NOTE : LB only load balances the connection, the backend VMs should be capable of accepting the connections if it grows in large number.
    • Now, for a individual VM , you can find the limits on Flow limits and active connections recommendations

    VMs that belong to a virtual network can handle 500k active connections for all VM sizes with 500k active flows in each direction.

    Cheers,

    Kapil.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful