Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d648805
[Doc Feature][Debug apps in Teams Desktop Client][3927987]
v-bvishnu Sep 11, 2024
0e56892
Update debug-apps-in-Teams-desktop-client.md
v-bvishnu Sep 11, 2024
dc03fdb
Updated.
v-bvishnu Sep 11, 2024
443a957
Update select-language-tab.png
v-bvishnu Sep 11, 2024
958854b
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Sep 12, 2024
e33ef45
Update debug-apps-in-Teams-desktop-client.md
v-bvishnu Sep 12, 2024
95b2fe8
Update desktop-login-matches.png
v-bvishnu Sep 12, 2024
8bafcad
Update whats-new.md
v-bvishnu Sep 12, 2024
14fe17d
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-shalinir Sep 14, 2024
8e887ee
.
v-deabira Sep 14, 2024
e606847
image fix
v-preethah Sep 14, 2024
dcfee5c
.
v-deabira Sep 14, 2024
0b973a5
.
v-deabira Sep 14, 2024
f7aeb88
.
v-deabira Sep 14, 2024
0e92a84
.
v-deabira Sep 14, 2024
c212c2f
.
v-deabira Sep 14, 2024
39c0b26
.
v-deabira Sep 14, 2024
aadb867
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Oct 21, 2024
25d6b84
Updated.
v-bvishnu Oct 21, 2024
f5a12aa
Update whats-new.md
v-bvishnu Oct 22, 2024
582d13b
Updated.
v-bvishnu Oct 22, 2024
5c1ed8e
Updated.
v-bvishnu Oct 23, 2024
cc7b4af
Update create-project.png
v-bvishnu Oct 24, 2024
ab2957b
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Oct 24, 2024
8b07b5a
Update add-app.png
v-bvishnu Oct 24, 2024
4904533
Updated.
v-bvishnu Oct 24, 2024
0867127
Update whats-new.md
v-bvishnu Oct 24, 2024
abad6fd
Updated.
v-bvishnu Oct 24, 2024
5f08d55
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Oct 27, 2024
410c39c
Updated.
v-bvishnu Oct 27, 2024
a300be1
Updated.
v-bvishnu Oct 28, 2024
8abbc07
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Oct 28, 2024
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
Prev Previous commit
Next Next commit
Updated.
TOC updated.
  • Loading branch information
v-bvishnu committed Oct 28, 2024
commit a300be1756025e05247957aeda5d7726d040c0cc
7 changes: 4 additions & 3 deletions msteams-platform/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@
displayName: endpoint
- name: Add single sign-on to Teams app
href: toolkit/add-single-sign-on.md
- name: Using existing Microsoft Entra app in TeamsFx project
href: toolkit/use-existing-aad-app.md
- name: Using existing Entra app in TeamsFx
href: toolkit/use-existing-aad-app.md
displayName: Microsoft Entra app
- name: Customize Manifest
items:
- name: Customize Teams app Manifest
Expand All @@ -193,7 +194,7 @@
href: toolkit/debug-message-extension-app-in-test-tool.md
- name: Debug your Teams app locally
href: toolkit/debug-local.md
- name: Debug apps in Teams desktop client
- name: Debug in Teams desktop client
href: toolkit/debug-apps-in-teams-desktop-client.md
displayName: debug, desktop client, bots, Copilot plugin, Custom engine agent, message extension, Teams Toolkit, Visual Studio Code
- name: Debug background process
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.topic: overview
ms.date: 10/22/2024
---

# Debug apps in Teams desktop client
# Debug in Teams desktop client

Microsoft Teams Toolkit helps you to debug and preview your Microsoft Teams app in desktop client. During the debug process, Teams Toolkit automatically starts app services, opens debuggers, and uploads Teams app. You can preview your Teams app in Teams desktop client after debugging.

Expand Down
2 changes: 1 addition & 1 deletion msteams-platform/toolkit/use-existing-aad-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.topic: overview
ms.date: 05/09/2023
---

# Use existing Microsoft Entra app in TeamsFx project
# Use existing Entra app in TeamsFx

This section provides information for using existing Microsoft Entra app or manually creates Microsoft Entra app for TeamsFx project. Follow the instruction and make sure all required info is properly set in your TeamsFx project.

Expand Down