AZ-220 Exam QuestionsBrowse all questions from this exam

AZ-220 Exam - Question 136


DRAG DROP -

You have an Azure IoT Edge solution.

You plan to deploy an Azure Security Center for IoT security agent. You need to configure the security agent to meet the following requirements:

✑ Connection events must be reported as high priority.

✑ High priority events must be collected every seven minutes.

How should you configure the azureiotsecurity module twin? To answer, drag the appropriate values to the correct locations. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Select and Place:

Exam AZ-220 Question 136
Show Answer
Correct Answer:
Exam AZ-220 Question 136

Box 1: "desired": {

To configure connection events as high priority and collect high priority events every 7 minutes, use the following configuration.

"desired": {

"ms_iotn:urn_azureiot_Security_SecurityAgentConfiguration": {

"highPriorityMessageFrequency": {

"value": "PT7M"

},

"eventPriorityConnectionCreate": {

"value": "High"

}

Box 2: "highPriorityMessageFrequency ": {

Box 3: "eventPriorityConnectionCreate": {

Reference:

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

Discussion

1 comment
Sign in to comment
tita_tovenaar
Jun 29, 2021

correct, exactly same example used in the referenced doc

naicud
Feb 7, 2022

https://docs.microsoft.com/en-us/azure/defender-for-iot/device-builders/how-to-agent-configuration#editing-a-property