Designing and Implementing an Azure AI Solution (legacy) — Question 52

You have deployed several Azure IoT Edge devices for an AI solution. The Azure IoT Edge devices generate measurement data from temperature sensors.
You need a solution to process the sensor data. Your solution must be able to write configuration changes back to the devices.
You make use of Azure Notification Hub.
Does this action accomplish your objective?

Answer options

Correct answer: A

Explanation

Using Azure Notification Hub allows you to send messages and notifications to your IoT Edge devices, which can include configuration changes. This meets the requirement to process the sensor data and write updates back to the devices, making option A correct. Option B is incorrect as it suggests that Azure Notification Hub cannot fulfill these needs.