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
Login via CLI for CI/CD
I can deploy my team app via the visual studio code extension, but I'm trying to set up a Continuous Deployment.
I'm following this doc (since I'm not using Github but azure Devops):…

Titouan56
- 6,932
- 11
- 37
- 61
0
votes
2 answers
MS Teams static tab with content bot id shows error in personal chat scope
I am building a static tab for MS Teams with contentBotId specified.The staticTabs manifest entry looks as following:
"staticTabs": [
{
"entityId": "availability",
"name": "Availability",
"scopes": [ "personal" ],
…

Sergey Anisimov
- 885
- 8
- 22
0
votes
1 answer
How to call the Parent Dialog in Microsoft Teams Bot - NodeJS?
I have three dialogs : DialogA , DialogB and DialogC.DialogA and DialogB can both call DialogC.Now if DialogC is called from DialogA, at the end of DialogC, how do I determine that the DialogC was called from DialogA and I need to call it back.
If I…

AJ31
- 210
- 2
- 13
0
votes
1 answer
Provisioning fails due to company policy
I wanted to try provisioning my app resources in Azure using the TeamsToolkit, but it fails creating the resource group since my company requires 4 tags to be added.
Is there a way to tell the toolkit to either add those tags or create the resource…

Sanktiel
- 1
0
votes
1 answer
Can we send file as an attachment along with message in teams programmatically?
Can we send file as an attachment along with message in teams using webhooks or api?
Currently we can send only text message using webhooks and not attach files.
I want to mimic the action in the screenshot below:-
Attach file present in the…

Aditya
- 3
- 5
0
votes
1 answer
How do I use a custom domain in local_applicationIdUris in env.default.json file in Teams App development
I have updated my AAD App Registration Api endpoint to point to my custom domain (api://{customdomain}/{clientid}). However when I update same in my local_applicationIdUris variable in env.default.json file and build the application, the value…
0
votes
2 answers
"App not found, Please verify..." when launching from Visual Studio, but installs normally from Developer Portal
I'm currently learning Teams development and I just installed the Teams Toolkit extension. Following the quickstart guide, launching the app opens my browser with the Teams web app and the message
App not found, Please verify the app and it's[sic]…

burglurs
- 1
- 2
0
votes
1 answer
"Localhost refused to connect" using Microsoft Graph Toolkit on a deployed Microsoft Teams custom personal app
Error:
We’re using the Microsoft Graph Toolkit for login credentials in order to use the Microsoft Graph API : https://learn.microsoft.com/en-us/graph/toolkit/overview
With version 2.1.0:
And we did the Azure AD App Registration following this…

Jean-Pierre Toupin
- 26
- 5
0
votes
2 answers
Paste messaging endpoint in Teams Toolkit
I'm trying to make my first Teams App and having a hard time following this tutorial. One issue is I can't paste anything into the bot endpoint address field. Cmd+V does nothing, and right-click doesn't work either. Is there a way around this? …

Elliott B
- 980
- 9
- 32
0
votes
1 answer
Can't found personal application of Microsoft Teams Toolkit when I sideload it in Teams
Went through all of the documentation here: https://learn.microsoft.com/en-us/microsoftteams/platform/build-your-first-app/build-and-run and repeated it for the letter.
I could run the application Hello World on https://localhost:3000/Tab, but when…

yucongzhao
- 15
- 5
-1
votes
1 answer
Could not find Connection Setting with name botconnection - Teams Bot SSO
setup:
I have a bot registered in developer portal and created a app by teams tool kit.To add SSO for my bot i have created a azure bot with multi-tenant and create new app.Under bot configuration oauth connection setting create a service provider…

sr45
- 1
- 2
-1
votes
1 answer
TeamsFx API Authentication running twice for Function Apps?
I'm using the Teams Toolkit for a node-based Tab app with Azure Functions API. I noticed that provisioning the service it will add an Identity provider on Function App level which validates the JWT Token.
Further, the TeamsFx input binding seems to…

Thomas
- 4,030
- 4
- 40
- 79
-1
votes
1 answer
MS Teams: Add-on for guys to flag their capacity for extra work? (see mockup image)
I'm new to a company and my manager wants me to overhaul our portfolios Teams channels. It's currently unused except for chat and scheduling meetings.
One tab/add-on I'd like to implement is something that allows each team member to publicly state…

Domhnall Ó Dubhlainn
- 33
- 1
- 6
-2
votes
1 answer
Start "NEW CONVERSATION" in a channel with list of questions on the text box
So I do this all the time during the day where I ask for assistance in a MS Teams channel:
I need to message the team with a template so I open a .TXT file copy paste the list of questions:
1. Short description
2. Which troubleshooting did you…

Verminous
- 490
- 3
- 14