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
Is there a way to figure out the right dimensions for images to be used on Adaptive cards for a MS teams app?
We are trying to create an bot with a use of Adaptive cards on MS-Teams. The preview using adaptive card designer gives the proper image as required. But when used in the Teams app, the image looks totally distorted.
The preview image as in…

sarav
- 47
- 9
0
votes
2 answers
Teams-cli using Github actions fails to find package.json
Using the below script to publish a Microsoft teams app:
steps:
# Setup environment.
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install
- name: Checkout the code
uses: actions/checkout@v2
- uses:…

RichardMc
- 844
- 1
- 9
- 33
0
votes
0 answers
Microsoft Teams Chatbot checklist
I'm completely new in the microsoft teams application world. I would like to build a teams chatbot which should be able to work as a checklist. So the bot should be able to tell which task are done and some task should be completed by the Bot…
0
votes
1 answer
Teams Icon in Microsoft Teams Configurable Tab
I am building a teams app which is using a non-AAD based service to Authenticate. I would like to get the Teams Icon in my Configurable Tab. What are the option I have? I can not register an app, as the Teams app is going to be deployed on different…

user25879
- 129
- 7
0
votes
3 answers
Deeplink when you are inside a Configurable Tab
I am using Microsoft Teams Toolkit to create a configurable tab. When I am in the configurable tab, I would like to save the Deeplink for this tab to one of my database. However what I see is the App id is changing for the app package I have. I…

user25879
- 129
- 7
0
votes
0 answers
Teams bot framework - composeExtensions does not display buttons on adaptive card
Two compose extension commands are defined in the manifest. These trigger a request to bot framework, which responds with an adaptive card.
When the adaptive card is displayed, it's rendered correctly except the button is missing. If I send the…

atymic
- 3,093
- 1
- 13
- 26
0
votes
0 answers
Microsoft Teams Apps: Issue using media permissions for tabs
I'm trying to develop a tab for Microsoft Teams which needs to access the microphone. According to the…

Héctor Quintero
- 75
- 5
0
votes
1 answer
Adaptive Card text overflow in Microsoft Teams Android app
I have the following JSON code for my adaptive card:
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "Container",
"items": [
{
…

Joaquín L. Robles
- 6,261
- 10
- 66
- 96
0
votes
0 answers
Microsoft Teams Tab Uncaught DOMException: Blocked a frame with origin from accessing a cross-origin frame
I develop my Teams Application in React and hosted on Azure App server. The backed for the application is an external party which has oauth2 flow. When I test my code in Teams, I can see the login screen from Backend, but after entering user name…

user25879
- 129
- 7
0
votes
1 answer
How to set up ngrok for Teams Tab cross-device debug
I've verified that ngrok works in my set up by changing the manifest.json file. However, there is an issue with obtaining the SSO token in two different ways.
Firstly, the resource URL is different from the iframe. Secondly, changing the resource…

TanglingTreats
- 18
- 5
0
votes
1 answer
Add different icons for teams custom apps outline?
I have a problem, I want to add different icons when my app is selected and when my app is not selected in teams, something similar to what we have for the default teams buttons: not selected and selected.
The problem is we only have one option to…
0
votes
2 answers
Cannot Provision Teams App due to Storage domain conflict
We have built a Teams Tab using the Teams Toolkit. When attempting to provision in the cloud I see the following error:
[Error] - Failed to update Application ID URI in Azure Active Directory. Please refer to the help link for further steps.,…

jpehman
- 63
- 7
0
votes
1 answer
Search Message extension oauth failing : value not found in enum type
I implemented oauth in my search message extension. in local debug I see the sign in link and when clicking on it, it opens the window as well. But when I deploy the code to Azure, I dont even see the sign in link and it says unable to reach the…

user25879
- 129
- 7
0
votes
3 answers
Issue when sideloading todo-list-with-Azure-backend sample code, I get the following error:
When I attempt to sideload the todo-list-with-Azure-Backend into my desktop teams client, I get the following error (The code compiles and deploys okay to my Azure tenant), Am I missing a permission somewhere?

Donald Koscheka
- 336
- 1
- 6
0
votes
1 answer
Bot Custom OAuth provider
I would like to register oauth for my Bot, but the provider is not in the list. Hence would like to create a new one. How this can be done, can someone give me the idea?

user25879
- 129
- 7