160k views
0 votes
You are developing an application that will use a message-based delivery system. The solution must be able to store over 90-GB of data and provide an audit trail of all messages.

Which messaging solution should you use?

Select only one answer.

Azure Queue Storage

Azure Service Bus queues

Azure Service Bus topics

Azure Functions

User Al Sutton
by
7.6k points

2 Answers

5 votes

Answer: Azure Queue Storage

Step-by-step explanation:

Azure Service Bus queues can only handle 80gb of storage

You are developing an application that will use a message-based delivery system. The-example-1
User WoLfulus
by
7.0k points
6 votes

Answer:

Azure Service Bus queues.

Step-by-step explanation:

Azure Service Bus queues can store a large amount of data, and it also provides an audit trail of all messages using the dead-letter queue feature. This feature captures all messages that cannot be processed, and you can use it to keep track of all messages, including those that were not processed successfully.

User Wilson Gramer
by
7.0k points