Question 1:
You are building an industrial IoT solution where using several IoT hubs, you collect telemetry data from several field sensors. The ingested data must be distributed through a Service Bus, so you need to establish a route to forward messages from your IoT hubs to a Service Bus topic. Besides, each message needs to be stamped with the name of the IoT hub ($iothubname) which it originates from, in order to enable further classification. You decide to use IoT hub’s message routing with enrichment options. Does it help you to achieve your goal?
Answer options:
A.Yes B.No