Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.17 KB

File metadata and controls

23 lines (16 loc) · 1.17 KB
title Hosting Microsoft Teams Tabs as a solution in SharePoint
description You can install and use your Microsoft Teams tabs also in SharePoint
ms.date 06/18/2020
ms.localizationpriority medium

Hosting Microsoft Teams Tabs as a solution in SharePoint

Starting with SharePoint Framework v1.7, you can surface existing Microsoft Teams tab implementations in the SharePoint pages. These applications are surfaced using a web part experience where the application is surfaced using an IFRAME.

You can activate existing Microsoft Teams tab in SharePoint using following steps.

  1. Deploy Microsoft Teams zip file containing the manifest.json to the SharePoint tenant app catalog
  2. Approve the deployment in the app catalog

This will result the application to be exposed in the web part picker for modern pages.

Important

Static tabs are not supported to be rendered in the context of SharePoint. This capability is in the roadmap and is planned to be supported in future.

Note

For more details on the Microsoft Teams tab applications, see Microsoft Teams developer documentation.