Maximum concurrent connection Azure DB handle

Vijay Kumar 2,031 Reputation points
2023-05-02T16:59:15.6233333+00:00

Maximum concurrent connections Azure DB handle?

General Purpose (Both Provisioned/Serverless)?

Hyperscale(Both Provisioned/Serverless)?

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Alberto Morillo 33,536 Reputation points MVP
    2023-05-02T17:13:37.9766667+00:00

    The following statement shows you the maximum number of connections for the current tier.

    SELECT @@MAX_CONNECTIONS AS 'Max Connections';

    The limits for Azure SQL Database DTU-model can be found here. The Limits for vCore Model can be found here. You can find Serverless limit for session and connections here.


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.