You need to ensure that all messages from Azure Event Grid are processed. What should you use? A. Azure Event Grid topic B. Azure Service Bus topic C. Azure Service Bus queue D. Azure Storage queue E. Azure Logic App custom connector Suggested Answer: C As a solution architect/developer, you should consider using Service Bus queues when: ✑ Your solution needs to receive messages without having to poll the queue. With Service Bus, you can achieve it by using a long-polling receive operation using the TCP-based protocols that Service Bus supports. Reference: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted This question is in AZ-204: Developing Solutions for Microsoft Azure Exam For getting Microsoft Azure Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer