NOTE: These samples are designed to help understand Microsoft Teams platform capabilities and scenarios. If you are looking for production ready apps then please visit App Templates for Microsoft Teams
The easy way to browse through all the samples is to visit the Microsoft 365 Sample Solution Gallery
- Microsoft 365 Copilot samples
- Teams Toolkit samples
- Getting Started Samples and Tutorials
- Tabs samples
- Bots samples (using the v4 SDK)
- Messaging Extensions samples (using the v4 SDK)
- Webhooks and Connectors samples
- Graph APIs
- Calls and online meetings bots
- Meetings samples
- Actions Preview
- Scenario specific samples
Name | Description | Level | .NET | TypeScript | JavaScript |
---|---|---|---|---|---|
Product support | Plugin that allows users to query the Products held in SharePoint Online team site via Microsoft Graph | Basic | View | ||
Northwind Inventory | Plugin that allows users to query the Northwind Database | Intermediate | View | View | |
Document Search | Plugin that enables Hybrid Search (Vector + Semantic) | Advanced | View | View | |
Multi Parameters | Plugin that demonstrates how to implement complex utterances and support deep retrieval | Advanced | View | View | View |
The Teams Toolkit is an extension on Visual Studio Code and Visual Studio. It enable Teams developers to create and deploy Teams apps with integrated identity, access to cloud storage, data from Microsoft Graph, and other services in Azure and M365 with a "zero-configuration" approach to the developer experience. And Sample Apps are provided in Teams Toolkit. Download and try it by today! Learn more about Teams Toolkit.
Sample Name | Description | Level | C# | TypeScript | App Manifest | |
---|---|---|---|---|---|---|
1 | Hello World | A Microsoft Teams Hello World sample app built with .NET/NodeJS that demonstrates essential features like tabs, bots, and messaging extensions for seamless interaction within the Teams environment. | Basic | View | View | View |
Sample Name | Description | Level | JavaScript | App Manifest | |
---|---|---|---|---|---|
1 | msgext-expert-finder-js | This sample implements a Teams message extension for Copilot, enabling users to query a database of candidates based on skills, location, and availability. | Basic | View | - |
2 | api-doc-search | This is a sample API application that demonstrates how to perform RAG-based semantic search using NoSQL CosmosDB. | Intermediate | View | - |
3 | Compliance Checker | Use Azure OpenAI to compare proposal documents against a guideline document and return whether the proposal complies and why/why not. | Advanced | View | View |
4 | bot-virtual-assistant | This is a sample application that demonstrates a root bot that routes inputs to skill bots for tailored responses. | Advanced | View | - |
5 | bot-ai-meeting-helper | This sample demonstrates how Azure Open AI extracts action items from meeting transcriptions for all participants who subscribed to the meeting, and subsequently sends these action items to each individual user in a 1:1 chat after the meeting concludes. | Advanced | View | View |
# | Sample Name | Description | Level | C# | TypeScript | JavaScript | App Manifest |
---|---|---|---|---|---|---|---|
1 | Personal tabs | Sample app showing custom personal Tab with ASP.NET Core. | Basic | MVC, Razor | Yeoman Generator | View | |
2 | Personal tab quick-start | Sample personal tab quick-start app. | Basic | View | View | ||
3 | Channel and group tabs | Sample app showing custom group and channel Tab with ASP.NET Core. | Basic | MVC, Razor | Yeoman Generator | View | |
4 | Channel and group tab quick-start | Sample channel and group tab hello world app. | Basic | View | View | View | |
5 | SPFx Tab | Sample app showing Microsoft Teams tabs using SharePoint Framework. | Basic | View | |||
6 | Tab people picker | This is a tab app that shows the feature of the client SDK people picker. | Basic | View | View | View | |
7 | Tab channel context | This sample shows the contents of the tab context object in a private and shared channel. | Basic | View | |||
8 | tab-ui-templates | This sample app provides tested, high-quality UI templates to help developers understand how to create effective applications for Microsoft Teams, covering common use cases like dashboards and forms. | Basic | View | |||
9 | Personal tab with SSO quick-start | Sample personal tab with SSO hello world app. | Intermediate | View | View | View | |
10 | Channel and group tab with SSO quick-start | Sample channel and group tab with SSO hello world app. | Intermediate | View | View | View | |
11 | Tab SSO | Microsoft Teams sample app demonstrating Azure AD SSO in a Teams tab using C#. | Intermediate | View | View | ||
12 | Deep Link consuming Subentity ID | Microsoft Teams sample app for demonstrating deeplink from Bot chat to Tab consuming Subentity ID. | Intermediate | View | View | ||
13 | Device permissions | Microsoft Teams tab sample app for demonstrating device permissions. | Intermediate | View | View | ||
14 | Tab in stage view | This sample app demonstrates the use of Teams tab in stage view using C#, showcasing collaborative features and interactive elements. | Intermediate | View | View | View | |
15 | Product inspection | Demonstrating a feature where the user can scan a product and mark it as approved/rejected. | Intermediate | View | View | View | |
16 | Tab Meeting Transcript Recording | This sample shows meeting transcripts and recordings. | Intermediate | View | View | ||
17 | Tab DeepLink Pass Values | Microsoft Teams sample which displays deeplinks based on the values passed dynamically to the context. | Intermediate | View | |||
18 | Offline Support Tickets | This sample app demonstrates a classic CRUD application that functions offline within Microsoft Teams. When the Android device reconnects to the internet, users can sync their data with blob storage. | Intermediate | View | View | ||
19 | Tab Meeting Transcript Recording | This sample shows meeting transcripts and recordings. | Intermediate | View | View | ||
20 | Tab DeepLink Pass Values | Microsoft Teams sample which displays deeplinks based on the values passed dynamically to the context. | Intermediate | View | |||
21 | Offline Support Tickets | This sample app demonstrates a classic CRUD application that functions offline within Microsoft Teams. When the Android device reconnects to the internet, users can sync their data with blob storage. | Intermediate | View | View | ||
22 | Staggered Permission | This sample demos app to request staggered Graph API permissions in Teams tabs. | Advanced | View | View | View | |
23 | Tab Multi Hub | Interact with the user's calendar, mail, profile, geolocation from a personal tabs app. | Advanced | View | |||
24 | Tab External Auth | This sample illustrates how to implement Google auth using external auth providers. | Advanced | View | |||
25 | Nested App Authentication | This sample shows nested app authentication (NAA), a new protocol that simplifies single sign-on (SSO) for single-page applications. | Advanced | View | View | ||
26 | Tab Meeting Recording and transcript with auto recording | This sample shows meeting recording and transcript with auto recording. | Advanced | View | |||
27 | Tab External Auth | This sample illustrates how to implement Google auth using external auth providers. | Advanced | View | |||
28 | Tab Meeting Recording and transcript with auto recording | This sample shows meeting recording and transcript with auto recording. | Advanced | View | |||
29 | Nested App Authentication | This sample shows nested app authentication (NAA), a new protocol that simplifies single sign-on (SSO) for single-page applications. | Advanced | View | View |
Bots samples (using the v4 SDK)
NOTE: Visit the Bot Framework Samples repository to view Microsoft Bot Framework v4 SDK task-focused samples for C#, JavaScript, TypeScript, and Python.
# | Sample Name | Description | Level | .NET | JavaScript | Python | Java | App Manifest |
---|---|---|---|---|---|---|---|---|
1 | Teams Conversation Bot quick-start | This app showcases bot conversation events and messaging extensions for Microsoft Teams using the Bot Framework v4. | Basic | - | View | - | - | - |
2 | Start new thread in a channel | Demonstrates starting a conversation thread in a specific Teams channel using Bot Framework v4. | Basic | View | View | View | View | View |
3 | Authentication with OAuthPrompt | Authentication and basic messaging in Bot Framework v4. | Basic | View | View | View | View | View |
4 | Teams File Upload | Demonstrates file upload capabilities in Microsoft Teams using Bot Framework v4. | Intermediate | View | View | View | View | View |
5 | Teams Conversation Bot SSO quick-start | Demonstrates implementing SSO in Microsoft Teams using Azure AD. | Intermediate | View | View | - | - | - |
6 | Message Reactions | Demonstrates using message reactions in Microsoft Teams with a bot built on the Bot Framework. | Intermediate | View | View | - | View | View |
7 | Task Module | Demonstrates how to retrieve a Task Module and values from cards in it for a Messaging Extension. | Intermediate | View | View | View | View | View |
8 | Proactive Messaging sample | Demonstrates saving user conversation references to send proactive messages. | Intermediate | - | View | - | - | - |
9 | Proactive Tab Conversations | Demonstrates using a bot to proactively message channels and manage tab conversations. | Intermediate | View | - | - | - | - |
10 | Suggested Actions Bot | Demonstrates sending suggested actions using a bot. | Intermediate | View | View | - | - | View |
11 | People picker control in Adaptive Cards | Demonstrates using a people picker control in Adaptive Cards. | Intermediate | View | View | - | - | View |
12 | Adaptive Card example | Demonstrates basic usage of Adaptive Cards in Teams Bot framework. | Intermediate | View | View | - | - | - |
13 | Forms submission Bot | Demonstrates collecting data via a customizable form in Teams. | Intermediate | View | View | - | - | - |
14 | Teams Bot with Dialogs | Demonstrates handling dialogs in Teams Bot Framework. | Intermediate | View | View | - | - | - |
15 | Running jobs using bot | Demonstrates handling long-running jobs via a bot and sending updates to users. | Intermediate | View | View | - | - | - |
16 | Create a bot with a search capability | Demonstrates creating a bot that allows users to search for specific information. | Intermediate | View | View | - | - | - |
17 | Teams App Registration Assistant | Assists in registering a Microsoft Teams App with required assets. | Intermediate | View | View | - | - | - |
18 | Bot showing news items with translation | Demonstrates sending news items using Adaptive Cards in Microsoft Teams. | Intermediate | View | View | - | - | - |
19 | Different types of cards using bot | Demonstrates interacting with a bot using various types of cards. | Intermediate | View | View | - | - | - |
20 | Channel messages with RSC permissions | Demonstrates capturing all channel messages in Teams using RSC permissions. | Advanced | View | View | - | - | View |
21 | Adaptive Card Actions Bot | Demonstrates creating and sending Adaptive Cards with different action types. | Advanced | View | View | - | - | View |
22 | Integration with Microsoft Search | Demonstrates integrating the Microsoft Search API with Teams bots. | Advanced | View | View | - | - | - |
23 | Calendar bot | Integrates Microsoft Teams calendar with a bot to view upcoming events. | Advanced | View | View | - | - | - |
24 | Teams Bot with Video Calling | Demonstrates integrating video calls in Teams with a bot. | Advanced | View | View | - | - | - |
25 | Universal bots | Demonstrates placing food and drink orders in Teams using Universal Adaptive Cards. | Advanced | View | - | - | - | - |
26 | Business process automation with bot | Demonstrates automating workflows and tasks with bots in Teams. | Advanced | View | View | - | - | - |
27 | SSO for your Adaptive Cards | Demonstrates enabling SSO authentication for Adaptive Cards Universal Actions in bots. | Advanced | View | View | - | - | - |
28 | Sequential workflow adaptive cards | Demonstrates implementing sequential workflows using Adaptive Cards in bots. | Advanced | View | View | - | - | View |
29 | Teams Bot with AI integration | Demonstrates using AI for automated responses and intelligent suggestions. | Advanced | View | View | - | - | - |
30 | Microsoft Graph API integration | Demonstrates connecting to the Microsoft Graph API to retrieve information into a bot. | Advanced | View | View | - | - | - |
31 | Secure Communication Bot | Ensures encrypted communication using security tools like Multi-Factor Authentication. | Advanced | View | View | - | - | - |
No. | Sample Name | Description | Level | .NET | JavaScript |
---|---|---|---|---|---|
1 | Microsoft Teams Tab App Cookie | This sample application demonstrates key web storage features, including managing cookies, SameSite cookies, and partitioned cookies. It also covers local storage and IndexedDB for data persistence in modern web applications. | Intermediate | View | |
2 | User Scope Web App | This sample app demonstrates posting notifications for team/channel changes using Microsoft Graph API in Node.js. | Intermediate | View | |
3 | SharePoint List Bot | This sample bot for Microsoft Teams captures user input using adaptive cards and stores the data in a SharePoint list. It includes setup for SharePoint registration, permissions configuration, and deployment in Teams for streamlined data management. | Intermediate | View | |
4 | Proactive Messaging | Sample to highlight solutions to two challenges with building proactive messaging apps in Microsoft Teams. | Advanced | View | |
5 | Teams Virtual Assistant | Customized virtual assistant template to support teams capabilities. | Advanced | View |
Messaging Extensions samples (using the v4 SDK)
NOTE: Visit the Bot Framework Samples repository to view Microsoft Bot Framework v4 SDK task-focused samples for C#, JavaScript, TypeScript, and Python.
# | Sample Name | Description | Level | .NET | JavaScript | Python | Java | App Manifest |
---|---|---|---|---|---|---|---|---|
1 | Messaging extensions - action quick-start | Hello world Messaging Extension that accepts parameters and returns a card. Also, how to receive a forwarded message as a parameter in a Messaging Extension. | Basic | View | View | |||
2 | Messaging extensions - search quick-start | This sample demonstrates a Messaging Extension that accepts search requests and returns results within Microsoft Teams. | Basic | View | View | |||
3 | Messaging extensions - action | Messaging Extension that accepts parameters and returns a card. Also, how to receive a forwarded message as a parameter in a Messaging Extension. | Intermediate | View | View | View | View | View |
4 | Messaging extensions - search | This sample demonstrates how to create a Messaging Extension in Microsoft Teams that enables users to perform searches and retrieve results seamlessly. | Intermediate | View | View | View | View | View |
5 | Messaging extensions - action preview | Demonstrates how to create a Preview and Edit flow for a Messaging Extension. | Intermediate | View | View | View | View | View |
6 | Link unfurling | This sample app demonstrates how to implement link unfurling in a Teams messaging extension using the Bot Framework v4. | Intermediate | View | View | View | View | View |
7 | Messaging extensions - SSO auth | This sample demonstrates a Messaging Extension for Microsoft Teams that includes a configuration page and supports SSO authentication for enhanced user experience. | Advanced | View | View | |||
8 | Messaging extensions - auth and config | This sample demonstrates how to create a search Messaging Extension in Microsoft Teams that includes a configuration page and supports user authentication. | Advanced | View | View | View | ||
9 | Messaging Extensions AI - Sentiment Analysis | Messaging Extension with AI capability that performs sentiment analysis (positive/negative/neutral) for messages posted in Microsoft Teams chat | Advanced | View | View | |||
10 | Messaging extension - Adaptive Card based loop components | Demonstrates a Messaging Extension for Microsoft Teams that utilizes adaptive card-based loop components, enabling link unfurling and dynamic interactions within the compose area. | Advanced | View | View | View | ||
11 | Copilot Handoff | This sample implements a Teams message extension that can be used as a plugin for Microsoft Copilot for Microsoft 365. The message extension showcases copilot handoff along with allowing users to query the Northwind Database | Advanced | View |
# | Sample Name | Description | Level | .NET | JavaScript | Python |
---|---|---|---|---|---|---|
1 | Link unfurling demo of Reddit | Messaging Extension with Link Unfurling Samples for Reddit Links | Intermediate | View | ||
2 | Link unfurling - setup a meeting | This sample illustrates a common scenario where a user shares a link to a resource with a group of users, and they collaborate to review it in a meeting. | Intermediate | View |
Important
The existing Microsoft 365 (previously called Office 365) connectors across all cloud platforms are nearing deprecation, and the creation of new Microsoft 365 connectors will soon be blocked. For more information on the schedule and how the Workflows app provides a more flexible and secure experience, see retirement of Microsoft 365 connectors within Microsoft Teams.
# | Sample Name | Description | Level | C# | JavaScript |
---|---|---|---|---|---|
1 | Connectors | Sample Office 365 Connector generating notifications to Teams channel. | Intermediate | View | View |
2 | Generic connectors sample | Sample code for a generic connector that's easy to customize for any system which supports webhooks. | Intermediate | View | |
3 | Incoming Webhook | This sample demonstrates a Teams tab to send message cards using Incoming Webhook, showcasing the HttpPOST action for interactive cards. | Intermediate | View | View |
4 | Outgoing Webhooks | Implement Outgoing Webhook for Microsoft Teams for external integrations. | Intermediate | View | View |
5 | Authentication in Todo Connector App | This is a sample app which shows connector authentication and sends notification on task creation. | Advanced | View |
# | Sample Name | Description | Level | C# | JavaScript | App Manifest |
---|---|---|---|---|---|---|
1 | Activity Feed Notification | Microsoft Teams sample app for Sending Activity feed notification using Graph API in a Teams Tab. | Basic | View | View | |
2 | Graph API Explorer for RSC | Resource-specific consent (RSC) is a Microsoft Teams and Microsoft Graph API integration that enables your app to use API endpoints to manage specific teams within an organization | Basic | View | ||
3 | Graph API Channel Life Cycle | This sample illustrates how you can use Graph API Channel Life Cycle to call Graph APIs. | Intermediate | View | View | |
4 | Graph API Teams App Installation Life Cycle | This sample illustrates how you can use Teams App Installation Life Cycle by calling Microsoft Graph APIs. | Intermediate | View | View | |
5 | Graph API Chat Life Cycle | This sample illustrates how you can use Teams App Chat Life Cycle by calling Microsoft Graph APIs. | Intermediate | View | View | |
6 | Proactive installation of App and sending proactive notifications | This sample application demonstrates proactive installation of a Teams app and sending notifications to users using Microsoft Graph APIs. | Intermediate | View | View | View |
7 | Change Notification | This sample application demonstrates how to send real-time change notifications for user presence in Microsoft Teams. | Intermediate | View | View | |
8 | Graph Pinned Message | This sample application demonstrates how to pin messages in Microsoft Teams chat using the Graph API and displays all pinned messages in a group chat. | Intermediate | View | View | |
9 | Graph Bulk Meetings | This sample app demonstrates bulk meeting creation on Teams calendars using an Excel upload. | Intermediate | View | View | |
10 | Graph Meeting Notification | This sample application demonstrates how to use an online meeting subscription to send notifications in Microsoft Teams chat when users join, leave, or when meetings start and end. | Intermediate | View | View | |
11 | Change Notifications Team/Channel | This sample application showcases how to post notifications in Microsoft Teams when users create, edit, or delete teams and channels using Microsoft Graph and C#. | Intermediate | View | View | |
12 | graph-teams-tag | This sample application demonstrates how to perform CRUD operations on team tags using Microsoft Graph API within a Microsoft Teams tab. | Intermediate | View | View | |
13 | Resource Specific Consent (RSC) | This sample illustrates how you can use Resource Specific Consent (RSC) to call Graph APIs. | Advanced | View | View | View |
14 | Graph API Teams App Catalog Life Cycle | This sample demonstrates how to manage the lifecycle of Teams apps in the app catalog using Microsoft Graph APIs through a bot. | Advanced | View | View | View |
# | Sample Name | Description | Level | C# |
---|---|---|---|---|
1 | Local Media Samples | Local media samples give the developer direct access to the inbound and outbound media streams. | Intermediate | View |
2 | Remote Media Samples | The Incident Bot sample is a Remote Media sample demonstrating a simple incident process workflow started by a Calling Bot. | Intermediate | View |
3 | Calling and Meeting bot | This sample demonstrates how a bot can create, join, and transfer calls or meetings within Microsoft Teams. | Advanced | View |
# | Sample Name | Description | Level | C# | JavaScript | App Manifest |
---|---|---|---|---|---|---|
1 | Meetings Audio State | This sample tab application demonstrates how to control meeting audio in Microsoft Teams by muting and unmuting using the Incoming Client Audio API. | Basic | View | ||
2 | Meetings Notification | This sample application demonstrates how to implement in-meeting and targeted notifications within Microsoft Teams meetings using adaptive cards and bot interactions. | Intermediate | View | View | |
3 | Meetings Context App | This sample demonstrates how to retrieve and display meeting context and participant details in Microsoft Teams using bot APIs. | Intermediate | View | View | |
4 | Meetings Details Tab in Meetings | This sample demonstrates how to create and manage polls during Microsoft Teams meetings, allowing participants to respond and view results through adaptive cards. | Intermediate | View | View | View |
5 | Meeting Events | Receive real-time meeting and participant events with this Teams bot sample. | Intermediate | View | View | View |
6 | Meeting Recruitment App | Sample app showing meeting app experience for interview scenario. | Intermediate | View | View | View |
7 | Meeting-Tabs | This sample shows app stage view, Mute/Unmute Teams meeting audio call, and Side panel. | Intermediate | View | View | |
8 | Meeting Transcript App | This sample app retrieves meeting transcripts via the Graph API and showcases them in a task module. | Intermediate | View | View | |
9 | Meetings Attendance Report | This sample application demonstrates how to retrieve meeting attendance reports using the Graph API and send them through a bot in the meeting chat. | Intermediate | View | View | |
10 | Anonymous User Support | This sample demonstrates how to support anonymous users in Microsoft Teams meeting apps, showcasing the setup and interaction flow for integrating guest and tenant users seamlessly. | Intermediate | View | View | |
11 | Meetings SidePanel | This Microsoft Teams sample app demonstrates how to use the Live Share SDK to implement a side panel that allows for real-time data sharing during meetings. | Advanced | View | View | |
12 | Meetings Stage View | This sample app demonstrates how to enable and configure applications for Microsoft Teams meetings, allowing users to interact with a shared meeting stage using the Live Share SDK. | Advanced | View | View | View |
13 | Meeting Live Caption | This sample application demonstrates how to utilize CART links to send live captions in Microsoft Teams meetings. | Advanced | View | View | |
14 | Meetings Extensibility | The Meeting Token Generator app for Microsoft Teams allows participants to request and manage interaction tokens, ensuring equitable participation during meetings like scrums and Q&A sessions. | Advanced | View | View | |
15 | Live Coding Interview using Shared Meeting Stage | This sample application showcases live coding interviews in Microsoft Teams using the Live Share SDK, allowing participants to collaborate in real-time on coding questions. | Advanced | View | View | |
16 | Meeting Signing Programmatic Share to Stage | This Microsoft Teams sample app enables users to review and sign documents in real time during meetings, facilitating seamless collaboration. | Advanced | View |
# | Sample Name | Description | Level | JavaScript | App Manifest |
---|---|---|---|---|---|
1 | Actions across Microsoft 365 | This sample demonstrates how to build Teams apps using Actions in the Microsoft 365 app to streamline task management and enhance productivity by minimizing context switching. | Intermediate | View |
# | Sample Name | Description | Level | C# | JavaScript | App Manifest |
---|---|---|---|---|---|---|
1 | Teams Dialogs (referred as task modules in TeamsJS v1.x) | Sample app showing off the Teams Dialogs(referred as task modules in TeamsJS v1.x), a way to invoke custom code from a bot, a tab, or both! | Intermediate | View | View | View |
2 | Authentication | This sample showcases how to implement authentication in Microsoft Teams using both a bot and a tab, supporting Teams SSO with MSAL.js 2.0. | Intermediate | View | ||
3 | Region Selection App | Enables region selection for data centers using both a Bot and a Tab, with interactions through adaptive cards. | Intermediate | View | View | |
4 | App Localization | Demonstrates adding localization support to Teams apps with Bots and Tabs integration. | Intermediate | View | View | View |
5 | App Installation using QR code | Showcases app installation via QR codes, featuring adaptive cards and task modules. | Intermediate | View | View | View |
6 | Archive Groupchat messages | Demonstrates archiving group chat messages and sending them to users as a file. | Intermediate | View | View | |
7 | App check-in location | Enables location check-ins with bot integration and adaptive cards. | Intermediate | View | View | View |
8 | Message reminder setup through messaging extension | Allows users to schedule tasks and receive reminders in Teams. | Intermediate | View | View | View |
9 | Bot daily task reminder | Helps users schedule recurring tasks and receive reminders at specified times. | Intermediate | View | View | View |
10 | Tab request approval | Enables users to raise requests for managers to approve or reject, with notifications and task module redirections. | Intermediate | View | View | View |
11 | Bot request approval | Allows users to request task approval within group chats, with managers approving or rejecting requests. | Intermediate | View | View | View |
12 | Join the Team using QR code | Enables users to join Teams directly by scanning QR codes, integrating bots, Adaptive Cards, and Graph API. | Intermediate | View | View | View |
13 | Activity feed broadcast | Demonstrates notifying all members of the organization using activity feed notifications. | Intermediate | View | View | |
14 | App complete auth | Demonstrates authentication features in bot, tab, and messaging extensions. | Intermediate | View | ||
15 | Release Management | Sends work item notifications using Azure webhook. | Intermediate | View | View | |
16 | Link unfurling for 'Share to Teams' | Demonstrates link unfurling for the "Share to Teams" feature. | Intermediate | View | ||
17 | App Icon Badging In Microsoft Teams Meetings | Shows how to send app icon badging notifications in Teams meetings. | Intermediate | View | View | |
18 | SharePoint Tab Request Approval | Demonstrates using SharePoint Embedded for storage in Teams with tab request approval functionality. | Intermediate | View | ||
19 | AI-Powered Enterprise Search Bot | Demonstrates user search functionality powered by Azure Open AI embeddings and Redis DB, supporting file-based queries in Teams bots. | Advanced | View | ||
20 | Complete Samples | Sample covering multiple scenarios - dialogs, ME, and Facebook auth. | Advanced | View | View | |
21 | App SSO | Provides SSO functionality for Teams, supporting Tabs, Bots, and Messaging Extensions with secure API access. | Advanced | View | View | View |
22 | Combined Tab and Office Add-in | Demonstrates using an add-in to act on Office documents and a tab to aggregate data about these actions. | Advanced | View | View | |
23 | App HR Talent | Integrates with a simulated recruiting and talent management system, supporting bot, tab, and messaging extensions for HR operations. | Advanced | View | View |
# | App Name | Description | Level | Code |
---|---|---|---|---|
2 | Resource Hub | Resource Hub is a solution designed to provide all the help you need to use Teams, all in one place. | Basic | View |
1 | QBot | QBot is a solution for Microsoft Teams designed to facilitate intelligent Q&A interactions among educators, tutors, and students within classroom settings. | Advanced | View |
The issue tracker is for issues, in other words, bugs and suggestions. If you have a question, feedback or suggestions, please check our support page.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.