SC-200 Respond to security incidents • Set 6
SC-200 Respond to security incidents Practice Test 6 — 15 questions with explanations. Free, no signup.
You are analyzing a firewall policy in Azure Firewall deployed via Azure Policy. What is the effect of this rule?
Refer to the exhibit.
{
"properties": {
"displayName": "Block malicious IP",
"description": "Blocks traffic from known malicious IP addresses.",
"securityPolicy": {
"isEnabled": true,
"rules": [
{
"name": "BlockIP",
"priority": 100,
"sourceAddresses": ["10.0.0.5"],
"destinationAddresses": ["*"],
"access": "Deny",
"direction": "Inbound",
"protocol": "Any"
}
]
}
}
}