Teams Tabs App
3 TopicsDisplay "unread" message count on badge in Teams tab application
Hi, We are giving chat options in Teams through a custom Tab app. Whenever i get new message in my Tab app, I would like to display the number of unread messages as a badge on the icon of the Tab app, just like the unread count in a Team channel, so the user doens't have to actively check the page, but is informed of new things to do through the badge. I can't find a method on how to make this possible. Anyone can help me out? Is it even possible for a custom tab app?5.5KViews0likes3CommentsDefine Navigation and Notifications for a Multi-dashboard SaaS Web App Integrated into Teams
We are developing a SaaS web application with three primary dashboards: a Marketplace Dashboard, a Buyer Dashboard, and a Supplier Dashboard. Our target customers are businesses, which will have multiple users under a single subscription. In our onboarding process, the first user who registers becomes the "Org Admin," who can then invite additional users and assign them roles within the application. Unlike traditional setups where a business needs to register separate accounts to act as a Buyer or Supplier, our application allows businesses to operate as both from a single account. In our standalone web app, we handle navigation to these different dashboards through a dropdown menu under the User Avatar in the application header. This header also has a notification button to display real-time notifications. We are looking to extend this application into a Microsoft Teams personal app and are facing two main challenges: Navigation: What are the best practices or available methods for navigating between multiple dashboards (Marketplace, Buyer, Supplier) within Microsoft Teams? Notifications: Can we display our application-specific notifications in the Teams Activity Feed? If so, how can we accomplish this, given that our notifications may work differently than standard Teams notifications?865Views0likes5CommentsHow to deploy the customized functions version Microsoft Teams Emergency Operations Center (TEOC)
HI Teams: I got Teams tabs app sample for Microsoft Teams Emergency Operations Center (TEOC) app from GitHub. https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/ I published this Teams tabs app to my organization's Teams following the deployment instructions and it worked fine. After it is deployed, the resources shown in the figure below will be created in Azure. Later, I developed some customized functions for this Teams tabs app. May I ask how to deploy the developed customized version to the Azure App Service used by the Teams tabs app? Thanks!1.5KViews0likes6Comments