MS-600 · Question #114
You have a SharePoint Framework (SPFx) web part named WebPartA that uses SPFx 1.11.0. You need to ensure that WebPartA can be installed as an app in Microsoft Teams. What should you do?
The correct answer is A. Update the WebPartA.manifest.json file. Update the web part manifest to make it available for Microsoft Teams. Locate the ./src/webparts/**/manifest.json file for the web part you'll use as the tab for the meeting app solution. Locate the supportedHosts property to include "TeamsTab"…
Question
You have a SharePoint Framework (SPFx) web part named WebPartA that uses SPFx 1.11.0. You need to ensure that WebPartA can be installed as an app in Microsoft Teams. What should you do?
Options
- AUpdate the WebPartA.manifest.json file.
- BUpdate the Config.json file.
- CUpload WebPartA to the Microsoft Teams app catalog.
- DFrom a command prompt, run the yo @microsoft/sharepoint command.
How the community answered
(23 responses)- A78% (18)
- B4% (1)
- C13% (3)
- D4% (1)
Explanation
Update the web part manifest to make it available for Microsoft Teams. Locate the ./src/webparts/**/manifest.json file for the web part you'll use as the tab for the meeting app solution. Locate the supportedHosts property to include "TeamsTab". https://docs.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-meeting-app#update-the- web-part-manifest-to-make-it-available-for-microsoft- teams
Topics
Community Discussion
No community discussion yet for this question.