Deep linking

Sample code for Microsoft Teams application with SSO, Bots, Messaging extensions and other capabilities.

Deep linking

Summary

This sample is an enhancement of the personal tab created from using the core teams application built over the course of labs A01-A03.

In this sample, the student gets to explore deep linking in Microsoft Teams.

Copy the url to a particular order in My orders tab of the user.

This link can then be shared via chat or email. Another user can open this url to view the order details in their own personal tab.

open deep link

Version history

Version Date Author Comments
1.0 March 2022 Rabia Williams Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

Features

User can share an order’s link with their colleagues through email or chat.

This link will directly take them to a personal tab with the order information displayed.

Debug and test locally

TBD