What should you do?

Posted by: Pdfprep Category: AZ-220 Tags: , ,

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?
A . Create an Azure function to filter security messages.
B . Add a configuration to the code of the physical IoT device.
C . Add configuration details to the device twin object.
D . Create an azureiotsecurity module twin and add configuration details to the module twin object.

Answer: D

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 identity.

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.

Reference:

https://docs.microsoft.com/en-us/azure/asc-for-iot/how-to-agent-configuration

Leave a Reply

Your email address will not be published.