Question 117:
You are building an industrial IoT solution where you collect telemetry data from a number of temperature sensors installed on high-performance pumps. Many of the sensors are legacy devices that output their telemetry data as plain, comma separated records. Based on the message body of the telemetry data, the messages must be forwarded to a storage container, but in the cases where the temperature values coming from building 51 (which is a critical site) exceed 60 degrees the messages must be published to a Service Bus topic. You need to define message routing. Can you use the data from legacy sensors in your routing queries?
Answer options:
A.Yes B.No