345 questions
-1
votes
0
answers
85
views
Replacing webcam feed in Microsoft Teams
I've been trying for a while to create a bot or Teams tab app that can replace the webcam feed of the participant that has it installed and gave it permissions for Online meeting Media Read and write ...
0
votes
0
answers
25
views
Unable to debug Teams Meeting Tab app after moving the scope from groupChat, team to personal
With Manifest 1.17 I moved my Meeting Tab app to personal scope to allow adding of the app automatically to meeting entries when a meeting was created using the meeting extension option.
Now I have ...
0
votes
0
answers
79
views
Bot Framework fails to obtain token with User Assigned Managed Identity from AKS pod
I'm deploying a bot backend in an AKS pod using a User Assigned Managed Identity (UAMI). The bot backend can access Azure services like KeyVault and AppConfiguration using this UAMI without issues. ...
0
votes
0
answers
69
views
Not able to get members from TeamsInfo.getMember(context,...) after package updates
I recently updated the following package in my Teams bot project:
"@microsoft/teamsfx": "^4.0.0" // previously using 3.0.0
After the update, some code broke due to changes in the ...
1
vote
1
answer
62
views
Blazor Server Teams App — How to use Teams authentication with AuthorizeRouteView?
I'm building a Blazor Server app integrated with Microsoft Teams, and I want to use AuthorizeRouteView to protect certain pages/routes based on Teams authentication.
I found official Microsoft samples,...
0
votes
1
answer
77
views
Declarative Copilot Document: declarativeAgent.json. Problems discovered: OpenApi document size exceeds the limit of 102400 KB
I'm building a declarative Agent in VS Code.
I'm ingesting the Pipedrive Open API -> https://developers.pipedrive.com/docs/api/v1/openapi-v2.yaml
I have selected 10 API calls.
When I tried to ...
0
votes
1
answer
101
views
Error: Get ServiceUrl failed. unable to get local issuer certificate in Teams toolkit with outlook plugin
Using teams toolkit to develop outlook plugin,
PS C:\Project\dev-gen-ai-office-addins\src\Clients\OutlookPlugin> node -v
v16.20.2
Webpack logs
You already have trusted access to https://localhost.
...
0
votes
1
answer
118
views
Teamsapp cli Azure login throws error 'invalid_scope' for user_impersonation
When using the TeamsApp CLI and trying to login using Azure, the terminal throws below error. I have granted the following rights with admin consent.
I am using the following command (TeamsApp CLI v3....
0
votes
1
answer
48
views
Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console
I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
1
vote
1
answer
489
views
Issue with MS Teams Bot Authentication (AADSTS700016: Application Not Found in Directory)
I'm developing an MS Teams bot for the first time, which will be used in a Teams channel within my company. The goal is to eventually migrate the functionalities of our existing Slack chatbot to this ...
0
votes
0
answers
16
views
Teams tab doesn't load
I created an app with Vercel which I want to display in a teams app.
I added the url to my manifest.json file in contentUrl and websiteUrl. also I added the domain to validDomains.
The result is that ...
0
votes
1
answer
72
views
Azure Bot deployment using teams toolkit
Need some help regarding bot deployment
Steps We Have Done -
Downloaded zip of code from Azure Open AI Service.
After deployment of the downloaded zip to Azure.
Azure Bot service is created ...
0
votes
0
answers
125
views
Using AI Generated Messages in Traditional Bot Framework C# Bot
I haven't seen any examples yet of this being done. I have a traditional Bot Framework Teams bot (C#) where I'm trying to enable some of these new enhancements.
Are there any restrictions in getting ...
0
votes
1
answer
157
views
Azure OpenAI GPT-4 Chatbot in Teams: Unable to Enable Streaming Messages"
I’ve built a chatbot using Azure OpenAI with GPT-4o. The chatbot is deployed as a Teams application and works as expected. However, I want to enable streaming messages, but it’s not working as ...
0
votes
1
answer
291
views
Static Tabs Application fails to initialize: There was a problem reaching this app
I'm developing simple Tab application for my search engine, my idea is to just add an iframe in hello.html and set the source to my URL.
here is my markup - hello.html:
<html>
<head>
...
1
vote
1
answer
127
views
Using Bicep to enable the calling functions of MSTeams channel in Azure Bot Services
I have a Microsoft Teams bot App, and I plan to use Teams Toolkit CLI v3 for provision Azure Resource, one is callingbot support for the Teams app. I try to implement the function by bicep.
There are ...
-1
votes
1
answer
58
views
Teams bot losing permission after Azure function deployment
I’ve created a Teams bot that sends messages to our customers. While the bot itself works fine, we’re facing a significant operability issue: any action performed on the Azure Function hosting the bot ...
0
votes
0
answers
73
views
How to send message in teams channel with @mention in.net 6 using webhook
How to send message in teams channel with @mention in.net 6 using webhook
string userId = "xxxxx";
string userName = "xxxx";
string userPrincipalname = "xxxx&...
2
votes
0
answers
93
views
MS Teams Bot Notification - FindMember - API is very slow after adding 600+ conversations into storage
Describe the bug
On the TeamsFX - TypeScript, the findMember method has become very slow since I have more than 600 persisted conversations in my storage.
When I first put my Teams Bot into production,...
0
votes
1
answer
304
views
Team toolkit chatbot with azure open AI and Bot framework emulator bypass Azure Open AI
I have created a sample project using Teams toolkit to create an assistant in Teams that can avail Azure open AI service (with gpt-4o model). The default code is working fine that is I can run the ...
0
votes
1
answer
552
views
How to Enable User Assisgned Managed Identity authentication Between Azure Bot and Azure Kubernetes Service?
I have an Azure bot created using a user-assigned managed identity via the Azure portal. The bot's code is written in C# and utilizes the Microsoft Bot Framework SDK. The application is deployed on an ...
0
votes
1
answer
64
views
Issue when creating new project with existing spfx project using teams toolkit
I have created a default SPFx project as mentioned in the below link
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part
It is working as expected ...
1
vote
1
answer
471
views
Missing Environment Variable 'BOT_ID' While Registering Microsfot Teams Bot App, while using Teams tool Kit template
I was able to run the Teams bot app using the Teams Toolkit without any issues. However, when I attempted to configure the bot capability within the Teams app by following the instructions provided in ...
0
votes
1
answer
79
views
Changes made on SPFx project not visible in Teams
I have created the SPFx project and integrated that project into the Teams project. When I made the change in the SPFx project the changes were not reflected in the Teams after generating and ...
1
vote
1
answer
165
views
Unable to configure the bot in the microsoft teams
I am novice in the MS teams and bot development. I have created the project from the basic bot template and added the configure properties as guided here.
{
"$schema": "https://...