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
0 answers
Ngrok issue: Failed to update message endpoint with https://7df3-103-99-202-239.ngrok.io/api/messagesDetailed
I am not able to re-run my bot project on VS code, I am getting error ---- "[Error] - code:BT.MessageEndpointUpdatingError, message: Failed to update message endpoint with https://1005-103-99-202-239.ngrok.io/api/messages Suggestions: Please check…
0
votes
2 answers
Teams app with CI/CD asks to be provisioned when it already is
I am creating a Teams Tabs-based app. When I use the Teams toolkit locally I can deploy to multiple environments and I have state.(envname).json files for each environment I want to deploy to. However now that I want to set up CI/CD I have a…

cwhd
- 11
- 1
0
votes
0 answers
How to send videoattachments from Airtable to MS Teams bot?
I am developing an MS Teams bot using Bot Framework SDK in Node.js, the botfetches information from Airtable and send it to MS Teams bot. I am using VS Studio Code Teams Toolkit extension to create, provision and deploy the bot.
I am facing a…

Dummy Cron
- 143
- 2
- 11
0
votes
0 answers
Sucess local debugging but 502 error in when deplying teams messaging extension app
I'm developing a messaging extension app using the Teams Toolkit following examples in the docs.
The app is pretty simple, all it really does is call a third party API and returns results. Everything works fine when debugging, but as soon as I try…

edh
- 1
0
votes
1 answer
Multiple manifest templates per Teams Tookit app
Is it possible to have multiple manifest templates per Teams Tookit app?
I want to have apps with and without offer specified, and with different sets of tabs for a single ASP.NET app.
How to achieve that?

Andrii
- 1,081
- 1
- 11
- 24
0
votes
1 answer
How to Create a proactive conversation in Teams channel?
So I've been following this guide on how to send proactive messages, I've got that setup but it currently responds to the setup message. I would like it to create a whole new conversation, I've found some code that uses the CreateConversationAsync()…

RussNicholls
- 9
- 6
0
votes
1 answer
Access Sharepoint List from Teams Tab created using Teams toolkit
I am currently using Graph APIs to connect to share point list from the Teams tab(NOT SPFX TAB) that I created using Teams Toolkit. I would like to know if it's possible to use REST API or PNP library to connect to Share point list items other than…

Sai
- 1
0
votes
2 answers
MS Teams: Getting Error "Please check the values of authorisation.permissions.resourceSpecific."
We have created MS Teams application using fluent UI with Tab capability. We are performing few action like sending adaptive card to person/channel and creating tab with website link.
Application is started showing error while we click on the ADD…

Shabbir Dhangot
- 8,954
- 10
- 58
- 80
0
votes
2 answers
Using Microsoft Graph API without user (Application Identity) on Teams Custom App
I've been developing a Teams Custom App with the TeamsFx SDK.
I want to use the Microsoft Graph API using an Application identity.
So, I referred to the Microsoft official documentation, however I wasn't able to achieve what I wanted to do.
-…

Nakayama Naoto
- 3
- 1
0
votes
1 answer
How to change the app registration in the bicep templates
The TeamsFx tabs example will provision a new azure "App Registration" automatically when you deploy an app however the code to provision this infrastructure does not appear anywhere in the bicep templates provided. Where does this get defined and…

Anthony Phan
- 353
- 3
- 13
0
votes
0 answers
Teams custom app apears only sometimes on store after publishing it
I have implemented a Message Extension using Teams Toolkit on VSCode.
After deploying on Azure & publishing on Microsoft Teams for the organization, Im only able to see the app sometimes inside the app store. That means the app is sometimes…

MomoCodez
- 35
- 7
0
votes
1 answer
How to use TeamsFx useGraph hook to get meeting infos
I would like to use TeamsFx React package to call MS Graph Api.
I tried to do separated component
import { useContext } from "react";
import { useGraph } from "@microsoft/teamsfx-react";
import { TeamsFxContext } from "../Context";
import {…

infodev
- 4,673
- 17
- 65
- 138
0
votes
1 answer
Teams Toolkit: Search based Message Extension not returning Adaptive-Card
I kinda have an issue with the search-based Message Extension.
When I debug locally, my app works fine. After deploying the messaging extension on Azure and testing it in the Teams app, I can search for specific queries. The Message Extension gives…

MomoCodez
- 35
- 7
0
votes
1 answer
Teams Tab apps error - Refused to display 'https://somedomain.sharepoint.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'
While redirecting teams tab App to the SharePoint site such as Viva app , above error is appearing the tab. this is only happened for the Microsoft 365 user accounts. is there any reason where sharepoint.com is already allowed in manifest ?
redirect…

DevÁsith
- 1,072
- 12
- 38
0
votes
1 answer
How can I add an new debuggable backend to existing teams app using teams toolkit in VSCode?
I generated a new teams app that has a front end and bot features.
Now I would add a backend to manage server logic.
I would not do that in the bot app.
So I used teams toolkit to add new feature:
Logically I have choosen azure functions, because I…

infodev
- 4,673
- 17
- 65
- 138