huzefamehidpurwala / New-Teams-Tab-App-GraphAPI-CRUD-SharePoint-List

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal tab across Microsoft 365

Personal tabs provide a great way to enhance the Microsoft Teams experience. Using personal tabs, you can provide a user access to their application right within Teams, without the user having to leave the experience or sign in again. Now, personal tabs can light up within other Microsoft 365 applications. You can build and run your personal tabs in Teams, both Outlook desktop and web experiences, and also the Microsoft 365 app on the web.

Personal tab demo

Prerequisites

Please note that after you enrolled your developer tenant in Office 365 Target Release, it may take couple days for the enrollment to take effect.

Getting Started

Follow below instructions to get started with this application template for local debugging.

Test your application with Visual Studio Code

  1. Press F5 or use the Run and Debug Activity Panel in Visual Studio Code.
  2. Select a target Microsoft 365 application where the personal tabs can run: Debug in Teams, Debug in Outlook or Debug in the Microsoft 365 app and click the Run and Debug green arrow button.

Test your application with TeamsFx CLI

  1. Executing the command teamsfx provision --env local in your project directory.
  2. Executing the command teamsfx deploy --env local in your project directory.
  3. Executing the command teamsfx preview --env local --m365-host <m365-host> in your project directory, where options for m365-host are teams, outlook or office.

References

About


Languages

Language:JavaScript 86.2%Language:HTML 10.1%Language:Bicep 1.8%Language:TypeScript 1.0%Language:CSS 0.8%