5,480 questions
-3
votes
0
answers
30
views
Double responses in teams channel from parent and child copilot agent [closed]
I am using a master agent with child agents in Microsoft Copilot Studio.
The problem is:
Child agent topics are not triggering correctly
Instructions are sometimes ignored
Parent agent sometimes ...
Advice
0
votes
3
replies
88
views
Least‑privilege permissions for Azure AI Foundry agents deployed to Microsoft Teams (avoid Azure AI User for end users)
We are deploying bots/agents built in Azure AI Foundry that are exposed to users via Microsoft Teams.
Currently, the agent requires the Azure AI User built‑in role to access models and project ...
-1
votes
1
answer
73
views
Adaptive Card reorders numbered list automatically while text order remains unchanged
I am facing an issue with numbering inside an Adaptive Card.
Scenario
I have a description field in an Adaptive Card where I include multiple points with manual numbering (e.g., 1, 2, 3…). The content ...
0
votes
1
answer
70
views
How to set color of item with data from table
I am trying to set the color of each item with data from a table, but the designer does not accept variables in color property.
Even if I try too put conditional code in color property, the designer ...
3
votes
1
answer
115
views
Teams OAuthPrompt Inconsistent Behavior – Sometimes Works Without Magic Code, Sometimes Returns CancelledByUser and Requires Manual Code
I am facing inconsistent behavior with OAuth login in my Microsoft Teams bot (Python, OAuthPrompt).
Working Case
User clicks Sign In.
User enters email and password.
Login completes successfully.
...
Advice
0
votes
2
replies
122
views
How to get chat names of MS-Teams chats into Excel list using vba
I want to get the list of existing chats to check if a certain chat exists already and if not I want to create a chat with some text and adding users via Excel vba - any experience on that?
Would be ...
Advice
0
votes
3
replies
82
views
How to call API/Web service from Team application using Team SSO
I am new to MS Team app development and microsoft is doing changes around this. I have a questions around how to interact with my API from Team Tab, bot etc. I have a multi-tenant architecture and ...
Advice
0
votes
1
replies
40
views
Outlook/Teams App manifest staticTabs - handling tab visibility
We have a React App which we deploy as an Outlook and Teams App. The App is launched in a separate tab in Outlook/Teams. We deploy the app by uploading the manifest on Office 365 Admin Center.
In the ...
1
vote
0
answers
101
views
ACS Call Automation cannot initiate or receive calls with Microsoft Teams users (403 CreateCallFailed)
I've been trying to initiate a call between my bot and a user, or initiate any call through ACS but it is all failing.
I’m tried to use Azure Communication Services (ACS) Call Automation to initiate ...
0
votes
0
answers
59
views
Teams Bot-initiated Graph call doesn’t create a shared chat for participants
When a bot initiates a Microsoft Teams call using the Graph /communications/calls API, all participants join the same call, but Teams does not create a shared chat thread for them. Instead, each ...
Best practices
0
votes
2
replies
91
views
Microsoft Teams bot + external backend (AWS) - async processing + sending replies back to Teams?
I’m building a Microsoft Teams bot (Node/TS) deployed on Azure (Bot Service + App Service). I want to forward inbound messages to an external backend (AWS) for async processing, then send responses ...
0
votes
1
answer
71
views
Getting Teams-Tab URL in a single Graph API query
We created a simple Teams App that users can append to Teams channels as tab.
We have now another task, to send reminders pro Team to Team-Owners from a background job to perform a specific action, ...
Advice
0
votes
3
replies
86
views
Fetching Microsoft Teams meetings details/metadata
Background
I create Microsoft event notification (callTranscript) for a user [with CAP and application permissions in place]
Whenever a meeting ends that is recorded, I receive the transcript ...
Advice
0
votes
5
replies
91
views
Hosting external web app in Microsoft Teams tab and sharing with all meeting participants
So far I've managed to host my external web app inside a static tab and this seems to work great - I can even interact with the Teams Javascript SDK from my app if needed although this is not an ...
0
votes
0
answers
94
views
Azure Bot works in Web Chat but does not receive messages when installed in Microsoft Teams
I created an Azure Bot that forwards incoming messages to an external HTTPS webhook. When I test it using the “Test in Web Chat” tool inside the Azure Bot Services page, the bot receives messages ...