If I need to include 105 topic templates in my Azure Event Grid Namespace, Do I need more AEG namespaces?

Andrew Wilson 20 Reputation points
2024-03-05T05:13:01.8466667+00:00

I currently need to provide 50 topics that relate to data from Server to Client, and 55 topics that relate to Client to Server communicaiton in Azure Event Grid MQTT Broker.

If each namespace allows 10 topic spaces, and each topic space allows 10 topic templates. I would be 5 topics short of meeting my requirements. In this case, should I create additional AEG Namespaces? Is there a better way to design this?

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde 28,546 Reputation points MVP
    2024-03-05T07:03:09.9266667+00:00

    Hello @Andrew Wilson,

    welcome to this moderated Azure community forum.

    Yes, as seen in the documentation, there are limitations to both the number of Topic spaces, and Topic templates:

    enter image description here

    But a topic template is not limited to one topic:

    enter image description here

    You can add multiple topics.

    As an alternative, you could try to use a wildcard to support a whole group of sub topics using the '#' or '+' together with the topic separators.

    If this doesn't help, create a support ticket and explain to Microsoft why you need extra topics. They are always interested in real-world use cases.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.


0 additional answers

Sort by: Most helpful