AZ-220 Exam QuestionsBrowse all questions from this exam

AZ-220 Exam - Question 98


You have 100 devices that connect to an Azure IoT hub.

You plan to use Azure functions to process all the telemetry messages from the devices before storing the messages.

You need to configure the functions binding for the IoT hub.

Which two configuration details should you use to configure the binding? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer: BC

To configure the functions binding for the IoT Hub, you need the IoT hub's connection string shared access key that has Service connect permissions to ensure the function can authenticate and interact with the IoT Hub (Option B). Additionally, the connection string of the Azure Event Hub-compatible endpoint from the IoT Hub built-in endpoints is essential, as this allows the function to read the telemetry data from the IoT Hub (Option C).

Discussion

1 comment
Sign in to comment
d0bermannnOptions: CD
Jan 4, 2022

C&D looks ok as link provided