Question 58:
You need to build enhanced security around your IoT infrastructure. You want to use Azure Security Center’s Defender for IoT where you need to set up a security agent to report on your device’s connection events with high priority and collect high priority events in every 5 minutes. In order to configure the necessary security agents, you decide adding the following script to your device’s azureiotsecurity twin, as desired properties: <pre class="brush:java;">"ms_iotn:urn_azureiot_Security_SecurityAgentConfiguration": { "highPriorityMessageFrequency": { "value": "PT5M" }, "eventPriorityConnectionCreate": { "value": "High" } } </pre> Is this the right solution to achieve your goal?
Answer options:
A.Yes B.No