AZ-204 · Question #245
AZ-204 Question #245: Real Exam Question with Answer & Explanation
The correct answer is A: Microsoft Graph API. A: You can use the Azure AD REST APIs in Microsoft Graph to create unique workflows between Azure AD resources and third-party services. Enterprise developers use Microsoft Graph to integrate Azure AD identity management and other services to automate administrative workflows, su
Question
You are developing an Azure App Service REST API. The API must be called by an Azure App Service web app. The API must retrieve and update user profile information stored in Azure Active Directory (Azure AD). You need to configure the API to make the updates. Which two tools should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- AMicrosoft Graph API
- BMicrosoft Authentication Library (MSAL)
- CAzure API Management
- DMicrosoft Azure Security Center
- EMicrosoft Azure Key Vault SDK
Explanation
A: You can use the Azure AD REST APIs in Microsoft Graph to create unique workflows between Azure AD resources and third-party services. Enterprise developers use Microsoft Graph to integrate Azure AD identity management and other services to automate administrative workflows, such as employee onboarding (and termination), profile maintenance, license deployment, and more. B: MSAL is needed to get the tokens and pass it in Graph API request. https://docs.microsoft.com/en-us/graph/azuread-identity-access-management-concept-overview
Community Discussion
No community discussion yet for this question.