Designing Azure Infrastructure Solutions — Question 98
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
- A. Azure Service Fabric
- B. Azure Notification Hubs
- C. Azure Service Bus
- D. Azure Traffic Manager
Correct answer: C
Explanation
Azure Service Bus is designed for asynchronous communication and is ideal for sending messages between cloud services using XML. Azure Service Fabric and Azure Traffic Manager are not specifically tailored for message queuing, while Azure Notification Hubs is focused on sending push notifications rather than transactional message handling.