AZ-500 • Practice Exam 56
Free AZ-500 practice exam — 20 questions with explanations. Set 56. No signup required.
Refer to the exhibit. You are reviewing a Conditional Access policy JSON definition. What is the MOST likely result of this policy?
Refer to the exhibit.
{
"name": "Block external identities from accessing corporate apps",
"conditions": {
"applications": { "includeApplications": ["Office365"] },
"users": { "includeUsers": ["All"], "excludeUsers": ["admin@contoso.com"] },
"clientAppTypes": ["browser", "mobileAppsAndDesktopClients"],
"signInRiskLevels": [],
"locations": { "includeLocations": ["AllTrusted"] }
},
"grantControls": {
"builtInControls": ["block"]
}
}