We are currently considering Azure Service Bus Premium to deliver certain time sensitive information to our users.
However, I've learned that there are limits on the number of topics that we can have. And within topics there is a limit for subscriptions.
We originally wanted to create a topic per user, but we won't fit within the 10,000 topic limit. We could create a topic per company, but we might not fit within the 2,000 subscription limit per topic.
Is this the right way to be thinking about this? Is there a better way to organize namespaces / topics / subscriptions?