docs(teams): use teams app get --install-link for Step 6

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Aamir Jawaid
2026-04-30 19:43:32 -07:00
committed by Teknium
co-authored by Claude Sonnet 4.6
parent 67f1198ba9
commit 1e5a23fa64
+5 -1
View File
@@ -111,7 +111,11 @@ Look for:
## Step 6: Install the App in Teams
Open the **Install in Teams** link printed by `teams app create` in Step 3 — it opens directly in the Teams client. After installing, send a direct message to your bot — it's ready.
```bash
teams app get <teamsAppId> --install-link
```
Open the printed link in your browser — it opens directly in the Teams client. After installing, send a direct message to your bot — it's ready.
---