diff --git a/msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md b/msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md index 7759662c273..80143223e5d 100644 --- a/msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md +++ b/msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md @@ -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 @@ -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**. @@ -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) diff --git a/msteams-platform/m365-apps/build-actions-in-m365.md b/msteams-platform/m365-apps/build-actions-in-m365.md index ebf316d3b40..bd193200e53 100644 --- a/msteams-platform/m365-apps/build-actions-in-m365.md +++ b/msteams-platform/m365-apps/build-actions-in-m365.md @@ -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 @@ -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"]