AzureAD B2C Free Tier Rate Limit

Meenakshi Vattanavar 25 Reputation points
2023-04-03T19:00:33.04+00:00

For a free tier plan - What is the maximum requests per IP per Azure AD B2C tenant by default? What is the maximum requests per Azure AD B2C tenant per minute by default? What is the maximum requests per Azure AD B2C tenant per sec by default? Is there any request limit per client id in azure ? What are any other criteria's for calculating rate limit ? What kind of requests are included while counting the rate limit ? What if we want to change the rate limit then how can it be done ?

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
0 comments No comments
{count} vote

Accepted answer
  1. Akshay-MSFT 17,961 Reputation points Microsoft Employee Moderator
    2023-04-04T09:34:56.3966667+00:00

    @Meenakshi Vattanavar Thank you for posting your query on Microsoft Q&A. PFB answer for your queries:

    1. What is the maximum requests per IP per Azure AD B2C tenant by default? 6,000/5min
    2. What is the maximum requests per Azure AD B2C tenant per minute by default? 1200/min
    3. What is the maximum requests per Azure AD B2C tenant per sec by default? 200/sec
    4. Is there any request limit per client id in azure ? The cost of POST, PATCH, and DELETE operations on the applications request path depends on the signInAudience type. For apps where the signInAudience is AzureADMyOrg or AzureADMultipleOrgs, the cost is 70,000 requests per 5 minutes; while for apps where the signInAudience is AzureADandPersonalMicrosoftAccount or PersonalMicrosoftAccount, the cost is 60 requests per minute.
    5. What are any other criteria's for calculating rate limit ? For B2C: Tokens/sec = 200/requests-consumed
    6. What kind of requests are included while counting the rate limit ? These could be found Azure Active Directory B2C service limits and restrictions
    7. What if we want to change the rate limit then how can it be done ? No these cannot be changed as these are calculated as per license https://azure.microsoft.com/en-us/pricing/details/active-directory/external-identities/ User's image User's image

    Thanks, Akshay Kaushik

    Please "Accept the answer" (Yes/No), and share your feedback if the suggestion works as per your business need. This will help us and others in the community as well.


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.