You are developing a sales application that will contain several Azure cloud services and handle different components of a transaction. Different cloud services...
Microsoft AZ-305 Exam
Questions Number: 192 out of 268 Questions
71.64%
Question 192
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?
Queue storage is often used to create a backlog of work to process asynchronously. A queue message must be in a format compatible with an XML request using UTF-8 encoding. Reference: https://docs.microsoft.com/en-us/azure/storage/queues/storage-tutorial-queues