The Teams Toolkit is a collection of solutions and tools for Microsoft Teams developers to ease their development work. Teams Toolkit includes IDE extensions for Visual Studio Code and Visual Studio named 'Microsoft Teams Toolkit', code libraries like Teams Framework 'teamsfx' and Teams Client library 'teams-js', and a command line tool 'teamsfx' for terminal users.
Questions tagged [teams-toolkit]
224 questions
0
votes
1 answer
How to add custom UI elements inside chat window using MS Teams Toolkit?
I previously worked on creating VSTO and Office addins for MS Outlook, Excel and Word using C# VS. Now I have a plan to build one for MS teams. So, I checked online and found the documentation.
But I didn't found that how I can add custom UI…

Ank Raw
- 155
- 10
0
votes
1 answer
Unable to Navigate to teams channel from Teams app in MS Teams desktop application
i have created MSTeam app by using MSTeam App Studio and added one SharePoint page has a personal tab.
in the app we are showing all the respective Teams with link to open it, but On click on the "click to view" it supposed to navigate to specific…
0
votes
1 answer
Two same message extension installed while setting up a bot in channel
If I have only "personal" as scope in bot property of manifest, only one app is installed. But, if I add "team", two apps get installed when I set up a bot in channel. It seems both bot and extension is installed and for bot, same extension app is…

roshan1892
- 81
- 1
- 7
0
votes
1 answer
How to implement non-teams auth for teamsfx created react app?
Is there an example of adding authentication to a teamsfx created react app for when accessed directly with the browser, no teams? The teamfx specific mgt-element version is giving me trouble when trying to implement this.
Thanks!
Ed

ebclark
- 45
- 4
0
votes
2 answers
Teams toolkit VS Code debugger not working
I would like to use teams toolkit to debug my app locally.
Documentation mention here the I only should run F5 than launch chrome debug to roll out all the steps.
In my case doing this only create a Launch.json file and open localhost address in the…

infodev
- 4,673
- 17
- 65
- 138
0
votes
0 answers
Teams UI Toolkit - Toolbar, Gauge and Map not found in @fluentui/react-teams
I'm developing a dashboard that will be embed in a Microsoft Teams Tab.
Microsoft provides an UI toolkit: package and figma templates (source article). However, I would like to use a Toolbar, Gauge chart and Map chart in my dashboard, but I'm not…

quantus
- 1
- 1
- 1
0
votes
2 answers
MS Teams Message Extension not working on test server[Cloud]
I have developed MS Teams Message Extension using Java[Spring Boot] and registered the bot in Botframework Development portal[https://dev.botframework.com/]. It is working fine in local. I tested in local environment using a tunneling application…

roshan1892
- 81
- 1
- 7
0
votes
0 answers
Everytime I change my Microsoft Teams Tab's code the content of the tab does not change
I am making a teams channel tab and everytime I update the code, the content loaded in the tab stays the same. I tried deleting the app and installing it again, rebuilding the manifest, nothing works.
Here is my manifest file:
{
"$schema":…

MatejDodevski
- 187
- 13
0
votes
1 answer
How does TeamsFx Hello World Tab sample app invoke local development?
I created the hello world tab example using TeamsFx toolkits VS Code extension. The part that I don't understand is how does the debug mode invoking the tab react app start script?
In the tasks.json file, there is a dependsOn teamsFx: frontend start…

Shaohao
- 3,471
- 7
- 26
- 45
0
votes
0 answers
Is it possible to ingest live captions from Microsoft Teams into a Bot?
I am trying to develop a Bot that can ingest live captions from a Teams meeting and parse for certain words / phrases in real time. I.e. if a user in the meeting says "hello" then the bot should respond "hello, how are you" in the chat.
My main…

Braxvan
- 67
- 14
0
votes
1 answer
How can I configure a TeamsFx app to run behind a corporate proxy?
Currently, when I try to debug my app locally using teamsfx preview --local, I cannot get the app to start. The app in question is the hello world example taken from the documentation so I don't believe this is related to how the app itself is…
0
votes
3 answers
No Azure subscriptions discovered to provision app resources to
I'm using the VSC Teams Toolkit. But when I sign in to my Azure account to provision my files, it says "No subscriptions discovered" as shown below:
Which subscription should I get to proceed with provisioning the files?

ddffbb
- 61
- 9
0
votes
1 answer
Validation error:The file could not be found in the app package
Validation error: The file could not be found in the app package

chinnu564
- 1
- 2
0
votes
1 answer
Is it possible to use already build Azure resources in Teams toolkit
I'm creating Teams app, but I have already created bot application and resources needed, thus I don`t need form Teams toolkit to create additional ones. Is it possible to use already build ones and where should I state them in Toolkit…

matiszs
- 11
- 1
- 3
0
votes
1 answer
Getting Error in Unit Testing TeamsFx app
Is there any recommended framework to be used for unit testing the application built using TeamsFx tab app that can be integrated in a CI/CD pipeline.
I've tried using Jest and Enzyme but was getting errors. Are there any sample projects that can be…

Amit22
- 1