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? A. Azure Notification Hubs B. Azure Service Fabric C. Azure Queue Storage D. Azure Application Gateway  Suggested Answer: C 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 This question is in AZ-305 Exam For getting Azure Solutions Architect Expert Certificate
Please login or Register to submit your answer