ExamQuestions.com

Register
Login
Microsoft Azure IoT Developer (AZ-220) Exam Questions

Microsoft

Microsoft Azure IoT Developer (AZ-220)

50 / 125

Question 50:

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 every 5 minutes. To configure the necessary security agents, you decide to add the following script to your device twin’s desired properties: 
<pre>"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