Namespace limit per subscription

Kyle1245 420 Reputation points
2024-09-11T10:48:03.5966667+00:00

If I have a dedicated Azure Event Hubs tier with 10 CUs in my subscription, how many event hub namespaces can I create? Does the 100 namespace limit per subscription still apply?

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
719 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 49,640 Reputation points MVP Volunteer Moderator
    2024-09-11T11:06:04.2333333+00:00

    With a dedicated Azure Event Hubs tier and 10 Capacity Units (CUs), you can create up to 500 event hub namespaces in your subscription1. The limit is 50 namespaces per CU, so with 10 CUs, you get 10 * 50 = 500 namespaces.

    The 100 namespace limit per subscription applies to the Basic and Standard tiers, but for the Dedicated tier, the limit is higher and scales with the number of CUs you have

    More at https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


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.