I am trying to do cost calculation for the azure service bus premium tier. I could not found the answer to the following simple questions
- What max message rate a single message unit can support
- What max throughput(data size/sec) a single message unit can support
Service bus premium messaging does not impose message limit in terms of number in that way (except 1 message can be of max 1 MB, and queue/topic max size 80 GB). It acts more like a compute resource. Based on metrics, you should decide on scale up/down or use auto-scaling feature it has.
For more details, refer this and this.