AZ-500 · Question #56
Drag and Drop Question Your company has an Azure Active Directory (Azure AD) tenant named contoso.com. The company is developing an application named App1. App1 will run as a service on server that…
The correct answer is Create an app registration.; Add an application permission.; Grant permissions. The correct sequence is: (1) Create an app registration to register App1 in Azure AD, giving it an identity within the tenant. (2) Add an application permission (not delegated) because App1 runs as a background service with no signed-in user, so it needs app-level permissions…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Create an app registration.
- Add an application permission.
- Grant permissions
Explanation
The correct sequence is: (1) Create an app registration to register App1 in Azure AD, giving it an identity within the tenant. (2) Add an application permission (not delegated) because App1 runs as a background service with no signed-in user, so it needs app-level permissions to access Microsoft Graph directory data autonomously. (3) Grant permissions (admin consent) to authorize the application permission, which is required since application permissions always need admin consent before they can be used.
Topics
Community Discussion
No community discussion yet for this question.
