Designing Azure Infrastructure Solutions — Question 59

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: B

Explanation

Azure Queue Storage is designed for asynchronous communication between services by storing messages, which is ideal for handling transaction information in XML format. Azure Service Fabric, Azure Traffic Manager, and Azure Application Gateway serve different purposes, such as managing microservices, load balancing, and routing, but they do not specifically facilitate asynchronous message communication like Azure Queue Storage does.