Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam AZ-204 Topic 16 Question 46 Discussion

Actual exam question for Microsoft's AZ-204 exam
Question #: 46
Topic #: 16
[All AZ-204 Questions]

You develop Azure solutions.

A .NET application needs to receive a message each time an Azure virtual machine finishes processing dat

a. The messages must NOT persist after being processed by the receiving application.

You need to implement the .NET object that will receive the messages.

Which object should you use?

Show Suggested Answer Hide Answer
Suggested Answer: A

A queue allows processing of a message by a single consumer. Need a CloudQueueClient to access the Azure VM.


https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-queues-topics-subscriptions

Comments

Currently there are no comments in this discussion, be the first to comment!


Save Cancel