Query Details
//This will produce results to show when links have been created in Teams chats and channels. Will not show actual link, though. Still working on that.
OfficeActivity
| where OfficeWorkload =~ "MicrosoftTeams"
| where Operation in ("MessageCreatedHasLink", "MessageEditedHasLink")
This query is looking for activities in Microsoft Teams where links have been created in chats and channels. However, it does not display the actual links yet.

Rod Trent
Released: June 25, 2021
Tables
Keywords
Operators