Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Get Started - Actions in Microsoft 365
description: In this article, learn how to build and run the sample app for Actions in Microsoft 365 using Microsoft 365 Agents Toolkit in Visual Studio Code, its functions and use cases.
ms.date: 03/16/2026
ms.date: 04/15/2026
ms.author: mosdevdocs
author: v-preethah
ms.topic: quickstart
Expand All @@ -24,7 +24,7 @@ Get started with Actions in Microsoft 365, which helps integrate an app into the

Let's learn how to build and run a sample app in your local environment. You'll use Microsoft 365 Agents Toolkit (previously known as Teams Toolkit) for Visual Studio Code to setup and upload the application to your tenant. Let’s get started!

1. Go to the [sample](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/TeamsJS/m365-actions-preview/nodejs).
1. Go to the [sample](https://github.com/OfficeDev/Microsoft-Teams-Samples).

1. Select **Code**.

Expand Down Expand Up @@ -55,5 +55,3 @@ You can try your Actions in the Microsoft 365 home page, right-click a Word, Exc
:::image type="content" source="images/actions-context-menu.png" alt-text="The screenshot shows the actions in context menu.":::

[!INCLUDE [m365-app-rename](~/includes/m365-app-rename.md)]

If you want to run Actions in the Microsoft 365 on Azure, see [sample.](https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/TeamsJS/m365-actions-preview/nodejs/README.md#optional-deploy-the-app-to-azure)
8 changes: 1 addition & 7 deletions msteams-platform/m365-apps/build-actions-in-m365.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Create Actions in Microsoft 365
description: Learn how to build Actions, configure app manifest, retrieve Actions information through context object, access content through Graph API, preinstall Actions.
ms.date: 03/16/2026
ms.date: 04/15/2026
author: v-preethah
ms.topic: conceptual
ms.subservice: m365apps
Expand Down Expand Up @@ -134,12 +134,6 @@ To use an app with Actions in your tenant, an admin must upload the app package

Follow instructions to preinstall your app for entire organization or user groups within your tenant.

## Code sample

| **Sample name** | **Description** |**Node.js** |
|-----------------|-----------------|----------------|
| Actions in Microsoft 365 apps | This sample demonstrates how to build Teams apps using Actions in the Microsoft 365 app to streamline task management and enhance productivity by minimizing context switching. | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/TeamsJS/m365-actions-preview/nodejs)|

## Next step

> [!div class="nextstepaction"]
Expand Down