Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc Improvement][Store install flow change part 5][3733098] #11567

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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.
Binary file modified msteams-platform/assets/images/Teams-link-unfurling/addapp.PNG
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.
Binary file modified msteams-platform/assets/images/bots/conversation-bot-add.png
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.
10 changes: 7 additions & 3 deletions msteams-platform/sbs-api-based-message-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
description: In this learn module, learn to build a message extension using an OpenAPI Description document and Response rendering template to interact with external services.
audience: Developer
level: Advanced
ms.date: 10/16/2023
ms.date: 10/03/2024
ms.topic: interactive-tutorial
nextTutorialHref: messaging-extensions/build-bot-based-message-extension.md
nextTutorialTitle: Build message extension using Bot Framework
Expand Down Expand Up @@ -571,9 +571,13 @@ items:
1. Go to **Apps** > **Manage your app** > **Upload an app**.
1. Select **Upload a customized app**.
1. Select the zip file created and select **Open**.
1. Select **Add**. The app is added to Teams.
1. Select **Add**.

:::image type="content" source="assets/images/Copilot/api-me-sbs-add-app-teams.png" alt-text="Screenshot shows a pop-up window with the Add option.":::
:::image type="content" source="assets/images/Copilot/api-me-sbs-add-app-teams.png" alt-text="Screenshot of message extension app with the Add option highlighted.":::

1. Select **Open**.

:::image type="content" source="assets/images/Copilot/api-me-open.png" alt-text="Screenshot of message extension app with the Open option highlighted.":::

1. Go to a chat, then select **+** from the message compose area, and search for your app.
1. Select the app and make a search query.
Expand Down
10 changes: 7 additions & 3 deletions msteams-platform/sbs-botbuilder-linkunfurling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
description: In this module, learn how to create and set up bot for Teams link unfurling to get card response and receive an invoke activity.
audience: Developer
level: Beginner
ms.date: 01/20/2022
ms.date: 10/03/2024
ms.topic: interactive-tutorial
nextTutorialHref: messaging-extensions/how-to/link-unfurling.md
nextTutorialTitle: Read more on link unfurling
Expand Down Expand Up @@ -205,8 +205,12 @@ items:

1. Select **Add**.

:::image type="content" source="~/assets/images/Teams-link-unfurling/addapp.png" alt-text="Screenshot shows the adding of app.":::

:::image type="content" source="~/assets/images/Teams-link-unfurling/addapp.png" alt-text="Screenshot of app details dialog with Add option highlighted.":::

1. Select **Open**.

:::image type="content" source="~/assets/images/Teams-link-unfurling/openapp.png" alt-text="Screenshot of scope option dialogue with Open option highlighted.":::

1. In the compose message area, enter `https://www.BotFramework.com`.

The link unfurls as shown in the following image:
Expand Down
8 changes: 6 additions & 2 deletions msteams-platform/sbs-bots-with-sso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
description: In this module, learn how to create a conversational bot that uses single sign-on (SSO) authentication methods to streamline user authentication.
audience: Developer
level: Beginner
ms.date: 08/24/2021
ms.date: 10/03/2024
ms.topic: interactive-tutorial
nextTutorialHref: bots/how-to/authentication/auth-aad-sso-bots.md
nextTutorialTitle: Read more on bot authentication
Expand Down Expand Up @@ -264,8 +264,12 @@ items:

1. Select **Add** to add the bot to your chat.

:::image type="content" source="~/assets/images/bots/conversation-bot-add.png" alt-text="Screenshot of Conversation Bot with Add option highlighted in red.":::
:::image type="content" source="~/assets/images/bots/conversation-bot-add.png" alt-text="Screenshot of conversation bot with Add option highlighted.":::

1. Select **Open**.

:::image type="content" source="~/assets/images/bots/conversation-bot-open.png" alt-text="Screenshot of scope selection dialog with Open option highlighted.":::

You can interact with the bot by sending it a message. The bot exchanges an SSO token and calls the Graph API on your behalf. It keeps you signed in unless you send a message to sign out.

1. Send a message to the bot. The conversation bot asks for consent for the first time.
Expand Down