Closed Tejaxx7 closed 1 month ago
https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted
find the above link which gives a comparison between azure storage queue vs azure service bus
it clearly mentioned to use service bus if transactions and guaranteed FIFO behaviour is needed.
@Tejaxx7 please submit a pull request for all your findings.
Correct! Fixed in https://github.com/Ditectrev/Microsoft-Azure-AZ-204-Developing-Solutions-for-Microsoft-Azure-Practice-Tests-Exams-Question-Answer/commit/cd2b500c904e4504524785d217d8c96684f17de7.
https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted
find the above link which gives a comparison between azure storage queue vs azure service bus
it clearly mentioned to use service bus if transactions and guaranteed FIFO behaviour is needed.