0 votes
in Azure by
What are the types of Queues offered by Azure?

1 Answer

0 votes
by

What are the types of Queues offered by Azure?

Azure offers two types of queues:

Storage Queues:

It is a part of Azure’s Storage infrastructure

It provides messaging within and between services

It is best suited when users need to store more than 80 GB of messages in queues 

It can provide side logs of all transactions executed against the user’s queues

Service Bus Queues:

It is a part of Azure’s messaging infrastructure

It integrates application or application components that span multiple communication protocols, network environments, etc.

It provides a FIFO style of delivery

The user’s queue size has to remain under 80 GB

🔗Reference : stackoverflow.com

🔗Source: Azure Interview Questions and Answers

...