PL-900 Demonstrate the capabilities of Power Pages • Set 6
PL-900 Demonstrate the capabilities of Power Pages Practice Test 6 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. An organization is configuring IP address and domain restrictions for a Power Pages site. The policy JSON allows traffic from the 131.107.0.0/16 IP range and from contoso.com domain. A user from IP 192.168.1.10 with an email user@fabrikam.com tries to access the site. What will happen?
{
"policy": {
"allowedIpAddresses": ["131.107.0.0/16"],
"disallowedIpAddresses": [],
"allowedDomains": ["contoso.com"]
}
}