Administrator
138 TopicsPass a custom parameter during app installation
Each customer in our application has a unique ID and Token, which we need to pass when they install our Teams bot. We attempted to append these parameters to the installation URL as follows: 🔗 Installation URL:https://teams.microsoft.com/l/app/feea88de-b85f-4a8a-a724-d076d8de24af?source=app-details-dialog&context={id:%20%22%22,%20token:%20%22%22} However, we are unable to retrieve these parameters in the installationUpdate callback. What is the correct approach to pass and retrieve custom parameters (ID & Token) during bot installation?32Views0likes1CommentMonitoring of SBC
Hello Hope you have great time. Microsoft provides Power BI's QER PS v1.0.pbit QER v5.0.pbit These are good Power BI's that help monitor health of SBC's. Which metric within would you use to monitor the SBC. If one SBC is down and the configuration on Power BI Service is to alarm you than how can you avoid to get the repeated alarm of the same incident. Is it also possible to monitor there the expiration of certificates Regards JFM_1219Views0likes0CommentsError Adding Icon to Viva Connections Teams App
When attempting to add my organizations logo to the Viva Connections application, through the Teams admin portal, I receive an error that states: "Warning We can't display the image of this private app. To see the image, you must get a license." My organization has an E3 license, I am able to link our SharePoint Home Site to the application and was able to change the name/integrate it into Teams. The only issue I am having now is changing the logo.895Views1like1CommentBot App Deployment to MS Teams by Admin
Hi, I have developed a bot application for Microsoft Teams and am looking for an enterprise-level solution to deploy it. The goal is to allow an admin to install the app across all chats and channels without requiring users or team owners to manually add the bot. Specifically, I want to know: Is there a way to achieve this deployment through the Teams Admin Center or another native Microsoft Teams feature? Can the app be added automatically to all chats (personal and group) and channels across the tenant? If not directly possible, what alternatives or automation solutions, such as Microsoft Graph API, can be used for this purpose? I am looking for the most efficient approach, suitable for large-scale enterprise environments, without requiring manual interaction from individual users or team owners. Any insights, examples, or guidance on best practices would be greatly appreciated! Thanks.63Views0likes1CommentHow to Deploy a Bot Application to All Chats and Channels in Microsoft Teams for Enterprise?
Hi, I have developed a bot application for Microsoft Teams and am looking for an enterprise-level solution to deploy it. The goal is to allow an admin to install the app across all chats and channels without requiring users or team owners to manually add the bot.By chat and channels I mean adding bot as a member in all chats and all channels. Specifically, I want to know: Is there a way to achieve this deployment through the Teams Admin Center or another native Microsoft Teams feature? Can the app be added automatically to all chats (personal and group) and channels across the tenant? If not directly possible, what alternatives or automation solutions, such as Microsoft Graph API, can be used for this purpose? Is it possible to add my bot application to private, shared and standard channels? I am looking for the most efficient approach, suitable for large-scale enterprise environments, without requiring manual interaction from individual users or team owners. Does MS Teams provides such a way. Any insights, examples, or guidance on best practices would be greatly appreciated! Thanks107Views0likes1CommentNeed Information on Microsoft Teams O365 Management API
Hi Community, I was exploring the Office 365 Management Activity API documentation- https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference and came across a few queries. I hope someone can help clarify these: Maximum Volume of Data: What is the maximum volume of data (e.g., MB/GB per day) that we can retrieve using the Office 365 Management API for Microsoft Teams? Is there any specific limit documented? Filtering Logs by Workload: When sending requests to the Office 365 Management API, how can I fetch logs specific to Microsoft Teams? I tried applying the filter Workload: MicrosoftTeams in the request, but it also returned logs for other workloads. Below is the API URL I used for the request: https://manage.office.com/api/v1.0/<TENANT-ID>/activity/feed/audit/<contentID> I checked the documentation but couldn’t find specific guidance on these points. Can anyone provide insights or share examples of how to resolve these issues? Thank you in advance!60Views0likes2CommentsTeams Bot vs. Azure Bot
Hi, What is the differences between the Bot what you can setup on Teams' Development Portal and Azure Bots? Azure Bot's requires response group. But Bots from development portal seems to not requiring that. Is the development portal only way to setup such a bots, or should I be able to setup those bots from some other way as well?101Views0likes1Comment