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?
- AAzure Notification Hubs
- BAzure Service Fabric
- CAzure Queue Storage (correct answer)
- DAzure Data Lake
Reveal answer & explanationHide answer
The correct answer is C. Option C: Azure Queue Storage This option decouples the components so they scale independently and absorb load spikes.

