nerdexam
Microsoft

AZ-220 · Question #69

You have 1,000 IoT devices that connect to an Azure IoT hub. Each device has a property tag named city that is used to store the location of the device. You need to update the properties on all the…

The correct answer is A. From Automatic Device Management, create an IoT device configuration. Automatic device management in Azure IoT Hub automates many of the repetitive and complex tasks of managing large device fleets. With automatic device management, you can target a set of devices based on their properties, define a desired configuration, and then let IoT Hub…

Provision and manage devices

Question

You have 1,000 IoT devices that connect to an Azure IoT hub. Each device has a property tag named city that is used to store the location of the device. You need to update the properties on all the devices located at an office in the city of Seattle as quickly as possible. Any new devices in the Seattle office that are added to the IoT hub must receive the updated properties also. What should you do?

Options

  • AFrom Automatic Device Management, create an IoT device configuration.
  • BFrom the IoT hub, generate a query for the target devices.
  • CCreate a scheduled job by using the IoT Hub service SDKs.
  • DDeploy an Azure IoT Edge transparent gateway to the Seattle office and deploy an Azure Stream

How the community answered

(37 responses)
  • A
    84% (31)
  • B
    3% (1)
  • C
    5% (2)
  • D
    8% (3)

Explanation

Automatic device management in Azure IoT Hub automates many of the repetitive and complex tasks of managing large device fleets. With automatic device management, you can target a set of devices based on their properties, define a desired configuration, and then let IoT Hub update the devices when they come into scope. This update is done using an automatic device configuration or automatic module configuration, which lets you summarize completion and compliance, handle merging and conflicts, and roll out configurations in a phased approach. https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-automatic-device-management

Topics

#Automatic Device Management#device configuration#device twin#bulk operations

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice