Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion samples/TeamsSDK/bot-ai-messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,16 @@ Once provisioning completes, start your bot - the sample will pick up the creden

> **Tip**: Using an AI coding assistant (GitHub Copilot CLI, Claude Code, Cursor, VS Code)? Install the [`teams-dev` agent skill](https://microsoft.github.io/teams-sdk/developer-tools/agent-skills) to drive these CLI steps from natural language - your assistant runs the right commands, manages credentials, and guides you through bot registration end-to-end.

## Troubleshooting
# Teams SDK Troubleshooting

If you encounter errors you believe exists in Teams SDK, you can file an issue in GitHub for the langauge in which you encountered the issue
- [C#](https://github.com/microsoft/teams.net/issues/new/choose)
- [TypeScript](https://github.com/microsoft/teams.ts/issues/new/choose)
- [Python](https://github.com/microsoft/teams.py/issues/new/choose)

You can file general issues that exists across all SDK langauges [here](https://github.com/microsoft/teams-sdk/issues/new/choose)

## General Troubleshooting

- If Teams cannot communicate with your bot, verify your DevTunnels URL is reachable.
- Ensure your `.env` or `appsettings.json` file is set up correctly.
Expand Down
11 changes: 10 additions & 1 deletion samples/TeamsSDK/bot-attachments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,16 @@ Once provisioning completes, start your bot - the sample will pick up the creden

> **Tip**: Using an AI coding assistant (GitHub Copilot CLI, Claude Code, Cursor, VS Code)? Install the [`teams-dev` agent skill](https://microsoft.github.io/teams-sdk/developer-tools/agent-skills) to drive these CLI steps from natural language - your assistant runs the right commands, manages credentials, and guides you through bot registration end-to-end.

## Troubleshooting
# Teams SDK Troubleshooting

If you encounter errors you believe exists in Teams SDK, you can file an issue in GitHub for the langauge in which you encountered the issue
- [C#](https://github.com/microsoft/teams.net/issues/new/choose)
- [TypeScript](https://github.com/microsoft/teams.ts/issues/new/choose)
- [Python](https://github.com/microsoft/teams.py/issues/new/choose)

You can file general issues that exists across all SDK langauges [here](https://github.com/microsoft/teams-sdk/issues/new/choose)

## General Troubleshooting

- If Teams cannot communicate with your bot, verify your DevTunnels URL is reachable.
- Ensure your `.env` or `appsettings.json` file is set up correctly.
Expand Down
16 changes: 12 additions & 4 deletions samples/TeamsSDK/bot-auth-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,15 +396,23 @@ For Python:
```bash
python main.py
```
# Teams SDK Troubleshooting

## Troubleshooting
If you encounter errors you believe exists in Teams SDK, you can file an issue in GitHub for the langauge in which you encountered the issue
- [C#](https://github.com/microsoft/teams.net/issues/new/choose)
- [TypeScript](https://github.com/microsoft/teams.ts/issues/new/choose)
- [Python](https://github.com/microsoft/teams.py/issues/new/choose)

- If Teams cannot communicate with your bot, verify your DevTunnels URL is reachable
- Ensure your configuration file (`.env`, `appsettings.json`) is set up correctly
You can file general issues that exists across all SDK langauges [here](https://github.com/microsoft/teams-sdk/issues/new/choose)

## General Troubleshooting

- If Teams cannot communicate with your bot, verify your DevTunnels URL is reachable.
- Ensure your `.env` or `appsettings.json` file is set up correctly.
- Use the Channels UI in Azure Bot Service in the Azure Portal to see detailed endpoint errors.
- Verify that `"token.botframework.com"` is included in `validDomains` in your manifest.json
- For OAuth issues, confirm your Azure AD app registration has the correct redirect URIs
- Check that admin consent has been granted for the required Graph API permissions
- Use the Channels UI in Azure Bot Service in the Azure Portal to see detailed endpoint errors

### Enabling Verbose Logs

Expand Down
11 changes: 10 additions & 1 deletion samples/TeamsSDK/bot-cards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,16 @@ Once provisioning completes, start your bot - the sample will pick up the creden

> **Tip**: Using an AI coding assistant (GitHub Copilot CLI, Claude Code, Cursor, VS Code)? Install the [`teams-dev` agent skill](https://microsoft.github.io/teams-sdk/developer-tools/agent-skills) to drive these CLI steps from natural language - your assistant runs the right commands, manages credentials, and guides you through bot registration end-to-end.

## Troubleshooting
# Teams SDK Troubleshooting

If you encounter errors you believe exists in Teams SDK, you can file an issue in GitHub for the langauge in which you encountered the issue
- [C#](https://github.com/microsoft/teams.net/issues/new/choose)
- [TypeScript](https://github.com/microsoft/teams.ts/issues/new/choose)
- [Python](https://github.com/microsoft/teams.py/issues/new/choose)

You can file general issues that exists across all SDK langauges [here](https://github.com/microsoft/teams-sdk/issues/new/choose)

## General Troubleshooting

- If Teams cannot communicate with your bot, verify your DevTunnels URL is reachable.
- Ensure your `.env` or `appsettings.json` file is set up correctly.
Expand Down
16 changes: 13 additions & 3 deletions samples/TeamsSDK/bot-meetings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,20 @@ Once the bot is running and added to Teams, you can interact with it in meetings
- Request and view meeting transcripts
- Use adaptive cards to interact with meeting data

## Troubleshooting
# Teams SDK Troubleshooting

- If Teams cannot communicate with your bot, verify your tunnel URL is reachable
- Ensure your `.env` or `appsettings.json` file is set up correctly
If you encounter errors you believe exists in Teams SDK, you can file an issue in GitHub for the langauge in which you encountered the issue
- [C#](https://github.com/microsoft/teams.net/issues/new/choose)
- [TypeScript](https://github.com/microsoft/teams.ts/issues/new/choose)
- [Python](https://github.com/microsoft/teams.py/issues/new/choose)

You can file general issues that exists across all SDK langauges [here](https://github.com/microsoft/teams-sdk/issues/new/choose)

## General Troubleshooting

- If Teams cannot communicate with your bot, verify your DevTunnels URL is reachable.
- Ensure your `.env` or `appsettings.json` file is set up correctly.
- Use the Channels UI in Azure Bot Service in the Azure Portal to see detailed endpoint errors.
- Verify that admin consent has been granted for the required Graph API permissions
- Check that the application access policy has been configured correctly for your user
- Confirm that Meeting event subscriptions are enabled in the bot registration (in the [Teams Developer Portal](https://dev.teams.microsoft.com), under **Tools** -> **Bot management** -> your bot)
Expand Down
11 changes: 10 additions & 1 deletion samples/TeamsSDK/bot-message-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,16 @@ Once provisioning and manifest configuration are complete, start your bot and si

> **Tip**: Using an AI coding assistant (GitHub Copilot CLI, Claude Code, Cursor, VS Code)? Install the [`teams-dev` agent skill](https://microsoft.github.io/teams-sdk/developer-tools/agent-skills) to drive the CLI provisioning and manifest steps from natural language - your assistant runs the right commands, manages credentials, and guides you through bot registration end-to-end.

## Troubleshooting
# Teams SDK Troubleshooting

If you encounter errors you believe exists in Teams SDK, you can file an issue in GitHub for the langauge in which you encountered the issue
- [C#](https://github.com/microsoft/teams.net/issues/new/choose)
- [TypeScript](https://github.com/microsoft/teams.ts/issues/new/choose)
- [Python](https://github.com/microsoft/teams.py/issues/new/choose)

You can file general issues that exists across all SDK langauges [here](https://github.com/microsoft/teams-sdk/issues/new/choose)

## General Troubleshooting

- If Teams cannot communicate with your bot, verify your DevTunnels URL is reachable.
- Ensure your `.env` or `appsettings.json` file is set up correctly.
Expand Down
11 changes: 10 additions & 1 deletion samples/TeamsSDK/bot-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,16 @@ Once provisioning completes, start your bot - the sample will pick up the creden

> **Tip**: Using an AI coding assistant (GitHub Copilot CLI, Claude Code, Cursor, VS Code)? Install the [`teams-dev` agent skill](https://microsoft.github.io/teams-sdk/developer-tools/agent-skills) to drive these CLI steps from natural language - your assistant runs the right commands, manages credentials, and guides you through bot registration end-to-end.

## Troubleshooting
# Teams SDK Troubleshooting

If you encounter errors you believe exists in Teams SDK, you can file an issue in GitHub for the langauge in which you encountered the issue
- [C#](https://github.com/microsoft/teams.net/issues/new/choose)
- [TypeScript](https://github.com/microsoft/teams.ts/issues/new/choose)
- [Python](https://github.com/microsoft/teams.py/issues/new/choose)

You can file general issues that exists across all SDK langauges [here](https://github.com/microsoft/teams-sdk/issues/new/choose)

## General Troubleshooting

- If Teams cannot communicate with your bot, verify your DevTunnels URL is reachable.
- Ensure your `.env` or `appsettings.json` file is set up correctly.
Expand Down
11 changes: 10 additions & 1 deletion samples/TeamsSDK/bot-task-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,16 @@ Once provisioning completes, start your bot - the sample will pick up the creden

> **Tip**: Using an AI coding assistant (GitHub Copilot CLI, Claude Code, Cursor, VS Code)? Install the [`teams-dev` agent skill](https://microsoft.github.io/teams-sdk/developer-tools/agent-skills) to drive these CLI steps from natural language - your assistant runs the right commands, manages credentials, and guides you through bot registration end-to-end.

## Troubleshooting
# Teams SDK Troubleshooting

If you encounter errors you believe exists in Teams SDK, you can file an issue in GitHub for the langauge in which you encountered the issue
- [C#](https://github.com/microsoft/teams.net/issues/new/choose)
- [TypeScript](https://github.com/microsoft/teams.ts/issues/new/choose)
- [Python](https://github.com/microsoft/teams.py/issues/new/choose)

You can file general issues that exists across all SDK langauges [here](https://github.com/microsoft/teams-sdk/issues/new/choose)

## General Troubleshooting

- If Teams cannot communicate with your bot, verify your DevTunnels URL is reachable.
- Ensure your `.env` or `appsettings.json` file is set up correctly.
Expand Down
Loading