AZ-500 Secure networking • Set 7
AZ-500 Secure networking Practice Test 7 — 15 questions with explanations. Free, no signup.
You are reviewing an NSG rule as shown in the exhibit. This rule is applied to a subnet containing web servers. What is the security implication of this rule?
Refer to the exhibit.
```json
{
"properties": {
"protocol": "Any",
"sourceAddresses": ["*"],
"destinationAddresses": ["*"],
"destinationPorts": ["*"],
"sourcePorts": ["*"],
"access": "Allow",
"priority": 100,
"direction": "Inbound",
"ruleType": "BasicRule"
}
}
```