For now very simple application which are showing logged-in user details in the card.
There is standard git flow implemented with RELEASE
(will be created for first release), MASTER
, DEVELOPEMENT
and FEATURE
branches.
My plan after this hack is to build proper application with Azure Cognitive Services on top of it, to quicky communicate with coworkers.
There is only one tab in teams with landing page and sub-tab inside application. Here is the screen dump:
- Node.js, supported versions: 16, 18
- An M365 account. If you do not have M365 account, apply one from M365 developer program
- Set up your dev environment for extending Teams apps across Microsoft 365
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.
- Teams Toolkit Visual Studio Code Extension version 5.0.0 and higher or TeamsFx CLI
Follow below instructions to get started with this application template for local debugging.
- Press
F5
or use theRun and Debug Activity Panel
in Visual Studio Code. - Select a target Microsoft 365 application where the personal tabs can run:
Debug in Teams
,Debug in Outlook
orDebug in the Microsoft 365 app
and click theRun and Debug
green arrow button.
- Executing the command
teamsfx provision --env local
in your project directory. - Executing the command
teamsfx deploy --env local
in your project directory. - Executing the command
teamsfx preview --env local --m365-host <m365-host>
in your project directory, where options form365-host
areteams
,outlook
oroffice
.
- Extend a Teams personal tabs across Microsoft 365
- Teams Toolkit Documentations
- Teams Toolkit CLI
- TeamsFx SDK
- Teams Toolkit Samples
👤 Kamil Siebyła