From d5e72ae17fd2081d5dd30ef4673b6d4075d00777 Mon Sep 17 00:00:00 2001 From: Aamir Jawaid Date: Fri, 1 May 2026 00:43:47 +0000 Subject: [PATCH] docs(teams): fix CLI install tag and Step 6 install flow - Keep @preview tag for teams CLI - Step 3: note client secret won't be shown again - Step 6: just open the Install in Teams link from teams app create output Co-Authored-By: Claude Sonnet 4.6 --- website/docs/user-guide/messaging/teams.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/website/docs/user-guide/messaging/teams.md b/website/docs/user-guide/messaging/teams.md index a409ef607d..2b3cb7ed1a 100644 --- a/website/docs/user-guide/messaging/teams.md +++ b/website/docs/user-guide/messaging/teams.md @@ -111,13 +111,7 @@ Look for: ## Step 6: Install the App in Teams -Open the **Install in Teams** link printed by `teams app create` in Step 3: - -``` -https://teams.microsoft.com/l/app/?installAppPackage=true&appTenantId= -``` - -After installing, open Microsoft Teams and send a direct message to your bot — it's ready. +Open the **Install in Teams** link printed by `teams app create` in Step 3. After installing, open Microsoft Teams and send a direct message to your bot — it's ready. ---