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 Application Gateway
- BAzure Queue Storage (correct answer)
- CAzure Data Lake
- DAzure Traffic Manager
Reveal answer & explanationHide answer
The correct answer is B. Option B: Azure Queue Storage This option decouples the components so they scale independently and absorb load spikes.