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
- Copilot for Microsoft 365 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 | .NET | TypeScript | JavaScript |
---|---|---|---|---|
Northwind Inventory | Plugin that allows users to query the Northwind Database | View | View | |
Document Search | Plugin that enables Hybrid Search (Vector + Semantic) | View | View | |
Product support | Plugin that allows users to query the Products held in SharePoint Online team site via Microsoft Graph | View | ||
Multi Parameters | Plugin that demonstrates how to implement complex utterances and support deep retrieval | 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 | 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. | View | View | View |
Sample Name | Description | C# | JavaScript | App Manifest | |
---|---|---|---|---|---|
1 | api-doc-search | This is a sample API application that demonstrates how to perform RAG-based semantic search using NoSQL CosmosDB. | View | - | |
2 | Compliance Checker | Use Azure OpenAI to compare proposal documents against a guideline document and return whether the proposal complies and why/why not. | View | View | |
3 | bot-virtual-assistant | This is a sample application that demonstrates a root bot that routes inputs to skill bots for tailored responses. | View | - | |
4 | 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. | 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. | View | View |
Sample Name | Description | C# | TypeScript | JavaScript | App Manifest | |
---|---|---|---|---|---|---|
1 | Personal tabs | Sample app showing custom personal Tab with ASP. NET Core | MVC, Razor | Yeoman Generator | View | |
2 | Personal tab quick-start | Sample personal tab quick-start app. | View | View | ||
3 | Personal tab with SSO quick-start | Sample personal tab with SSO hello world app. | View | View | View | |
4 | Channel and group tabs | Sample app showing custom group and channel Tab with ASP. NET Core | MVC, Razor | Yeoman Generator | View | |
5 | Channel and group tab quick-start | Sample channel and group tab hello world app. | View | View | View | |
6 | Channel and group tab with SSO quick-start | Sample channel and group tab with SSO hello world app. | View | View | View | |
7 | SPFx Tab | Sample app showing Microsoft Teams tabs using SharePoint Framework | View | |||
8 | Tab SSO | Microsoft Teams sample app demonstrating Azure AD SSO in a Teams tab using C#. | View | View | ||
9 | Config Tab Authentication | Microsoft Teams sample app for config tabs Azure AD authentication | View | View | ||
10 | Deep Link consuming Subentity ID | Microsoft Teams sample app for demonstrating deeplink from Bot chat to Tab consuming Subentity ID | View | View | ||
11 | Integrate graph toolkit component in teams tab | Microsoft Teams tab sample app for demonstrating graph toolkit component | View | View | ||
12 | Device permissions | Microsoft Teams tab sample app for demonstrating device permissions | View | View | ||
13 | Tab in stage view | This sample app demonstrates the use of Teams tab in stage view using C#, showcasing collaborative features and interactive elements. | View | View | View | |
14 | Create Conversational tab | Microsoft Teams tab sample app for demonstrating create conversation tab | View | View | View | |
15 | Product inspection | Demonstrating a feature where user can scan a product and mark it as approved/rejected. | View | View | View | |
16 | Staggered Permission | This sample demos app to request staggered Graph API permissions in Teams tabs. | View | View | View | |
17 | Tab people picker | This is an tab app which shows the feature of client sdk people picker. | View | View | View | |
18 | Tab channel context | This sample shows the contents of tab context object in a private and shared channel. | View | |||
19 | Tab app monetization | This sample shows how to open purchase dialog and trigger purchase flow using teams-js sdk. | View | |||
20 | Personal Tab with Nav-Bar menu | Add multiple actions to the upper right in Nav-Bar and build an overflow menu for extra actions in an app. | View | |||
21 | App Caching in Meetings | This sample shows how to improve the subsequent loading time of an App. | View | |||
22 | Tab Multi Hub | Interact with the user's calendar, mail, profile, geolocation from personal tabs app. | View | |||
23 | 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. | View | |||
24 | Tab External Auth | This sample illustrates how to implement Google auth using external auth providers. | View | |||
25 | Tab Meeting Tanscript Recording | This sample shows meeting transcripts and recordings. | View | View | ||
26 | Tab DeepLink Pass Values | Microsoft Teams sample which displays deeplinks based on the values passed dynamically to the context. | View | |||
27 | Tab Meeting Recording and transcript with auto recording | This sample shows meeting recording and transcript with auto recording. | View | |||
28 | 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. | View | View | ||
29 | Nested App Authentication | This sample shows nested app authentication (NAA) is a new protocol that simplifies single sign-on (SSO) for single page applications. | 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 | .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. | View | ||||
2 | Teams Conversation Bot SSO quick-start | This sample bot demonstrates implementing SSO in Microsoft Teams using Azure AD. | View | View | |||
3 | Teams Conversation Bot | Messaging and conversation event handling also includes read receipt event functionality in personal scope. Also include AI label, Citations,Feedback buttons,Sensitivity label. | View | View | View | View | View |
4 | Message Reactions | This sample app demonstrates how to use message reactions in Microsoft Teams with a bot built on the Bot Framework. | View | View | View | View | |
5 | Authentication with OAuthPrompt | Authentication and basic messaging in Bot Framework v4. | View | View | View | View | View |
6 | Teams File Upload | This bot sample for Teams demonstrates file upload capabilities using Bot Framework v4, enabling users to upload files and view inline images within chats. | View | View | View | View | View |
7 | Task Module | Demonstrating how to retrieve a Task Module and values from cards in it, for a Messaging Extension. | View | View | View | View | View |
8 | Start new thread in a channel | This app demonstrates how to start a conversation thread in a specific Teams channel using Bot Framework v4. | View | View | View | View | View |
9 | Universal bots | This Teams Catering Bot allows users to place food and drink orders seamlessly within Microsoft Teams. It leverages Universal Adaptive Cards for dynamic interactions and supports features like recent orders and order confirmation. | View | ||||
10 | Sequential workflow adaptive cards | Demonstrating on how to implement sequential flow, user specific view and upto date adaptive cards in bot. | View | View | View | ||
11 | Channel messages with RSC permissions | This bot can capture all channel messages in Teams using RSC permissions, without the need for @mentions. | View | View | View | ||
12 | Bot with SharePoint file to view in Teams file viewer | This sample demos a bot with capability to upload files to SharePoint site and same files can be viewed in Teams file viewer. | View | View | |||
13 | Type ahead search control on Adaptive Cards | This sample shows the feature of type ahead search (static and dynamic) control in Adaptive Cards. | View | View | View | ||
14 | People picker control in Adaptive Cards | This sample shows the feature of people picker control in Adaptive Cards. | View | View | View | ||
15 | Proactive Messaging sample | This sample shows how to save user's conversation reference information to send proactive reminder message using Bots. This uses Teams toolkit for Visual Studio Code to provide scaffolding experience. | View | ||||
16 | Proactive Tab Conversations | Using a bot to create and store conversations that can be later used inside a sub-entity, tab conversation. This sample includes the details required to proactively message a channel from a bot, set-up and store details for channel tab conversations, and viewing channel conversations from a personal app. | View | ||||
17 | Suggested Actions Bot | This sample shows the feature where user can send suggested actions using bot. | View | View | View | ||
18 | Adaptive Card Actions Bot | This sample demonstrates how to create and send Adaptive Cards with different action types using a Microsoft Teams bot. It includes features like submitting actions, showing cards, toggling visibility, and more. | View | View | View | ||
19 | SSO for your Adaptive Cards | This sample code demonstrates how to get enable SSO authentication for your Adaptive Cards Universal Actions in bot. | View | View | |||
20 | Different formatting on cards | This sample feature shows how to use different formatting on cards using bot. | View | View | |||
21 | Different types of cards using bot | This sample shows the feature where user can interact with different types of cards using bot like Adaptive, hero, list, Office 365 Connector, receipt, sign in, and thumbnail cards and card collections. | View | View | |||
22 | User specific views in Adaptive cards | This sample demonstrates how to create user-specific views in Adaptive Cards within Microsoft Teams, using features like Action.Execute and auto-refresh for dynamic updates. The app enables personalized content, allowing seamless interaction across personal, group, and team contexts. | View | View | |||
23 | Bot configuration app with type ahead search control. | This sample demonstrates the features of bot configuration and reconfiguration for both teams and group chats, including a type-ahead search (static and dynamic) control on Adaptive Cards. | View | [View][BotConfigurationApp#nodejs | |||
23 | Bot configuration app with auth | This sample demonstrates the features of bot configuration auth and reconfiguration for both teams and group chats. | View | View | |||
24 | Tag mention bot | This sample app demonstrates the use of tag mention funtionality in teams scope using Bot Framework. | View | View | |||
25 | Commands menu and prompt starters bot | This sample add a command menu with a dropdown list of commands for your bot. Users can select a command from the list, which will insert the command title into the compose box. Then, they can select Send to execute the command. | View | View | |||
26 | Bot All Cards | Sample which demonstrates sending different types cards supported in teams using bot. | View | View | View | ||
27 | Apps in Federated | This sample app allows users to easily view a list of group members. When a new member is added, their details are promptly displayed. | View | ||||
28 | Requirement Targeting OneWay Dependency | Microsoft M365 RT sample app in Node.js which specify one-way-dependency relationships between app capabilities (using elementRelationshipSet) and functionality using hostMustSupportFunctionalities. | View | ||||
29 | Requirement Targeting Mutual Dependency | Microsoft M365 RT sample app in Node.js which specify mutual-dependency relationships between app capabilities using elementRelationshipSet. | View |
Sample Name | Description | .NET | JavaScript | |
---|---|---|---|---|
1 | Proactive Messaging | Sample to highlight solutions to two challenges with building proactive messaging apps in Microsoft Teams. | View | |
2 | 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. | View | |
3 | Teams Virtual Assistant | Customized virtual assistant template to support teams capabilities. | View | |
3 | User Scope Web App | This sample app demonstrates posting notifications for team/channel changes using Microsoft Graph API in Node.js | 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 | .NET | JavaScript | Python | Java | App Manifest | |
---|---|---|---|---|---|---|---|
1 | Messaging extensions - search quick-start | This sample demonstrates a Messaging Extension that accepts search requests and returns results within Microsoft Teams. | View | View | |||
2 | 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. | View | View | View | View | View |
3 | 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. | View | View | |||
4 | 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. | View | View | View | View | View |
5 | 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. | View | View | View | ||
6 | 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. | View | View | |||
7 | Messaging extensions - action preview | Demonstrates how to create a Preview and Edit flow for a Messaging Extension. | View | View | View | View | View |
8 | Link unfurling | This sample app demonstrates how to implement link unfurling in a Teams messaging extension using the Bot Framework v4. | View | View | View | View | View |
9 | 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.. | View | View | View | ||
10 | Messaging Extensions AI - Sentiment Analysis | Messaging Extension with AI capability that performs sentiment analysis (positive/negative/neutral) for messages posted in Microsoft Teams chat | 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 allowings users to query the Northwind Database | View |
Sample Name | Description | .NET | JavaScript | Python | |
---|---|---|---|---|---|
1 | Link unfurling demo of Reddit | Messaging Extension with Link Unfurling Samples for Reddit Links | 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. | 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 | C# | JavaScript | |
---|---|---|---|---|
1 | Connectors | Sample Office 365 Connector generating notifications to teams channel. | View | View |
2 | Generic connectors sample | Sample code for a generic connector that's easy to customize for any system which supports webhooks. | View | |
3 | Outgoing Webhooks | Implement Outgoing Webhook for Microsoft Teams for external integrations. | View | View |
4 | Authentication in todo Connector App | This is a sample app which shows connector authentication and sends notification on task creation. | View | |
5 | Incoming Webhook | This sample demonstrates a Teams tab to send message cards using Incoming Webhook, showcasing the HttpPOST action for interactive cards. | View | View |
Sample Name | Description | C# | JavaScript | App Manifest | |
---|---|---|---|---|---|
1 | Resource Specific Consent (RSC) | This sample illustrates how you can use Resource Specific Consent (RSC) to call Graph APIs. . | View | View | View |
2 | Graph API Channel Life Cycle | This sample illustrates how you can use Graph API Channel Life Cycle to call Graph APIs. . | View | View | |
3 | Graph API Teams App Installation Life Cycle | This sample illustrates how you can use Teams App Installation Life Cycle by calling Microsoft Graph APIs. . | View | View | |
4 | 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. | View | 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. . | View | View | |
6 | Activity Feed Notification | Microsoft Teams sample app for Sending Activity feed notification using Graph API in a Teams Tab. | View | View | |
7 | 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. | View | View | View |
8 | Change Notification | This sample application demonstrates how to send real-time change notifications for user presence in Microsoft Teams. | View | View | |
9 | 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. | View | View | |
10 | Graph Bulk Meetings | This sample app demonstrates bulk meeting creation on Teams calendars using an Excel upload. | View | View | |
11 | 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. | View | View | |
12 | 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#. | View | View | |
13 | graph-teams-tag | This sample application demonstrates how to perform CRUD operations on team tags using Microsoft Graph API within a Microsoft Teams tab. | View | View | |
14 | 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 | View |
Sample Name | Description | C# | |
---|---|---|---|
1 | Calling and Meeting bot | This sample demonstrates how a bot can create, join, and transfer calls or meetings within Microsoft Teams. | View |
2 | Local Media Samples | Local media samples give the developer direct access to the inbound and outbound media streams. | View |
3 | Remote Media Samples | The Incident Bot sample is a Remote Media sample demonstrating a simple incident process workflow started by a Calling Bot.. | View |
Sample Name | Description | C# | JavaScript | App Manifest | |
---|---|---|---|---|---|
1 | 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. | View | 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. | View | View | |
3 | 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. | View | View | |
4 | 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. | View | View | View |
5 | 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. | View | View | View |
6 | Meeting Events | Receive real-time meeting and participant events with this Teams bot sample | View | View | View |
7 | Meeting Recruitment App | Sample app showing meeting app experience for interview scenario. | View | View | View |
8 | Meeting Transcript App | This sample app retrieves meeting transcripts via the Graph API and showcases them in a task module. | View | View | |
9 | 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. | View | ||
10 | Meeting Live Caption | This sample application demonstrates how to utilize CART links to send live captions in Microsoft Teams meetings. | View | View | |
11 | 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. | View | View | |
12 | 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. | View | View | |
13 | Meeting-Tabs | This sample shows app stage view, Mute/Unmute Teams meeting audio call and Side panel. | View | View | |
14 | 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. | View | View | |
15 | 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. | View | ||
16 | meetings-context-app | This sample demonstrates how to retrieve and display meeting context and participant details in Microsoft Teams using bot APIs. | View | View |
Sample Name | Description | C# | 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. | View |
Sample Name | Description | 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! | 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. | View | ||
3 | Complete Samples | Sample covering multiple scenarios - dialogs, ME, and facebook auth. | View | View | |
4 | Region Selection App | This Microsoft Teams sample app enables region selection for data centers using both a Bot and a Tab, with interactions through adaptive cards. It demonstrates how to build configurable tabs and conversational bots with Microsoft Teams SDK. | View | View | |
5 | App Localization | This sample demonstrates how to add localization support to Microsoft Teams apps with Bots and Tabs integration. It includes detailed steps for enabling language-specific content and interactions for a seamless multilingual experience. | View | View | View |
6 | App SSO | This C# sample app provides single sign-on (SSO) functionality for Microsoft Teams. It includes authentication support for Teams Tab, Bot, and Messaging Extension with features like user profile retrieval and secure API access using Azure AD. | View | View | View |
7 | App Installtion using QR code | This sample showcases app installation in Microsoft Teams through QR code scanning, enabling users to generate a QR code that contains the app ID for easy installation. Key features include bot interaction, Teams SSO, adaptive cards, task modules, and device permissions for enhanced user experience. | View | View | View |
8 | Archive groupchat messages | Demonstrating on how a bot can archive groupchat messages and send it to user as a file. | View | View | |
9 | App check in location | This sample app allows users to check in with their current location and view a history of previous check-ins via a bot in Microsoft Teams. It showcases features such as bot interaction, adaptive cards, task modules, and the Device Permission API for location access, providing a seamless experience across supported platforms. | View | View | View |
10 | Message reminder setup through messaging extension | This sample demonstrates a Messaging Extension that allows users to schedule tasks and receive reminder cards in Microsoft Teams. | View | View | View |
11 | Bot daily task reminder | This Teams bot helps users schedule recurring tasks and receive reminders at specified times. It supports adaptive cards and task modules, utilizing the Quartz Scheduler to manage reminders. | View | View | View |
12 | Tab request approval | Demonstrating a feature where user can raise the requests and manager will be notified about the requests and manager will be redirected to approve/reject the request from received notification. | View | View | View |
13 | Bot request approval | This Teams bot enables users to request task approval from managers within group chats. Managers can quickly approve or reject requests, while other members view request details only. | View | View | View |
14 | Join the Team using QR code | This sample bot enables users to generate and scan QR codes to join Teams directly. It includes bot, Adaptive Cards, and Graph API support for seamless integration. | View | View | View |
15 | Activity feed broadcast | Demonstrating a feature to notify any message to all members of the organisation using activity feed notification . | View | View | |
16 | App complete auth | This sample demos authentication feature in bot,tab and messaging extension. | View | ||
17 | Release Management | This is a sample used to send workitem notification using Azure webhook. | View | View | |
18 | Link unfurling for 'Share to teams' | This sample demos the feature of link unfurling for Share to teams. | View | ||
19 | App Icon Badging In Microsoft Teams Meetings | This sample app shows the feature of sending app icon badging in Teams' meetings. | View | View | |
20 | This sample app demonstrates user search functionality powered by Azure Open AI embeddings and Redis DB, facilitating queries based on files uploaded by an admin using a Teams bot. It supports features like Adaptive Cards, Azure Blob Storage, and Redis integration within Teams. | View | |||
21 | Combined Tab and Office Add-in | Demonstrates using add-in to take action on specific Office documents and using tab to aggregate data about all those specific actions. | View | View | |
23 | App HR talent | This sample app demonstrates integration with a simulated recruiting and talent management system, allowing users to create, manage, and search positions and candidates using Microsoft Teams' bots, tabs, and messaging extensions. | View | View |
App Name | Description | Code | |
---|---|---|---|
1 | QBot | QBot is an solution for Microsoft Teams designed to facilitate intelligent question-and-answer interactions among educators, tutors, and students within classroom settings. | View |
2 | Resource Hub | Resource Hub is a solution designed for all the help you need to use Teams, all in one place. | 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 opencode@microsoft.com with any additional questions or comments.