Thursday, 24 March 2022

Azure Queue Storage

 

  • Durable queues for large-volume cloud services.
  • Store large numbers of messages.
  • Queue messages may have a size of up to 64 KB.

azure queue storage

Features

  • Asynchronous message queueing to communicate between components of the application.
  • Built to be scalable and withstand the failure of individual components
  • Monitor the length of the queue to add elasticity to your application, and hibernate or deploy additional nodes depending on customer demand.

Pricing

  • No upfront cost and termination fees.
  • You only pay for what you use.

No comments:

Post a Comment