nerdexam
Microsoft

AZ-220 · Question #44

You use Azure Security Center in an Azure IoT solution. You need to exclude some security events. The solution must minimize development effort. What should you do?

The correct answer is D. Create an azureiotsecurity module twin and add configuration details to the module twin object. Properties related to every Azure Security Center for IoT security agent are located in the agent configuration object, within the desired properties section, of the azureiotsecurity module. To modify the configuration, create and modify this object inside the azureiotsecurity…

Implement security

Question

You use Azure Security Center in an Azure IoT solution. You need to exclude some security events. The solution must minimize development effort. What should you do?

Options

  • ACreate an Azure function to filter security messages.
  • BAdd a configuration to the code of the physical IoT device.
  • CAdd configuration details to the device twin object.
  • DCreate an azureiotsecurity module twin and add configuration details to the module twin object.

How the community answered

(37 responses)
  • A
    14% (5)
  • B
    8% (3)
  • C
    5% (2)
  • D
    73% (27)

Explanation

Properties related to every Azure Security Center for IoT security agent are located in the agent configuration object, within the desired properties section, of the azureiotsecurity module. To modify the configuration, create and modify this object inside the azureiotsecurity module twin Note: Azure Security Center for IoT's security agent twin configuration object is a JSON format object. The configuration object is a set of controllable properties that you can define to control the behavior of the agent. These configurations help you customize the agent for each scenario required. For example, automatically excluding some events, or keeping power consumption to a minimal level are possible by configuring these properties. https://docs.microsoft.com/en-us/azure/asc-for-iot/how-to-agent-configuration

Topics

#Azure Security Center#azureiotsecurity module twin#security events#security configuration

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice