From ef91a35dcd3221287e852502e170e38b02e0a0f0 Mon Sep 17 00:00:00 2001 From: Ning Tang Date: Tue, 29 Oct 2024 16:18:50 +0800 Subject: [PATCH] fix: rename cli in readme --- NPM-search-connector-M365/README.md | 4 ++-- NPM-search-connector-M365/cli.md | 2 +- .../README.md | 4 ++-- README_template.md | 2 +- adaptive-card-notification/README.md | 4 ++-- adaptive-card-notification/cli.md | 4 ++-- bot-sso-docker/README.md | 8 ++++---- bot-sso-docker/cli.md | 4 ++-- bot-sso/README.md | 8 ++++---- command-bot-with-sso/README.md | 8 ++++---- developer-assist-dashboard/README.md | 4 ++-- developer-assist-dashboard/cli.md | 4 ++-- graph-connector-app/README.md | 2 +- graph-connector-bot/README.md | 2 +- graph-toolkit-contact-exporter/README.md | 8 ++++---- graph-toolkit-one-productivity-hub/README.md | 8 ++++---- hello-world-bot-with-tab/README.md | 8 ++++---- hello-world-in-meeting/README.md | 2 +- hello-world-tab-codespaces/README.md | 4 ++-- hello-world-tab-docker/README.md | 8 ++++---- hello-world-tab-docker/api/README.md | 16 ++++++++-------- hello-world-tab-docker/cli.md | 4 ++-- hello-world-tab-with-backend/README.md | 8 ++++---- hello-world-tab-with-backend/api/README.md | 18 +++++++++--------- hello-world-tab-with-backend/cli.md | 4 ++-- .../README.md | 10 +++++----- intelligent-data-chart-generator/README.md | 4 ++-- intelligent-data-chart-generator/cli.md | 4 ++-- live-share-dice-roller/README.md | 2 +- notification-codespaces/README.md | 4 ++-- .../README.md | 2 +- react-retail-dashboard/README.md | 4 ++-- react-retail-dashboard/cli.md | 4 ++-- share-now/README.md | 4 ++-- share-now/cli.md | 4 ++-- spfx-productivity-dashboard/README.md | 4 ++-- spfx-productivity-dashboard/cli.md | 4 ++-- sso-enabled-tab-via-apim-proxy/README.md | 2 +- stocks-update-notification-bot/README.md | 2 +- team-central-dashboard/README.md | 4 ++-- team-central-dashboard/cli.md | 4 ++-- todo-list-SPFx/README.md | 4 ++-- todo-list-SPFx/cli.md | 4 ++-- todo-list-with-Azure-backend-M365/README.md | 4 ++-- todo-list-with-Azure-backend-M365/cli.md | 2 +- todo-list-with-Azure-backend/README.md | 4 ++-- todo-list-with-Azure-backend/cli.md | 4 ++-- 47 files changed, 116 insertions(+), 116 deletions(-) diff --git a/NPM-search-connector-M365/README.md b/NPM-search-connector-M365/README.md index 202701f9..03a69447 100644 --- a/NPM-search-connector-M365/README.md +++ b/NPM-search-connector-M365/README.md @@ -24,10 +24,10 @@ NPM Search Connector is a Message Extension that allows you to perform a quick s - [Node.js](https://nodejs.org/), supported versions: 16, 18 - An [Azure subscription](https://azure.microsoft.com/en-us/free/) - [Set up your dev environment for extending Teams apps across Microsoft 365](https://aka.ms/teamsfx-m365-apps-prerequisites) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome -> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try the Sample with TeamsFx CLI](cli.md) +> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try the Sample with Teams Toolkit CLI](cli.md) ### Run the app locally 1. Clone the repo to your local workspace or directly download the source code. diff --git a/NPM-search-connector-M365/cli.md b/NPM-search-connector-M365/cli.md index bf8065be..1242bec6 100644 --- a/NPM-search-connector-M365/cli.md +++ b/NPM-search-connector-M365/cli.md @@ -1,5 +1,5 @@ ## Minimal path to awesome -1. Install TeamsFx CLI using the npm package manager: +1. Install Teams Toolkit CLI using the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/NPM-search-message-extension-codespaces/README.md b/NPM-search-message-extension-codespaces/README.md index 480948ad..d3f10320 100644 --- a/NPM-search-message-extension-codespaces/README.md +++ b/NPM-search-message-extension-codespaces/README.md @@ -34,7 +34,7 @@ Search based message extensions allow you to query your service and post that in 1. Sign into Azure by clicking the `Sign in to Azure` under the `ACCOUNTS` section from sidebar. 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp auth login azure`. 1. Run command: `teamsapp provision --env dev`. 1. Run command: `teamsapp deploy --env dev`. @@ -42,7 +42,7 @@ Search based message extensions allow you to query your service and post that in ### Preview the app in Teams - From VS Code: 1. Open the `Run and Debug Activity` Panel. Select `Launch Remote (Codespaces)` from the launch configuration drop-down. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ## Version History diff --git a/README_template.md b/README_template.md index bdca53ae..c0005bb8 100644 --- a/README_template.md +++ b/README_template.md @@ -19,7 +19,7 @@ the gif contains only major steps of using the app, keep the gif short. ## Prerequisite to use this sample - NodeJS version XX - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit for VS Code](https://aka.ms/teams-toolkit) or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit for VS Code](https://aka.ms/teams-toolkit) or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome diff --git a/adaptive-card-notification/README.md b/adaptive-card-notification/README.md index c11e6772..854c57ab 100644 --- a/adaptive-card-notification/README.md +++ b/adaptive-card-notification/README.md @@ -25,11 +25,11 @@ Adaptive Card Notification provides an easy way to send notification in Teams. T ## Prerequisite to use this sample - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) - An [Azure subscription](https://azure.microsoft.com/en-us/free/) ## Minimal path to awesome ->Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try the Sample with TeamsFx CLI](cli.md) +>Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try the Sample with Teams Toolkit CLI](cli.md) ### Run the app locally 1. Clone the repo to your local workspace or directly download the source code. diff --git a/adaptive-card-notification/cli.md b/adaptive-card-notification/cli.md index f21110a4..9fad94e0 100644 --- a/adaptive-card-notification/cli.md +++ b/adaptive-card-notification/cli.md @@ -1,7 +1,7 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 16.x) -1. To install the TeamsFx CLI, use the npm package manager: +1. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/bot-sso-docker/README.md b/bot-sso-docker/README.md index 33a0fcf6..11acb55b 100644 --- a/bot-sso-docker/README.md +++ b/bot-sso-docker/README.md @@ -30,7 +30,7 @@ This is a sample chatbot application running in Docker container. It demonstrate - [Docker Engine](https://docs.docker.com/engine/install/) - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teamsfx-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teamsfx-toolkit-cli) - [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) for Azure Container Apps deployment ## Containerization of Teams App @@ -55,7 +55,7 @@ This sample demonstrate how to containerize a Teams App and integrate the Docker - From VS Code: 1. hit `F5` to start debugging. Alternatively open the `Run and Debug Activity` Panel and select `Debug (Edge)` or `Debug (Chrome)`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Install [dev tunnel cli](https://aka.ms/teamsfx-install-dev-tunnel). 1. Login with your M365 Account using the command `devtunnel user login` . 1. Start your local tunnel service by running the command `devtunnel host -p 3978 --protocol http --allow-anonymous` . @@ -76,7 +76,7 @@ This sample demonstrate how to containerize a Teams App and integrate the Docker 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Login Azure CLI with commands: `az login` and `az account set -s `. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp account login azure` . 1. Run command: `teamsapp provision --env dev` . 1. Run command: `az login` . @@ -86,7 +86,7 @@ This sample demonstrate how to containerize a Teams App and integrate the Docker - From VS Code: 1. Open the `Run and Debug Activity` Panel. Select `Launch Remote (Edge)` or `Launch Remote (Chrome)` from the launch configuration drop-down. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ## Further reading diff --git a/bot-sso-docker/cli.md b/bot-sso-docker/cli.md index 183d1a37..ecc7c706 100644 --- a/bot-sso-docker/cli.md +++ b/bot-sso-docker/cli.md @@ -1,7 +1,7 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/download/) -1. To install the TeamsFx CLI, use the npm package manager: +1. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/bot-sso/README.md b/bot-sso/README.md index 7a3716a9..662b5c1c 100644 --- a/bot-sso/README.md +++ b/bot-sso/README.md @@ -27,7 +27,7 @@ This is a sample chatbot application demonstrating Single Sign-on using `botbuil ## Prerequisite to use this sample - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) > Note: If you are using node 20, you can add following snippet in package.json to remove the warning of incompatibility. (Related discussion: https://github.com/microsoft/botbuilder-js/issues/4550) ``` @@ -40,7 +40,7 @@ This is a sample chatbot application demonstrating Single Sign-on using `botbuil ### Run the app locally - From VS Code: 1. hit `F5` to start debugging. Alternatively open the `Run and Debug Activity` Panel and select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Install [dev tunnel cli](https://aka.ms/teamsfx-install-dev-tunnel). 1. Login with your M365 Account using the command `devtunnel user login`. 1. Start your local tunnel service by running the command `devtunnel host -p 3978 --protocol http --allow-anonymous`. @@ -58,7 +58,7 @@ This is a sample chatbot application demonstrating Single Sign-on using `botbuil 1. Sign into Azure by clicking the `Sign in to Azure` under the `ACCOUNTS` section from sidebar. 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp auth login azure`. 1. Run command: `teamsapp provision --env dev`. 1. Run command: `teamsapp deploy --env dev`. @@ -66,7 +66,7 @@ This is a sample chatbot application demonstrating Single Sign-on using `botbuil ### Preview the app in Teams - From VS Code: 1. Open the `Run and Debug Activity` Panel. Select `Launch Remote (Edge)` or `Launch Remote (Chrome)` from the launch configuration drop-down. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ## Version History diff --git a/command-bot-with-sso/README.md b/command-bot-with-sso/README.md index a840913a..6841f440 100644 --- a/command-bot-with-sso/README.md +++ b/command-bot-with-sso/README.md @@ -22,7 +22,7 @@ This is a simple command bot that implements single sign-on feature to retrieve - [Node.js](https://nodejs.org/) version 16, 18 - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome @@ -35,7 +35,7 @@ This is a simple command bot that implements single sign-on feature to retrieve 1. Open Debug View (`Ctrl+Shift+D`) and select "Debug in Teams (Edge)" or "Debug in Teams (Chrome)" in dropdown list. 1. Press "F5" to open a browser window and then select your package to view contact exporter sample app. -- From TeamsFx CLI +- From Teams Toolkit CLI 1. Install [dev tunnel cli](https://aka.ms/teamsfx-install-dev-tunnel). 1. Login with your M365 Account using the command `devtunnel user login`. 1. Start your local tunnel service by running the command `devtunnel host -p 3978 --protocol http --allow-anonymous`. @@ -58,7 +58,7 @@ This is a simple command bot that implements single sign-on feature to retrieve 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI +- From Teams Toolkit CLI 1. Run command: `teamsapp auth login azure`. 1. Run command: `teamsapp provision --env dev`. 1. Run command: `teamsapp deploy --env dev`. @@ -67,7 +67,7 @@ This is a simple command bot that implements single sign-on feature to retrieve - From VSCode: 1. Once deployment is completed, you can preview the APP running in Azure. In Visual Studio Code, open `Run and Debug` and select `Launch Remote (Edge)` or `Launch Remote (Chrome)` in the dropdown list and Press `F5` or green arrow button to open a browser. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ## Version History diff --git a/developer-assist-dashboard/README.md b/developer-assist-dashboard/README.md index 1a5fca3d..6ab0bea8 100644 --- a/developer-assist-dashboard/README.md +++ b/developer-assist-dashboard/README.md @@ -32,11 +32,11 @@ Developer Assist Dashboard shows you how to build a tab with Azure DevOps work i - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome -> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try the Sample with TeamsFx CLI](cli.md) +> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try the Sample with Teams Toolkit CLI](cli.md) ### Run the app locally diff --git a/developer-assist-dashboard/cli.md b/developer-assist-dashboard/cli.md index 925ae6d9..c82a5690 100644 --- a/developer-assist-dashboard/cli.md +++ b/developer-assist-dashboard/cli.md @@ -1,7 +1,7 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 16.x) -1. To install the TeamsFx CLI, use the npm package manager: +1. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/graph-connector-app/README.md b/graph-connector-app/README.md index 72d5704d..2733d52d 100644 --- a/graph-connector-app/README.md +++ b/graph-connector-app/README.md @@ -28,7 +28,7 @@ This sample app showcases how to build custom Graph Connector with Azure Functio - [Node.js](https://nodejs.org/), supported versions: 16, 18 - An [Azure subscription](https://azure.microsoft.com/en-us/free/) - A Microsoft 365 account. If you do not have Microsoft 365 account, apply one from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome diff --git a/graph-connector-bot/README.md b/graph-connector-bot/README.md index efca2850..10766e67 100644 --- a/graph-connector-bot/README.md +++ b/graph-connector-bot/README.md @@ -26,7 +26,7 @@ This sample app showcases how to build a Teams command bot that queries custom d - [Node.js](https://nodejs.org/), supported versions: 16, 18 - An [Azure subscription](https://azure.microsoft.com/en-us/free/) - An Microsoft 365 account with admin permission. If you do not have M365 account, apply one from [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome diff --git a/graph-toolkit-contact-exporter/README.md b/graph-toolkit-contact-exporter/README.md index 3daefdb5..8b8568df 100644 --- a/graph-toolkit-contact-exporter/README.md +++ b/graph-toolkit-contact-exporter/README.md @@ -28,7 +28,7 @@ Graph Toolkit Contact Exporter sample APP provides an easy way to export your te - [Node.js](https://nodejs.org/) version 16, 18 - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome @@ -41,7 +41,7 @@ Graph Toolkit Contact Exporter sample APP provides an easy way to export your te 1. Open Debug View (`Ctrl+Shift+D`) and select "Debug in Teams (Edge)" or "Debug in Teams (Chrome)" in dropdown list. 1. Press "F5" to open a browser window and then select your package to view contact exporter sample app. -- From TeamsFx CLI +- From Teams Toolkit CLI 1. Run command: `teamsapp provision --env local` . 1. Run command: `teamsapp deploy --env local` . 1. Run command: `teamsapp preview --env local` . @@ -56,7 +56,7 @@ Graph Toolkit Contact Exporter sample APP provides an easy way to export your te 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI +- From Teams Toolkit CLI 1. Run command: `teamsapp auth login azure`. 1. Run command: `teamsapp provision --env dev`. 1. Run command: `teamsapp deploy --env dev`. @@ -65,7 +65,7 @@ Graph Toolkit Contact Exporter sample APP provides an easy way to export your te - From VSCode: 1. Once deployment is completed, you can preview the APP running in Azure. In Visual Studio Code, open `Run and Debug` and select `Launch Remote (Edge)` or `Launch Remote (Chrome)` in the dropdown list and Press `F5` or green arrow button to open a browser. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ### Run the app locally with proxy diff --git a/graph-toolkit-one-productivity-hub/README.md b/graph-toolkit-one-productivity-hub/README.md index 5b4dbf9e..49ec8f7d 100644 --- a/graph-toolkit-one-productivity-hub/README.md +++ b/graph-toolkit-one-productivity-hub/README.md @@ -28,7 +28,7 @@ One Productivity Hub sample shows you how to build a tab for viewing your calend - [Node.js](https://nodejs.org/) version 16, 18 - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome @@ -41,7 +41,7 @@ One Productivity Hub sample shows you how to build a tab for viewing your calend 1. Open Debug View (`Ctrl+Shift+D`) and select "Debug in Teams (Edge)" or "Debug in Teams (Chrome)" in dropdown list. 1. Press "F5" to open a browser window and then select your package to view contact exporter sample app. -- From TeamsFx CLI +- From Teams Toolkit CLI 1. Run command: `teamsapp provision --env local` . 1. Run command: `teamsapp deploy --env local` . 1. Run command: `teamsapp preview --env local` . @@ -56,7 +56,7 @@ One Productivity Hub sample shows you how to build a tab for viewing your calend 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI +- From Teams Toolkit CLI 1. Run command: `teamsapp auth login azure`. 1. Run command: `teamsapp provision --env dev`. 1. Run command: `teamsapp deploy --env dev`. @@ -65,7 +65,7 @@ One Productivity Hub sample shows you how to build a tab for viewing your calend - From VSCode: 1. Once deployment is completed, you can preview the APP running in Azure. In Visual Studio Code, open `Run and Debug` and select `Launch Remote (Edge)` or `Launch Remote (Chrome)` in the dropdown list and Press `F5` or green arrow button to open a browser. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ## Advanced usage of this sample diff --git a/hello-world-bot-with-tab/README.md b/hello-world-bot-with-tab/README.md index aedd9efd..d012a252 100644 --- a/hello-world-bot-with-tab/README.md +++ b/hello-world-bot-with-tab/README.md @@ -12,7 +12,7 @@ This is a simple "Hello World" application that has both Bot and Tab capabilitie - [Node.js](https://nodejs.org/), supported versions: 16, 18 - An M365 account. If you do not have M365 account, apply one from [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome @@ -21,7 +21,7 @@ This is a simple "Hello World" application that has both Bot and Tab capabilitie - From VS Code: 1. hit `F5` to start debugging. Alternatively open the `Run and Debug Activity` Panel and select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Install [dev tunnel cli](https://aka.ms/teamsfx-install-dev-tunnel). 1. Login with your M365 Account using the command `devtunnel user login`. 1. Start your local tunnel service by running the command `devtunnel host -p 3978 --protocol http --allow-anonymous`. @@ -41,7 +41,7 @@ This is a simple "Hello World" application that has both Bot and Tab capabilitie 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp auth login azure`. 1. Run command: `teamsapp provision --env dev`. 1. Run command: `teamsapp deploy --env dev`. @@ -51,7 +51,7 @@ This is a simple "Hello World" application that has both Bot and Tab capabilitie - From VS Code: 1. Open the `Run and Debug Activity` Panel. Select `Launch Remote (Edge)` or `Launch Remote (Chrome)` from the launch configuration drop-down. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ## Advanced usage of this sample diff --git a/hello-world-in-meeting/README.md b/hello-world-in-meeting/README.md index 0c1fc367..84701b0b 100644 --- a/hello-world-in-meeting/README.md +++ b/hello-world-in-meeting/README.md @@ -28,7 +28,7 @@ This App helps to enable your apps for Teams meetings and configure the apps to - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) - Follow the instruction to [create a meeting in Teams](https://support.microsoft.com/en-us/office/create-a-meeting-in-teams-for-personal-and-small-business-use-eb571219-517b-49bf-afe1-4fff091efa85). Then in the Calendar you can find the meeting you just created. Double click the meeting will open the meeting details, and will enable the meeting app to be added in this meeting in later steps. ## Minimal path to awesome diff --git a/hello-world-tab-codespaces/README.md b/hello-world-tab-codespaces/README.md index 470b3a26..c4d53037 100644 --- a/hello-world-tab-codespaces/README.md +++ b/hello-world-tab-codespaces/README.md @@ -36,7 +36,7 @@ Hello World Tab shows you how to build a tab app without single sign on. 1. Sign into Azure by clicking the `Sign in to Azure` under the `ACCOUNTS` section from sidebar. 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp auth login azure`. 1. Run command: `teamsapp provision --env dev`. 1. Run command: `teamsapp deploy --env dev`. @@ -44,7 +44,7 @@ Hello World Tab shows you how to build a tab app without single sign on. ### Preview the app in Teams - From VS Code: 1. Open the `Run and Debug Activity` Panel. Select `Launch Remote (Codespaces)` from the launch configuration drop-down. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ## Version History diff --git a/hello-world-tab-docker/README.md b/hello-world-tab-docker/README.md index ad20bec8..d080cddb 100644 --- a/hello-world-tab-docker/README.md +++ b/hello-world-tab-docker/README.md @@ -31,7 +31,7 @@ Hello World Tab with Backend shows you how to build a tab app with an Azure Func - [Docker Engine](https://docs.docker.com/engine/install/) - A Microsoft 365 account. If you do not have Microsoft 365 account, apply one from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) - [Azure Cli](https://learn.microsoft.com/cli/azure/install-azure-cli) for Azure Container Apps deployment # Note @@ -66,7 +66,7 @@ This sample demonstrate how to containerize a Teams App and integrate the Docker - From VS Code: 1. hit `F5` to start debugging. Alternatively open the `Run and Debug Activity` Panel and select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp provision --env local` . 1. Run command: `docker compose -f ./docker-compose.yml up -d` . 1. Run command: `teamsapp preview --open-only` . @@ -79,7 +79,7 @@ This sample demonstrate how to containerize a Teams App and integrate the Docker 1. Login Azure CLI with commands: `az login` and `az account set -s ` . 1. Click `Deploy` or open the command palette and select: `Teams: Deploy` . -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp auth login azure` . 1. Run command: `teamsapp provision --env dev` . 1. Run command: `az login` . @@ -90,7 +90,7 @@ This sample demonstrate how to containerize a Teams App and integrate the Docker - From VS Code: 1. Open the `Run and Debug Activity` Panel. Select `Launch Remote (Edge)` or `Launch Remote (Chrome)` from the launch configuration drop-down. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ## Further reading diff --git a/hello-world-tab-docker/api/README.md b/hello-world-tab-docker/api/README.md index fd1891ea..b374a73d 100644 --- a/hello-world-tab-docker/api/README.md +++ b/hello-world-tab-docker/api/README.md @@ -6,11 +6,11 @@ Azure Functions are a great way to add server-side behaviors to any Teams applic - [Docker Engine](https://docs.docker.com/engine/install/) - A Microsoft 365 account. If you do not have Microsoft 365 account, apply one from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Develop -The Teams Toolkit IDE Extension and TeamsFx CLI provide template code for you to get started with Azure Functions for your Teams application. Microsoft Teams Framework simplifies the task of establishing the user's identity within the Azure Function. +The Teams Toolkit IDE Extension and Teams Toolkit CLI provide template code for you to get started with Azure Functions for your Teams application. Microsoft Teams Framework simplifies the task of establishing the user's identity within the Azure Function. The template handles calls from your Teams "custom tab" (client-side of your app), initializes the TeamsFx SDK to access the current user context, and demonstrates how to obtain a pre-authenticated Microsoft Graph Client. Microsoft Graph is the "data plane" of Microsoft 365 - you can use it to access content within Microsoft 365 in your company. With it you can read and write documents, SharePoint collections, Teams channels, and many other entities within Microsoft 365. Read more about [Microsoft Graph](https://docs.microsoft.com/en-us/graph/overview). @@ -36,12 +36,12 @@ const response = await fetch(`${functionEndpoint}/api/${functionName}`, { ### Add More Functions - From Visual Studio Code, open the command palette, select `Teams: Add Resources` and select `Azure Function App`. -- From TeamsFx CLI: run command `teamsapp resource add azure-function --function-name ` in your project directory. +- From Teams Toolkit CLI: run command `teamsapp resource add azure-function --function-name ` in your project directory. ## Debug - From Visual Studio Code: Start debugging the project by hitting the `F5` key in Visual Studio Code. Alternatively use the `Run and Debug Activity Panel` in Visual Studio Code and click the `Start Debugging` green arrow button. -- From TeamsFx CLI: Start debugging the project by executing the command `teamsapp preview --local` in your project directory. +- From Teams Toolkit CLI: Start debugging the project by executing the command `teamsapp preview --local` in your project directory. ## Edit the manifest @@ -54,7 +54,7 @@ This file contains template arguments with `${{...}}` statements which will be r Deploy your project to Azure by following these steps: -| From Visual Studio Code | From TeamsFx CLI | +| From Visual Studio Code | From Teams Toolkit CLI | | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
  • Open Teams Toolkit, and sign into Azure by clicking the `Sign in to Azure` under the `ACCOUNTS` section from sidebar.
  • After you signed in, select a subscription under your account.
  • Open the command palette and select: `Teams: Provision`.
  • Open the command palette and select: `Teams: Deploy`.
|
  • Run command `teamsapp auth login azure`.
  • Run command `teamsapp auth set --subscription `.
  • Run command `teamsapp provision`.
  • Run command `teamsapp deploy`.
| @@ -70,14 +70,14 @@ Once the provisioning and deployment steps are finished, you can preview your ap 1. Select `Launch Remote (Edge)` or `Launch Remote (Chrome)` from the launch configuration drop-down. 1. Press the Play (green arrow) button to launch your app - now running remotely from Azure. -- From TeamsFx CLI: execute `teamsapp preview --remote` in your project directory to launch your application. +- From Teams Toolkit CLI: execute `teamsapp preview --remote` in your project directory to launch your application. ## Validate manifest file To check that your manifest file is valid: - From Visual Studio Code: open the command palette and select: `Teams: Validate manifest file`. -- From TeamsFx CLI: run command `teamsapp validate` in your project directory. +- From Teams Toolkit CLI: run command `teamsapp validate` in your project directory. ## Package @@ -89,4 +89,4 @@ To check that your manifest file is valid: Once deployed, you may want to distribute your application to your organization's internal app store in Teams. Your app will be submitted for admin approval. - From Visual Studio Code: open the command palette and select: `Teams: Publish to Teams`. -- From TeamsFx CLI: run command `teamsapp publish` in your project directory. +- From Teams Toolkit CLI: run command `teamsapp publish` in your project directory. diff --git a/hello-world-tab-docker/cli.md b/hello-world-tab-docker/cli.md index 7b4f6bb0..48deffc2 100644 --- a/hello-world-tab-docker/cli.md +++ b/hello-world-tab-docker/cli.md @@ -1,7 +1,7 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/download/) -1. To install the TeamsFx CLI, use the npm package manager: +1. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/hello-world-tab-with-backend/README.md b/hello-world-tab-with-backend/README.md index 37257904..4666ceae 100644 --- a/hello-world-tab-with-backend/README.md +++ b/hello-world-tab-with-backend/README.md @@ -31,7 +31,7 @@ Hello World Tab with Backend shows you how to build a tab app with an Azure Func - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 account. If you do not have Microsoft 365 account, apply one from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) # Note - This sample has adopted [On-Behalf-Of Flow](https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow) to implement SSO. @@ -47,7 +47,7 @@ Hello World Tab with Backend shows you how to build a tab app with an Azure Func - From VS Code: 1. hit `F5` to start debugging. Alternatively open the `Run and Debug Activity` Panel and select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp provision --env local` . 1. Run command: `teamsapp deploy --env local` . 1. Run command: `teamsapp preview --env local` . @@ -59,7 +59,7 @@ Hello World Tab with Backend shows you how to build a tab app with an Azure Func 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp auth login azure`. 1. Run command: `teamsapp provision --env dev`. 1. Run command: `teamsapp deploy --env dev`. @@ -69,7 +69,7 @@ Hello World Tab with Backend shows you how to build a tab app with an Azure Func - From VS Code: 1. Open the `Run and Debug Activity` Panel. Select `Launch Remote (Edge)` or `Launch Remote (Chrome)` from the launch configuration drop-down. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ### Run the app locally with proxy diff --git a/hello-world-tab-with-backend/api/README.md b/hello-world-tab-with-backend/api/README.md index 4c991ef9..671572f1 100644 --- a/hello-world-tab-with-backend/api/README.md +++ b/hello-world-tab-with-backend/api/README.md @@ -6,11 +6,11 @@ Azure Functions are a great way to add server-side behaviors to any Teams applic - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 account. If you do not have Microsoft 365 account, apply one from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Develop -The Teams Toolkit IDE Extension and TeamsFx CLI provide template code for you to get started with Azure Functions for your Teams application. Microsoft Teams Framework simplifies the task of establishing the user's identity within the Azure Function. +The Teams Toolkit IDE Extension and Teams Toolkit CLI provide template code for you to get started with Azure Functions for your Teams application. Microsoft Teams Framework simplifies the task of establishing the user's identity within the Azure Function. The template handles calls from your Teams "custom tab" (client-side of your app), initializes the TeamsFx SDK to access the current user context, and demonstrates how to obtain a pre-authenticated Microsoft Graph Client. Microsoft Graph is the "data plane" of Microsoft 365 - you can use it to access content within Microsoft 365 in your company. With it you can read and write documents, SharePoint collections, Teams channels, and many other entities within Microsoft 365. Read more about [Microsoft Graph](https://docs.microsoft.com/en-us/graph/overview). @@ -36,11 +36,11 @@ const response = await fetch(`${functionEndpoint}/api/${functionName}`, { ### Add More Functions - From Visual Studio Code, open the command palette, select `Teams: Add Resources` and select `Azure Function App`. -- From TeamsFx CLI: run command `teamsapp resource add azure-function --function-name ` in your project directory. +- From Teams Toolkit CLI: run command `teamsapp resource add azure-function --function-name ` in your project directory. ## Change Node.js runtime version -By default, Teams Toolkit and TeamsFx CLI will provision an Azure function app with function runtime version 3, and node runtime version 12. You can change the node version through Azure Portal. +By default, Teams Toolkit and Teams Toolkit CLI will provision an Azure function app with function runtime version 3, and node runtime version 12. You can change the node version through Azure Portal. - Sign in to [Azure Portal](https://azure.microsoft.com/). - Find your application's resource group and Azure Function app resource. The resource group name and the Azure function app name are stored in your project configuration file `.fx/env.*.json`. You can find them by searching the key `resourceGroupName` and `functionAppName` in that file. @@ -53,7 +53,7 @@ Then following requests sent to the Azure function app will be handled by new no ## Debug - From Visual Studio Code: Start debugging the project by hitting the `F5` key in Visual Studio Code. Alternatively use the `Run and Debug Activity Panel` in Visual Studio Code and click the `Start Debugging` green arrow button. -- From TeamsFx CLI: Start debugging the project by executing the command `teamsapp preview --local` in your project directory. +- From Teams Toolkit CLI: Start debugging the project by executing the command `teamsapp preview --local` in your project directory. ## Edit the manifest @@ -66,7 +66,7 @@ This file contains template arguments with `${{...}}` statements which will be r Deploy your project to Azure by following these steps: -| From Visual Studio Code | From TeamsFx CLI | +| From Visual Studio Code | From Teams Toolkit CLI | | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
  • Open Teams Toolkit, and sign into Azure by clicking the `Sign in to Azure` under the `ACCOUNTS` section from sidebar.
  • After you signed in, select a subscription under your account.
  • Open the command palette and select: `Teams: Provision`.
  • Open the command palette and select: `Teams: Deploy`.
|
  • Run command `teamsapp auth login azure`.
  • Run command `teamsapp auth set --subscription `.
  • Run command `teamsapp provision`.
  • Run command `teamsapp deploy`.
| @@ -82,14 +82,14 @@ Once the provisioning and deployment steps are finished, you can preview your ap 1. Select `Launch Remote (Edge)` or `Launch Remote (Chrome)` from the launch configuration drop-down. 1. Press the Play (green arrow) button to launch your app - now running remotely from Azure. -- From TeamsFx CLI: execute `teamsapp preview --remote` in your project directory to launch your application. +- From Teams Toolkit CLI: execute `teamsapp preview --remote` in your project directory to launch your application. ## Validate manifest file To check that your manifest file is valid: - From Visual Studio Code: open the command palette and select: `Teams: Validate manifest file`. -- From TeamsFx CLI: run command `teamsapp validate` in your project directory. +- From Teams Toolkit CLI: run command `teamsapp validate` in your project directory. ## Package @@ -101,4 +101,4 @@ To check that your manifest file is valid: Once deployed, you may want to distribute your application to your organization's internal app store in Teams. Your app will be submitted for admin approval. - From Visual Studio Code: open the command palette and select: `Teams: Publish to Teams`. -- From TeamsFx CLI: run command `teamsapp publish` in your project directory. +- From Teams Toolkit CLI: run command `teamsapp publish` in your project directory. diff --git a/hello-world-tab-with-backend/cli.md b/hello-world-tab-with-backend/cli.md index ebaaf996..aaaad912 100644 --- a/hello-world-tab-with-backend/cli.md +++ b/hello-world-tab-with-backend/cli.md @@ -1,7 +1,7 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (use the latest v14 LTS release) -1. To install the TeamsFx CLI, use the npm package manager: +1. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/hello-world-teams-tab-and-outlook-add-in/README.md b/hello-world-teams-tab-and-outlook-add-in/README.md index 60c566b8..6e596906 100644 --- a/hello-world-teams-tab-and-outlook-add-in/README.md +++ b/hello-world-teams-tab-and-outlook-add-in/README.md @@ -29,7 +29,7 @@ Now you have the ability to create a single unit of distribution for all your Mi - Edge or Chrome installed for debugging Teams Tab. Edge installed for debugging Outlook add-in. - Outlook for Windows: Beta Channel, Build 16320 or higher. Follow [this link](https://github.com/OfficeDev/TeamsFx/wiki/How-to-switch-Outlook-client-update-channel-and-verify-Outlook-client-build-version) for information about how to update channels and check your Outlook client build version. - An M365 account. If you do not have M365 account, apply one from [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome @@ -38,7 +38,7 @@ Now you have the ability to create a single unit of distribution for all your Mi - From Visual Studio Code: Start debugging the project by hitting the `F5` key in Visual Studio Code. - Alternatively use the `Run and Debug Activity Panel` in Visual Studio Code, select the appropriate configuration, and click the `Run and Debug` green arrow button. ![Visual Studio Code debug configuration for Teams](./images/teams-debug.PNG) -- From TeamsFx CLI: Start debugging the project by executing the command `teamsapp preview --env local` in your project directory. +- From Teams Toolkit CLI: Start debugging the project by executing the command `teamsapp preview --env local` in your project directory. After installing the app in Teams when prompted, it will launch and you'll be able to view the tab app. ![Sample tab app running in Teams](./images/teams-tab-app.PNG) @@ -68,7 +68,7 @@ This file contains template arguments with `${{...}}` statements which will be r Deploy your project to Azure by following these steps: -| From Visual Studio Code | From TeamsFx CLI | +| From Visual Studio Code | From Teams Toolkit CLI | | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
  • Open Teams Toolkit, and sign into Azure by clicking the `Sign in to Azure` under the `ACCOUNTS` section from sidebar.
  • After you signed in, select a subscription under your account.
  • Open the Teams Toolkit and click `Provision` from LIFECYCLE section or open the command palette and select: `Teams: Provision`.
  • Open the Teams Toolkit and click `Deploy` or open the command palette and select: `Teams: Deploy`.
|
  • Run command `teamsapp auth login azure`.
  • (Optional)Set environment variable AZURE_SUBSCRIPTION_ID to your subscription id in env/.env.dev or in your current shell envrionment if you are using non-interactive mode of `teamsfx` CLI.
  • Run command `teamsapp provision`.
  • Run command: `teamsapp deploy`.
| @@ -84,7 +84,7 @@ Once the provisioning and deployment steps are finished, you can preview your Te 1. Select `Launch Remote in Teams (Edge)` or `Launch Remote in Teams (Chrome)` from the launch configuration drop-down. 1. Press the Play (green arrow) button to launch your app - now running remotely from Azure. -- From TeamsFx CLI: execute `teamsapp preview --env dev` in your project directory to launch your application. +- From Teams Toolkit CLI: execute `teamsapp preview --env dev` in your project directory to launch your application. ### Preview Outlook add-in @@ -101,7 +101,7 @@ Once the provisioning and deployment steps are finished, you can preview your Ou To check that your manifest file is valid: - From Visual Studio Code: open the command palette and select: `Teams: Validate Application` and select `Validate using manifest schema`. -- From TeamsFx CLI: run command `teamsapp validate` in your project directory. +- From Teams Toolkit CLI: run command `teamsapp validate` in your project directory. ### Package diff --git a/intelligent-data-chart-generator/README.md b/intelligent-data-chart-generator/README.md index b9b37277..f6087122 100644 --- a/intelligent-data-chart-generator/README.md +++ b/intelligent-data-chart-generator/README.md @@ -31,11 +31,11 @@ This intelligent Microsoft Teams Tab app is powered by Azure OpenAI, which helps - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) - An [Azure OpenAI](https://aka.ms/azureopenai) resource and an [Azure SQL Database](https://aka.ms/azuredb) resource. -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teamsfx-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teamsfx-toolkit-cli) ## Minimal path to awesome -> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try the Sample with TeamsFx CLI](cli.md) +> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try the Sample with Teams Toolkit CLI](cli.md) ### Run the app locally diff --git a/intelligent-data-chart-generator/cli.md b/intelligent-data-chart-generator/cli.md index 346a99d9..1dd3c6e5 100644 --- a/intelligent-data-chart-generator/cli.md +++ b/intelligent-data-chart-generator/cli.md @@ -1,7 +1,7 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 20.x) -1. To install the TeamsFx CLI, use the npm package manager: +1. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/live-share-dice-roller/README.md b/live-share-dice-roller/README.md index 6f30580d..a3943e83 100644 --- a/live-share-dice-roller/README.md +++ b/live-share-dice-roller/README.md @@ -20,7 +20,7 @@ walkthrough of this example and how it works, check out the [tutorial documentat - [Node.js](https://nodejs.org/), supported versions: 16, 18 - An M365 account. If you do not have M365 account, apply one from [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Run the app locally diff --git a/notification-codespaces/README.md b/notification-codespaces/README.md index 4fc9b76d..e225549d 100644 --- a/notification-codespaces/README.md +++ b/notification-codespaces/README.md @@ -45,7 +45,7 @@ The app is built using the TeamsFx SDK, which provides a simple set of functions 1. Sign into Azure by clicking the `Sign in to Azure` under the `ACCOUNTS` section from sidebar. 1. Click `Provision` from `LIFECYCLE` section or open the command palette and select: `Teams: Provision`. 1. Click `Deploy` or open the command palette and select: `Teams: Deploy`. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp auth login azure`. 1. Run command: `teamsapp provision --env dev`. 1. Run command: `teamsapp deploy --env dev`. @@ -53,7 +53,7 @@ The app is built using the TeamsFx SDK, which provides a simple set of functions ### Preview the app in Teams - From VS Code: 1. Open the `Run and Debug Activity` Panel. Select `Launch Remote (Codespaces)` from the launch configuration drop-down. -- From TeamsFx CLI: +- From Teams Toolkit CLI: 1. Run command: `teamsapp preview --env dev`. ## Version History diff --git a/query-org-user-with-message-extension-sso/README.md b/query-org-user-with-message-extension-sso/README.md index a0e0ebd3..b64c4d56 100644 --- a/query-org-user-with-message-extension-sso/README.md +++ b/query-org-user-with-message-extension-sso/README.md @@ -24,7 +24,7 @@ This is a simple search-based message extension app demonstrating how to integra ## Prerequisite to use this sample - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 account. If you do not have Microsoft 365 account, apply one from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome > Here are the instructions to run the sample in **Visual Studio Code**. diff --git a/react-retail-dashboard/README.md b/react-retail-dashboard/README.md index c3b34d98..ddccd8d5 100644 --- a/react-retail-dashboard/README.md +++ b/react-retail-dashboard/README.md @@ -13,13 +13,13 @@ This is a dashboard sample based on demo sample data that shows you how to creat - [Set up SharePoint Framework development environment](https://aka.ms/teamsfx-spfx-dev-environment-setup)(Recommend to use SPFx v1.18.2) - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome ### Deploy the app ->Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try sample with TeamsFx CLI](cli.md) +>Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try sample with Teams Toolkit CLI](cli.md) 1. Clone the repo to your local workspace or directly download the source code. 1. Open the project in Visual Studio Code, click `Provision` in LIFECYCLE panel of Microsoft Teams Toolkit extension or open the command palette and select `Teams: Provision`. This step will create an app in Teams App Studio. diff --git a/react-retail-dashboard/cli.md b/react-retail-dashboard/cli.md index 7fc9c823..3a941050 100644 --- a/react-retail-dashboard/cli.md +++ b/react-retail-dashboard/cli.md @@ -1,7 +1,7 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 18.x) -2. To install the TeamsFx CLI, use the npm package manager: +2. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli diff --git a/share-now/README.md b/share-now/README.md index 80d1ae38..3840cfe2 100644 --- a/share-now/README.md +++ b/share-now/README.md @@ -28,12 +28,12 @@ Share Now promotes the exchange of information between colleagues by enabling us ## Prerequisite - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 account. If you do not have Microsoft 365 account, apply one from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) - An [Azure subscription](https://azure.microsoft.com/en-us/free/) ## Minimal path to awesome ### Deploy the app to Azure ->Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try the Sample with TeamsFx CLI](cli.md) +>Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try the Sample with Teams Toolkit CLI](cli.md) 1. Clone the repo to your local workspace or directly download the source code. 1. Open the project in Visual Studio Code. 1. Open **env/.env.dev.user** file, set value for `SQL_USER_NAME` and `SQL_PASSWORD`. diff --git a/share-now/cli.md b/share-now/cli.md index b664d71e..9c847809 100644 --- a/share-now/cli.md +++ b/share-now/cli.md @@ -1,6 +1,6 @@ -## Try the Sample with TeamsFx CLI +## Try the Sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (use the LTS release) -2. To install the TeamsFx CLI, use the npm package manager: +2. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/spfx-productivity-dashboard/README.md b/spfx-productivity-dashboard/README.md index 3c4a72a3..f1ff61c0 100644 --- a/spfx-productivity-dashboard/README.md +++ b/spfx-productivity-dashboard/README.md @@ -13,14 +13,14 @@ - [Set up SharePoint Framework development environment](https://aka.ms/teamsfx-spfx-dev-environment-setup)(Recommend to use SPFx v1.18.2) - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) - [Deploy the Microsoft Graph Toolkit SharePoint Framework package to your tenant](https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-web-part-microsoft-graph-toolkit?WT.mc_id=m365-80548-wmastyka#deploy-the-microsoft-graph-toolkit-sharepoint-framework-package) ## Minimal path to awesome ### Deploy the app ->Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try sample with TeamsFx CLI](cli.md) +>Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try sample with Teams Toolkit CLI](cli.md) 1. Clone the repo to your local workspace or directly download the source code. 1. Open the project in Visual Studio Code, click `Provision` in LIFECYCLE panel of Microsoft Teams Toolkit extension or open the command palette and select `Teams: Provision`. This step will create an app in Teams App Studio. diff --git a/spfx-productivity-dashboard/cli.md b/spfx-productivity-dashboard/cli.md index 4a5d50ae..a11e4548 100644 --- a/spfx-productivity-dashboard/cli.md +++ b/spfx-productivity-dashboard/cli.md @@ -1,7 +1,7 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 18.x) -2. To install the TeamsFx CLI, use the npm package manager: +2. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli diff --git a/sso-enabled-tab-via-apim-proxy/README.md b/sso-enabled-tab-via-apim-proxy/README.md index 7306df90..75906c71 100644 --- a/sso-enabled-tab-via-apim-proxy/README.md +++ b/sso-enabled-tab-via-apim-proxy/README.md @@ -41,7 +41,7 @@ With this sample, you can achieve the SSO feature in your tab app using OBO (on- - An M365 account. If you do not have M365 account, apply one from [M365 developer program](https://developer.microsoft.com/microsoft-365/dev-program) - [Set up your dev environment for extending Teams apps across Microsoft 365](https://aka.ms/teamsfx-m365-apps-prerequisites) > Please note that after you enrolled your developer tenant in Office 365 Target Release, it may take couple days for the enrollment to take effect. -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Getting Started diff --git a/stocks-update-notification-bot/README.md b/stocks-update-notification-bot/README.md index f061fb27..a6038528 100644 --- a/stocks-update-notification-bot/README.md +++ b/stocks-update-notification-bot/README.md @@ -26,7 +26,7 @@ The Stocks Update Notification bot shows you how to request data on a pretermine ## Prerequisite to use this sample - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 account. If you do not have Microsoft 365 account, apply one from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome diff --git a/team-central-dashboard/README.md b/team-central-dashboard/README.md index 2c63b8f4..e5f626c5 100644 --- a/team-central-dashboard/README.md +++ b/team-central-dashboard/README.md @@ -32,11 +32,11 @@ Team Central Dashboard shows you how to build a tab with data chats and content - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 tenant in which you have permission to upload Teams apps. You can get a free Microsoft 365 developer tenant by joining the [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome -> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try the Sample with TeamsFx CLI](cli.md) +> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try the Sample with Teams Toolkit CLI](cli.md) ### Run the app locally diff --git a/team-central-dashboard/cli.md b/team-central-dashboard/cli.md index 73a89704..6102e806 100644 --- a/team-central-dashboard/cli.md +++ b/team-central-dashboard/cli.md @@ -1,7 +1,7 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 16.x) -1. To install the TeamsFx CLI, use the npm package manager: +1. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/todo-list-SPFx/README.md b/todo-list-SPFx/README.md index 8ed37ec1..746f0eab 100644 --- a/todo-list-SPFx/README.md +++ b/todo-list-SPFx/README.md @@ -33,7 +33,7 @@ extensions: - Name the List 'To Do List' - Click `Add Column`, select `Single line of text`, name the column 'description' - Click `Add Column`, select `Yes/No`, name the column 'isCompleted', and set the default value to `No`. -* [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +* [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) * [Optional] If you want your users see only the items created by themselves, add access control to your List. - In List Page, click `setting` button and then choose `list setting`. ![ListSetting1](images/ListSetting1.png) @@ -57,7 +57,7 @@ Debug the app with Teams workbench 3. You should see the app running in your Teams. ![localdebug-preview](images/localdebug-preview.png) ### Deploy the app ->Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try sample with TeamsFx CLI](cli.md) +>Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try sample with Teams Toolkit CLI](cli.md) 1. Clone the repo to your local workspace or directly download the source code. 1. Open [./src/src/webparts/todoList/components/SharePointListManager.ts](./src/src/webparts/todoList/components/SharePointListManager.ts), navigate to line:17, set the `listname` variable to your SharePoint List name. diff --git a/todo-list-SPFx/cli.md b/todo-list-SPFx/cli.md index 5733df80..4630fa06 100644 --- a/todo-list-SPFx/cli.md +++ b/todo-list-SPFx/cli.md @@ -1,6 +1,6 @@ -## Try sample with TeamsFx CLI +## Try sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 18.x) -2. To install the TeamsFx CLI, use the npm package manager: +2. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/todo-list-with-Azure-backend-M365/README.md b/todo-list-with-Azure-backend-M365/README.md index 89a6bd04..28c4c5cc 100644 --- a/todo-list-with-Azure-backend-M365/README.md +++ b/todo-list-with-Azure-backend-M365/README.md @@ -28,10 +28,10 @@ Todo List app helps to manage your personal to do items. This app can be install - [Node.js](https://nodejs.org/), supported versions: 16, 18 - An [Azure subscription](https://azure.microsoft.com/en-us/free/) - [Set up your dev environment for extending Teams apps across Microsoft 365](https://aka.ms/teamsfx-m365-apps-prerequisites) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) ## Minimal path to awesome -> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try the Sample with TeamsFx CLI](cli.md) +> Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try the Sample with Teams Toolkit CLI](cli.md) ### Run the app locally 1. Clone the repo to your local workspace or directly download the source code. diff --git a/todo-list-with-Azure-backend-M365/cli.md b/todo-list-with-Azure-backend-M365/cli.md index afe84f78..9b3ee5bd 100644 --- a/todo-list-with-Azure-backend-M365/cli.md +++ b/todo-list-with-Azure-backend-M365/cli.md @@ -1,5 +1,5 @@ ## Minimal path to awesome -1. Install TeamsFx CLI using the npm package manager: +1. Install Teams Toolkit CLI using the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ``` diff --git a/todo-list-with-Azure-backend/README.md b/todo-list-with-Azure-backend/README.md index f54f0d70..9c0f4789 100644 --- a/todo-list-with-Azure-backend/README.md +++ b/todo-list-with-Azure-backend/README.md @@ -30,7 +30,7 @@ Todo List provides an easy way to manage to-do items in Teams Client. This app h ## Prerequisite to use this sample - [Node.js](https://nodejs.org/), supported versions: 16, 18 - A Microsoft 365 account. If you do not have Microsoft 365 account, apply one from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) -- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [TeamsFx CLI](https://aka.ms/teams-toolkit-cli) +- [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teams-toolkit-cli) - An [Azure subscription](https://azure.microsoft.com/en-us/free/) ## Minimal path to awesome @@ -62,7 +62,7 @@ To debug the project, you will need to configure an Azure SQL Database to be use ### Deploy the app to Azure ->Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using TeamsFx CLI tool, refer to [Try the Sample with TeamsFx CLI](cli.md) +>Here are the instructions to run the sample in **Visual Studio Code**. You can also try to run the app using Teams Toolkit CLI tool, refer to [Try the Sample with Teams Toolkit CLI](cli.md) 1. Clone the repo to your local workspace or directly download the source code. 1. Download [Visual Studio Code](https://code.visualstudio.com) and install [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit). diff --git a/todo-list-with-Azure-backend/cli.md b/todo-list-with-Azure-backend/cli.md index 380bef6f..a4092c12 100644 --- a/todo-list-with-Azure-backend/cli.md +++ b/todo-list-with-Azure-backend/cli.md @@ -1,6 +1,6 @@ -## Try the Sample with TeamsFx CLI +## Try the Sample with Teams Toolkit CLI 1. Install [Node.js](https://nodejs.org/en/download/) (use the latest v14 LTS release) -1. To install the TeamsFx CLI, use the npm package manager: +1. To install the Teams Toolkit CLI, use the npm package manager: ``` npm install -g @microsoft/teamsapp-cli ```