Designing Azure Infrastructure Solutions — Question 55
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 Notification Hubs
- B. Azure Service Bus
- C. Azure Blob Storage
- D. Azure Service Fabric
Correct answer: B
Explanation
The correct answer is Azure Service Bus, which is designed for asynchronous communication between services using messages. Azure Notification Hubs is primarily for sending push notifications, Azure Blob Storage is for storing unstructured data, and Azure Service Fabric is a platform for building microservices, but not specifically for messaging.