From f2def50c5b61953efcc3f5816c4f43efc67bef32 Mon Sep 17 00:00:00 2001 From: v-preethah Date: Tue, 12 Nov 2024 18:42:36 +0530 Subject: [PATCH] Update distribute to publish --- msteams-platform/overview-solution.md | 2 +- msteams-platform/promote-app-adoption.md | 2 +- msteams-platform/sbs-api-msg-ext-ttk.yml | 2 +- msteams-platform/sbs-gs-bot.yml | 2 +- msteams-platform/sbs-gs-javascript.yml | 2 +- msteams-platform/sbs-gs-nodejs.yml | 2 +- msteams-platform/sbs-gs-spfx.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/msteams-platform/overview-solution.md b/msteams-platform/overview-solution.md index 9d5d7bb578f..9baab4007de 100644 --- a/msteams-platform/overview-solution.md +++ b/msteams-platform/overview-solution.md @@ -1,7 +1,7 @@ --- title: Teams solution for building apps author: heath-hamilton -description: Understand how to plan, design, build, extend to Microsoft 365, test, distribute, monetize, and integrate your app with Teams. +description: Understand how to plan, design, build, extend to Microsoft 365, test, publish, monetize, and integrate your app with Teams. ms.topic: overview ms.localizationpriority: high ms.date: 11/02/2021 diff --git a/msteams-platform/promote-app-adoption.md b/msteams-platform/promote-app-adoption.md index e4ccd526a97..d069396a821 100644 --- a/msteams-platform/promote-app-adoption.md +++ b/msteams-platform/promote-app-adoption.md @@ -323,7 +323,7 @@ To learn more about how your customers access the support information for your a ## Step 5: Track app adoption and usage using analytics -You build an app for millions of Teams users to achieve specific business or customer goals. For this purpose, you distribute it using the options available on the Teams Store versus a custom app. After the app is published, you'll want to measure how your app is performing in the real-world. You’d also want to guide the admins to measure their org-specific app usage. +You build an app for millions of Teams users to achieve specific business or customer goals. For this purpose, you publish it using the options available on the Teams Store versus a custom app. After the app is published, you'll want to measure how your app is performing in the real-world. You’d also want to guide the admins to measure their org-specific app usage. ### Track app usage in Partner Center diff --git a/msteams-platform/sbs-api-msg-ext-ttk.yml b/msteams-platform/sbs-api-msg-ext-ttk.yml index c9aaea72108..2f1cc08424a 100644 --- a/msteams-platform/sbs-api-msg-ext-ttk.yml +++ b/msteams-platform/sbs-api-msg-ext-ttk.yml @@ -38,7 +38,7 @@ items: |[Microsoft Edge](https://www.microsoft.com/edge/) (recommended) or [Google Chrome](https://www.google.com/chrome/) | A browser with developer tools. | |[Visual Studio Code](https://code.visualstudio.com/download) | JavaScript, TypeScript, or SharePoint Framework (SPFx) build environments. Use version 1.55 or later. | |[Microsoft 365 developer account](concepts/build-and-test/prepare-your-o365-tenant.md)| Access to Teams account with the appropriate permissions to install an app. | - | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and distribute your Teams app to your organization or the Microsoft Teams Store. | + | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and publish your Teams app to your organization or the Microsoft Teams Store. | |OpenAPI Description (OAD) document| A document that describes the capabilities of your API. For more information, see [OpenAPI Description](https://learn.openapis.org/specification/structure.html).| ## Prepare development environment diff --git a/msteams-platform/sbs-gs-bot.yml b/msteams-platform/sbs-gs-bot.yml index 1baa27ef16b..4f1b9942e32 100644 --- a/msteams-platform/sbs-gs-bot.yml +++ b/msteams-platform/sbs-gs-bot.yml @@ -46,7 +46,7 @@ items: |   | [Azure Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) and [Azure CLI](/cli/azure/install-azure-cli) | Azure tools to access stored data or to deploy a cloud-based backend for your Teams app in Azure. | |   | [React Developer Tools for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) OR [React Developer Tools for Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil) | A browser DevTools extension for the open-source React JavaScript library. | |   | [Microsoft Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) | Microsoft Graph Explorer, a browser-based tool that lets you run a query from Microsoft Graph data. | - |   | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and distribute your Teams app including to your organization or the Microsoft Teams Store. | + |   | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and publish your Teams app including to your organization or the Microsoft Teams Store. | > [!TIP] diff --git a/msteams-platform/sbs-gs-javascript.yml b/msteams-platform/sbs-gs-javascript.yml index 1504e605cd6..24ce54cfd52 100644 --- a/msteams-platform/sbs-gs-javascript.yml +++ b/msteams-platform/sbs-gs-javascript.yml @@ -49,7 +49,7 @@ items: |   | [Azure Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) and [Azure CLI](/cli/azure/install-azure-cli) | Azure tools to access stored data or to deploy a cloud-based backend for your Teams app in Azure. | |   | [React Developer Tools for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) OR [React Developer Tools for Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil) | A browser DevTools extension for the open-source React JavaScript library. | |   | [Microsoft Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) | Microsoft Graph Explorer, a browser-based tool that lets you run a query from Microsoft Graph data. | - |   | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and distribute your Teams app including to your organization or the Microsoft Teams Store. | + |   | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and publish your Teams app including to your organization or the Microsoft Teams Store. | > [!TIP] diff --git a/msteams-platform/sbs-gs-nodejs.yml b/msteams-platform/sbs-gs-nodejs.yml index 869b0ccc5c3..07ca5f5afca 100644 --- a/msteams-platform/sbs-gs-nodejs.yml +++ b/msteams-platform/sbs-gs-nodejs.yml @@ -46,7 +46,7 @@ items: |   | [Azure Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) and [Microsoft Azure CLI](/cli/azure/install-azure-cli) | Azure tools to access stored data or to deploy a cloud-based backend for your Teams app in Azure. | |   | [React Developer Tools for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) OR [React Developer Tools for Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil) | Browser tools for tabs development with JavaScript. | |   | [Microsoft Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) | Microsoft Graph Explorer, a browser-based tool that lets you run a query from Microsoft Graph data. | - |   | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and distribute your Teams app including to your organization or the Microsoft Teams Store. | + |   | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and publish your Teams app including to your organization or the Microsoft Teams Store. | |   | **Visual Studio Code Extensions** |   | |   | [Azure Functions Core Tools](/azure/azure-functions/functions-run-local) | Backend components locally during a local debug run, including the authentication helpers required when running your services in Azure. It's installed within the project directory (using the npm `devDependencies`). | |   | [.NET SDK](/dotnet/core/install/) | Customized bindings for local debugging and Azure Functions app deployments. If you haven't installed the .NET 3.1 (or later) SDK globally, the portable version can be installed. | diff --git a/msteams-platform/sbs-gs-spfx.yml b/msteams-platform/sbs-gs-spfx.yml index dceb9f878dc..a2bf62effad 100644 --- a/msteams-platform/sbs-gs-spfx.yml +++ b/msteams-platform/sbs-gs-spfx.yml @@ -40,7 +40,7 @@ items: |   | [Microsoft Edge](https://www.microsoft.com/edge) (recommended) or [Google Chrome](https://www.google.com/chrome/) | A browser with developer tools. | | **Optional** |   |   | |   | [Microsoft Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) | Microsoft Graph Explorer, a browser-based tool that lets you run a query from Microsoft Graph data. | - |   | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and distribute your Teams app including to your organization or the Microsoft Teams Store. | + |   | [Developer Portal for Teams](https://dev.teams.microsoft.com/) | Web-based portal to configure, manage, and publish your Teams app including to your organization or the Microsoft Teams Store. | > [!TIP] > If you work with Microsoft Graph data, you should learn about and bookmark the Microsoft Graph Explorer. This browser-based tool allows you to query Microsoft Graph outside of an app.