Each department in your company has its own Service Bus queue in the same namespace. Compliance requires that every message be automatically forwarded to a central audit topic without writing custom code. What should you configure?
Choose an answer
Tap an option to check your answer.
Correct answer: On each department queue, set the ForwardTo property to the central audit topic in the same namespace., Ensure all entities are in the same namespace so auto-forwarding can be applied end-to-end without cross-namespace hops..
Why this is the answer
The ForwardTo property on a Service Bus queue or subscription is specifically designed for automatic message forwarding without custom code. By setting this property on each department queue to the central audit topic, every message sent to a department queue will be automatically copied to the audit topic. This meets the requirement for automatic forwarding and compliance. All entities (queues and topics) must reside within the same Service Bus namespace for the ForwardTo property to function correctly for cross-entity forwarding. Enabling auto-forwarding on the topic is incorrect as topics do not "pull" from queues; queues "push" to topics via ForwardTo. An Azure Function would involve custom code, which is explicitly disallowed. Subscription rules are for filtering messages within a topic, not for forwarding from queues to topics.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed