In this 27-minute developer focused demo, Garry Trinder opens with an overview of Teams apps (bots, tabs, message extensions and meeting extensions), Teams Toolkit and Toolkit prerequisites (Visual Studio Code, Microsoft 365 tenant and Node.js). Then in VS Code, install and setup Teams Toolkit in the tenant, get a sample tabs app (sourced from Toolkit’s samples gallery) up and running. This is the part 1 in a 5-part series.
This PnP Community demo is taken from the weekly Microsoft 365 Platform Community call recorded on February 21, 2023.
Demo Presenter
Supporting materials
The Teams Toolkit for VS Code is an extension for Visual Studio Code (VS Code) that enables developers to create, test, and deploy Microsoft Teams apps and extensions directly from within the VS Code editor.
Using the Teams Toolkit, developers can easily generate a new Teams app project, add tabs, messaging extensions, and other components, and then deploy their app to the cloud. The toolkit also provides a local development environment that includes a Teams emulator, so developers can test their app without having to deploy it to a live Teams environment.
The Teams Toolkit supports a variety of programming languages, including TypeScript, JavaScript, and C#. It also integrates with Azure Active Directory and other Azure services to enable secure authentication and storage of data.
Overall, the Teams Toolkit for VS Code is a powerful tool for developers looking to build and deploy custom apps and extensions for Microsoft Teams, and it can significantly streamline the development process.
Build and deploy apps for Microsoft Teams using Teams Toolkit for Visual Studio Code is a multi-part series that teaches you basic concepts of building ...
10 key moments in this video
10 key moments in this video
Jul 21, 2021 — registering an Azure Active Directory Application within the M365 tenant · creating an app manifest · running API locally using Azure Functions ...