nerdexam
Microsoft

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"…

Extend and customize Microsoft 365 with SharePoint Framework

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)
  • A
    78% (18)
  • B
    4% (1)
  • C
    13% (3)
  • D
    4% (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

#SPFx#Teams integration#web part manifest#app manifest

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice