Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (4k points)
I am getting an error message that says that "The request body is too large and exceeds the maximum limit" for my queue. I wanted to know the maximum size limit for it.

1 Answer

0 votes
by (9.6k points)

The maximum size of a message in the Azure storage queue is strictly 64KB. It reduces down to 48KB when using the Base64 encoding. 

This can not be changed by the user but Microsoft might increase the size on request. 

Reducing the size of our message will solve the problem for you. 

Check this Microsoft azure training out to learn more about azure!

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Feb 27, 2021 in Azure by dante07 (13.1k points)
0 votes
1 answer

Browse Categories

...