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 <noreply@anthropic.com>
This commit is contained in:
Aamir Jawaid 2026-05-01 00:43:47 +00:00 committed by Teknium
parent a5d60f42ee
commit d5e72ae17f

View file

@ -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/<teamsAppId>?installAppPackage=true&appTenantId=<tenantId>
```
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.
---