"How do I resolve Azure on software"
"I'm completing an Azure training module on virtual machines" "I encountered an error while deploying a virtual machine. The error message reads: 'Deployment failed. Resource group not found.'' "I double-checked the resource group…
How to Install PIP for Python on Windows 11?
What are the steps to install PIP for Python on Windows 11? The goal is to use Python with Microsoft Excel and, if possible, replace VBA entirely.
Is there a possibility to provide the Teams version to customers, as a Guest user
Hi Team, We have developed a custom teams chatbot for the MS teams app. But not our all customers have the access to teams or don't have a team's account created. Is there a possibility to provide the Teams version to customers, from outside the…
Cannot add custom configurable tab app to shared channels in Microsoft Teams
Hello, I am currently trying to add a custom tab app to a shared channel in Microsoft Teams. When I click on the "Add a tab" button, my application does not show up, nor in search result. I used the "Teams Toolkit" for Visual Studio…
Issue with Adaptive Card Button on Microsoft Teams Mobile App
Description: I have encountered an issue with Adaptive Cards on the Microsoft Teams Mobile App. When I press a button in an Adaptive Card, the action payload unexpectedly appears as part of the conversation message. This issue did not occur as of…
How to invite user to a teams meet by ringing them on teams?
I’m working on an app that generates Microsoft Teams meeting links using the Graph API. I want to invite a specific user to the meeting and have their Teams app "ring" them directly, so they can join immediately upon answering. Any guidance,…
Advisory: is there an MgGraph alternative to create a Resource Account for a MS Teams Call Queue and Auto Attendant?
Hello Please i need your help on this issue. We are currently redesigning our script to create MS Teams Call Queues and Auto Attendants with Enterprise App authentication and we have found…
Bot Framework API: Is User Login Required to Create Conversation for Preinstalled Teams App
I have a multi-tenant Teams app, which is a notification-only app. I am using the Bot Framework REST APIs to send notifications. The app is configured as a preinstalled app in the users' personal scope in the Teams Admin Center (screenshot provided…
Local storage for Teams tab application
Hello, I built a tab application in Teams using the Teams Toolkit. The app is a wizard that walks the user through entering data across multiple pages. Sometimes the user needs to leave the app to go get some information, which results in them having the…
Microsoft Graph V1 Teamwork SendActivityNotificationToRecipients Returns 202 Accepted Status Code, but Activity Feed Notification Is Never Received in Microsoft Teams
I am attempting to use the Microsoft Graph API to send Activity notifications to recipients in Microsoft Teams. (Using this documentation…
How to grant application access to Teams online meetings
Is there an easier way to grant Graph api access to Team's online meetings? I am currently using the Teams toolkit in VS Code and using the terminal with the following commands to grant application level permission for my…
Template answers for teams group channels
Hi Team, Is there an option to add templates through the manifest file? Similar to how commands are provided in manifest file, can we display commonly used responses like 'Thank you' , 'Welcome' or 'Hello' as templates in the Teams channel for all…
Microsoft Teams Bot unable to create conversation. Bot is not installed in user's personal scope.
Hello everyone, We are working on a Microsoft Teams Bot service to deliver notifications from our app (it is a one way communication bot) We have integrated following services: Graph: POST…
Limiting App Availability to Microsoft Teams Only
Hi everyone, I deployed an app for Microsoft Teams, but it was rejected because it needs to support personal tabs for Microsoft 365 and Outlook as well. I would like to know if there is a way to ensure that my app only shows up in Microsoft Teams and not…
How to display user's photo in adaptive card with Microsoft Graph?
Hi, I am creating a Teams Message Extension. I want to know how to display the user's photo on the adaptive card. The photo is retrieved from Microsoft Graph like this: https://graph.microsoft.com/v1.0/users/${id}/photo/$value The part of adaptive card…
Chat.Manage.Chat RSC permission with backward compatibility
Hi Team, I am using application permissions in the Graph API, and according to the documentation add members to chat, the least privilege required to add members to a chat is Chat.Manage.Chat. This change was introduced on October 11th, as noted in this…
There was a problem reaching this app | Static Tabs Application fails to initialize.
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> <script src="..../teams-js/2.22.0/..."…
Unable to deploy zip package to endpoint in Azure
I am reproducing https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-expert-finder-js. When I want to deploy this application via Teams Toolkit, the error occurs. It says that [Error] -…
A Powershell Script to remove Microsoft Teams Classic
Anyone who can share a powershell script that will remove Microsoft Teams Classic? Current script i have is that it will detect if Teams classic is installed then it will proceed to remove. Check if Microsoft Teams Classic is installed $teamsClassic =…
get event for meeting / call for all of my users
Hi I want to get event for a new meeting / call for all of my users. that is if one of my users joined a call or a meeting (not a scheduled one) I will get the event for that prefer join link or call id