Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
85 views

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 ...
Ahmed Adel's user avatar
0 votes
0 answers
25 views

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 ...
Surakshith's user avatar
0 votes
0 answers
79 views

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. ...
luisNET's user avatar
  • 49
0 votes
0 answers
69 views

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 ...
Gopika Singh's user avatar
1 vote
1 answer
62 views

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,...
Invop's user avatar
  • 35
0 votes
1 answer
77 views

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 ...
Daniel Gauthier's user avatar
0 votes
1 answer
101 views

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. ...
San Jaisy's user avatar
  • 17.4k
0 votes
1 answer
118 views

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....
DanteC's user avatar
  • 378
0 votes
1 answer
48 views

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, ...
Ahmed's user avatar
  • 129
1 vote
1 answer
489 views

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 ...
Bomteyer's user avatar
0 votes
0 answers
16 views

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 ...
Lior Lew's user avatar
0 votes
1 answer
72 views

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 ...
Devang Zala's user avatar
0 votes
0 answers
125 views

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 ...
johnborges's user avatar
  • 2,563
0 votes
1 answer
157 views

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 ...
ABM's user avatar
  • 23
0 votes
1 answer
291 views

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> ...
Ahmad Ahsan's user avatar
1 vote
1 answer
127 views

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 ...
hoodv's user avatar
  • 11
-1 votes
1 answer
58 views

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 ...
Lior Lew's user avatar
0 votes
0 answers
73 views

How to send message in teams channel with @mention in.net 6 using webhook string userId = "xxxxx"; string userName = "xxxx"; string userPrincipalname = "xxxx&...
Ravi Kachiya's user avatar
2 votes
0 answers
93 views

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,...
user2872741's user avatar
0 votes
1 answer
304 views

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 ...
eshaa's user avatar
  • 585
0 votes
1 answer
552 views

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 ...
Muthukumar kanagaraj's user avatar
0 votes
1 answer
64 views

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 ...
thedeepponkiya's user avatar
1 vote
1 answer
471 views

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 ...
MUTHU MEENAL Palaniappan's user avatar
0 votes
1 answer
79 views

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 ...
thedeepponkiya's user avatar
1 vote
1 answer
165 views

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://...
tbhaxor's user avatar
  • 2,057

1
2 3 4 5
7