Which 'Service bus' tier can be used for 1MB message size?

Jaydeep Suryawanshi 26 Reputation points
2024-07-31T09:19:18.6+00:00

Hi Team,

As mentioned on this document, we can have max message size of service bus Queue as 1MB, but I do not see any tier which support this limit than premium which support 100MB.

User's image

Do we have any available tier than premium through which we can increase message size limit from 256kb to 1MB?

Thanks,

Jaydeep S

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
625 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 16,805 Reputation points
    2024-07-31T09:46:05.1833333+00:00

    Hello Jaydeep Suryawanshi,

    If you need to increase the message size limit beyond 256 KB, the only option is to upgrade to the Premium tier, which allows messages up to 100 MB.

    256 KB for Standard tier 100 MB for Premium tier on AMQP, and 1 MB for Premium on HTTP and SBMP. The maximum size for batches is 256 KB for the Standard tier, and 1 MB for the Premium tier. The message size includes the size of properties (system and user) and the size of payload. The size of system properties varies depending on your scenario.

    See: https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quotas?source=recommendations

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

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.