Question 8 of 48 from exam AZ-101: Microsoft Azure Integration and Security

Question 8 of 48 from exam AZ-101: Microsoft Azure Integration and Security

Question

DRAG DROP -

You have an Azure subscription that contains an Azure Service Bus named Bus1.

Your company plans to deploy two Azure web apps named App1 and App2. The web apps will create messages that have the following requirements:

-> Each message created by App1 must be consumed by only a single consumer

-> Each message created by App2 will be consumed by multiple consumers.

Which resource should you create for each web app? To answer, drag the appropriate resources to the correct web apps. Each resource may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Each correct selection is worth one point.

NOTE:

Select and Place:

Explanations

App1: A service Bus queue -

In Queues each message is processed by a single consumer.

App2: A Service Bus topic -

In contrast to queues, in which each message is processed by a single consumer, topics and subscriptions provide a one-to-many form of communication, in a publish/subscribe pattern.

https://www.codit.eu/blog/exploring-azure-event-grid-are-service-bus-topic-dead/