Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a2593f0
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 4, 2025
d1d5b8f
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 4, 2025
bd120be
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 4, 2025
7b04e4a
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 4, 2025
b7acd68
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 4, 2025
793af1f
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 4, 2025
2078514
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 6, 2025
90f6527
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 6, 2025
8500765
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 6, 2025
f9ff98a
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 6, 2025
d91e09c
Update build-message-extension.md
SharanGarcha-MSFT Nov 7, 2025
6814c27
Update build-message-extension.md
SharanGarcha-MSFT Nov 7, 2025
63474c7
Update build-message-extension.md
SharanGarcha-MSFT Nov 7, 2025
1005745
Update build-message-extension.md
SharanGarcha-MSFT Nov 10, 2025
e93aff3
Update build-message-extension.md
SharanGarcha-MSFT Nov 10, 2025
757c9ca
Update build-message-extension.md
SharanGarcha-MSFT Nov 10, 2025
3c3e91d
Merge branch 'SharanGarcha-MSFT/build-a-message-extension-app'
SharanGarcha-MSFT Nov 10, 2025
0a8e695
Merge branch 'main' into SharanGarcha-MSFT/build-a-teams-app
SharanGarcha-MSFT Nov 10, 2025
a044979
Updated as per inputs
SharanGarcha-MSFT Nov 13, 2025
31173a7
Merge branch 'main' into SharanGarcha-MSFT/build-a-teams-app
SharanGarcha-MSFT Nov 13, 2025
eb99219
Update prepare-toolkit.md
SharanGarcha-MSFT Nov 13, 2025
851f47f
Update build-message-extension.md
SharanGarcha-MSFT Nov 19, 2025
df824a5
Updated screenshots as per review comments
SharanGarcha-MSFT Nov 20, 2025
18a2fc3
Merge branch 'main' into SharanGarcha-MSFT/build-a-teams-app
SharanGarcha-MSFT Nov 20, 2025
e93ddd1
Update build-basic-tab-app.md
SharanGarcha-MSFT Nov 20, 2025
236ddd6
updated as per review comments
SharanGarcha-MSFT Nov 20, 2025
413deac
updated
SharanGarcha-MSFT Nov 20, 2025
a5b71d4
Updated content
SharanGarcha-MSFT Nov 21, 2025
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
400 changes: 355 additions & 45 deletions msteams-platform/get-started/build-basic-tab-app.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions msteams-platform/includes/get-started/prepare-toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ You can also install Agents Toolkit from the [Visual Studio Code Marketplace](ht
To install Agents Toolkit CLI, use the `npm` package manager and enter the following command in Command prompt:

``` bash
npm install -g @microsoft/atk-cli
npm install -g @microsoft/m365agentstoolkit-cli
```

Depending on your configuration, you might need to use `sudo` to install the CLI:

``` bash
sudo npm install -g --unsafe-perm @microsoft/atk-cli
sudo npm install -g --unsafe-perm @microsoft/m365agentstoolkit-cli
```

This condition is more common on Linux and macOS systems.

Ensure you add the npm global cache to your PATH. This step is normally done as part of the Node.js installer.

You can use the CLI with the `atk' command. Verify that the command is working by running `atk -h`.
You can use the CLI with the `atk` command. Verify that the command is working by running`atk -h`.

> [!CAUTION]
> Before you can run TeamsFx in PowerShell terminals, you must enable the **remote signed** execution policy for PowerShell.
Expand Down