This question requires that you evaluate the underlined text to determine if it is correct.Centralized deployments for Microsoft Office Add-ins require Office Online Server.Instructions: Review the underlined text. If it makes the statement correct, select ''No change is needed''. If the statement is incorrect, select the answer choice that makes the statement correct.
This question requires that you evaluate the BOLD text to determine if it is correct.You can use a Command Set extension to develop a breadcrumb element that will appear on every SharePoint Online page.Instructions: Review the BOLD text If it makes the statement correct, select 'No change is needed.' If the statement is incorrect select the answer choice that makes the statement correct.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have more than one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You are developing a new application named App1 that uses the Microsoft identity platform to authenticate to Azure Active Directory (Azure AD).Currently, App1 can read user profile information.You need to allow App1 to read the user's calendar.Solution: From the Azure portal, edit the API permission list for App1. Add the Microsoft Graph API and the Calendars.Read permissions and then grant tenant admin consent.Does this meet the goal?
You have a custom API that is secured by using Azure Active Directory (Azure AD). You need to call the API from within a SharePoint Framework (SPFx) web part. Which object should you use to call the API?
You are developing a SharePoint Framework (SPFx) web part. The web part will call a backed API that is secured by using Azure Active Directory (Azure AD). The web part will be on a page that has many other web parts.Which type of web part should you use ensure that access to the exclusive to the web part?