nerdexam
Microsoft

MS-600 · Question #19

What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?

The correct answer is C. the TeamsTab value to the supportedHosts property in the manifest file. The manifest can appear in the webpart project, but it can also be created outside the project. The supportedHost can only be done from the webpart project. https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-

Extend and customize Microsoft 365 with SharePoint Framework

Question

What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?

Options

  • Athe TeamsTab value to the componentType property in the manifest file
  • Ba manifest file to the Teams folder in the solution
  • Cthe TeamsTab value to the supportedHosts property in the manifest file
  • Da manifest file to the webparts folder in the solution

How the community answered

(44 responses)
  • A
    14% (6)
  • B
    7% (3)
  • C
    77% (34)
  • D
    2% (1)

Explanation

The manifest can appear in the webpart project, but it can also be created outside the project. The supportedHost can only be done from the webpart project. https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-

Topics

#supportedHosts#TeamsTab#SPFx manifest#Teams integration

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice