Designing Azure Infrastructure Solutions — Question 68

You are developing a sales application that will contain several Azure cloud services and handle different components of a transaction. Different cloud services will process customer orders, billing, payment, inventory, and shipping.

You need to recommend a solution to enable the cloud services to asynchronously communicate transaction information by using XML messages.

What should you include in the recommendation?

Answer options

Correct answer: C

Explanation

The correct answer is C, Azure Queue Storage, because it allows for asynchronous message queuing, enabling different services to communicate transaction information effectively. Azure Service Fabric (A) is more focused on microservices management, Azure Traffic Manager (B) is for load balancing, and Azure Notification Hubs (D) is used for sending push notifications, none of which are suitable for handling XML messages asynchronously.