Skip to content
Open
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
2 changes: 1 addition & 1 deletion msteams-platform/concepts/build-and-test/apps-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can create an app and configure the app manifest through one of the followin

You can add bot, tab, message extensions, and other capabilities to your app by updating the app manifest with the required app capability. For more information, see [build app with app capabilities](../../get-started/get-started-overview.md#build-your-first-teams-app).

When you publish your app to the Microsoft Teams Store, ensure your app manifest references to the latest [app manifest schema](/microsoft-365/extensibility/schema/). For sample app manifest, see [Hello world sample app](https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/app-hello-world/csharp/demo-manifest/app-hello-world.zip).
When you publish your app to the Microsoft Teams Store, ensure your app manifest references to the latest [app manifest schema](/microsoft-365/extensibility/schema/).

## App icons

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Configure default options for your app
description: Learn how to specify your Teams app's default install options, default capability for shared scopes, default landing capability for personal tab and bot apps, and block apps by default.
ms.topic: how-to
ms.localizationpriority: medium
ms.date: 03/05/2025
ms.date: 04/13/2026
---
# Configure default options for Teams app

Expand Down Expand Up @@ -336,9 +336,9 @@ If you don't want your app to be blocked by default, update the `defaultBlockUnt

## Code sample

|**Sample name** | **Description** | **.NET** | **Node.js** | **Manifest**|
|**Sample name** | **Description** | **.NET** | **Node.js** | **Python**|
|----------------|-----------------|--------------|----------------|-----------|
| Hello world | A Microsoft Teams Hello World sample app built with .NET/C# that demonstrates essential features like tabs, bots, and messaging extensions for seamless interaction within the Teams environment. | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/app-hello-world/csharp) | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/app-hello-world/nodejs) | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/app-hello-world/csharp/demo-manifest/app-hello-world.zip)|
| Bot Quickstart | This sample demonstrates how to handle various bot conversation events in Microsoft Teams. | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/TeamsSDK/bot-quickstart/dotnet/bot-quickstart) | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/TeamsSDK/bot-quickstart/nodejs/bot-quickstart) | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/TeamsSDK/bot-quickstart/python/bot-quickstart) |

## Next step

Expand Down
6 changes: 3 additions & 3 deletions msteams-platform/tabs/how-to/tabs-in-sharepoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Integrate Teams Tab to SharePoint
description: Learn about SharePoint web parts and how to add and deploy your existing Teams tab to SharePoint as a SharePoint Framework web part using code samples.
ms.localizationpriority: medium
ms.topic: conceptual
ms.date: 12/11/2024
ms.date: 04/13/2026
---

# Add Teams tab to SharePoint
Expand Down Expand Up @@ -48,7 +48,7 @@ With SPFx, you can host your Teams tabs directly in SharePoint that provides a f

:::image type="content" source="../../assets/images/tabs/tabs-in-sharepoint/custom-tab-add-to-team.png" alt-text="Screenshot of the app details dialog to add the sample app to Teams.":::

1. Select **Open** to open the app in personal scope.
1. Select **Open** to open the app in personal scope.

Alternatively, you can either search and select the required scope or select a channel or meeting from the list, and move through the dialog to select **Go**.

Expand Down Expand Up @@ -111,7 +111,7 @@ After you publish your page, explore [single part app pages in SharePoint](/shar

| **Sample name** | **Description** | **SPFx** |
|-----------------|-----------------|----------|
| SPFx web part | A Microsoft Teams Hello World sample app built with .NET/C# that demonstrates essential features like tabs, bots, and message extensions for seamless interaction within the Teams environment. | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/app-hello-world/csharp/) |
| SPFx web part | A Microsoft Teams Hello World sample app built with .NET/C# that demonstrates essential features like tabs, bots, and message extensions for seamless interaction within the Teams environment. | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/TeamsJS/tab-channel-group/spfx) |

## See also

Expand Down