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 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion msteams-platform/sbs-api-based-message-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,11 @@ items:
1. Select the zip file created and select **Open**.
1. Select **Add**. The app is added to Teams.

:::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 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 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
8 changes: 6 additions & 2 deletions msteams-platform/sbs-botbuilder-linkunfurling.yml
Original file line number Diff line number Diff line change
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 Link Unfurling app with Add option highlighted.":::

1. Select **Open**.

:::image type="content" source="~/assets/images/Teams-link-unfurling/openapp.png" alt-text="Screenshot of Link Unfurling app 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
6 changes: 5 additions & 1 deletion msteams-platform/sbs-bots-with-sso.yml
Original file line number Diff line number Diff line change
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 Conversation Bot 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