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

Update prerequisites.md #11817

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
14 changes: 11 additions & 3 deletions msteams-platform/m365-apps/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ms.subservice: m365apps
---
# Set up your dev environment for extending Teams apps across Microsoft 365

The development environment for extending Microsoft Teams apps across Microsoft 365 is similar to Teams development. This article discusses specific configurations required to run preview builds of Teams and Microsoft 365 applications in order to preview Teams apps running in Outlook and Microsoft 365 app.
The development environment for extending Microsoft Teams apps across Microsoft 365 is similar to Teams development. This article discusses specific configurations required to run preview builds of Teams and Microsoft 365 applications in order to preview Teams apps running in Outlook, Microsoft 365, Word, Excel and PowerPoint app.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Retain "app" in Microsoft 365 app. Suggested text:

This article discusses specific configurations required to run preview builds of Teams and Microsoft 365 applications in order to preview Teams apps running in Outlook, Microsoft 365 app, and Word, Excel and PowerPoint.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This passage mixes together two different kinds of extensibility: (1) Teams apps which can be surfaced in 3 different kinds of hubs: Teams, Outlook (as a hub), and the M365 app. (2) Add-ins that can be surfaced in Outlook (as an application), Word, Excel, and PowerPoint. Please slow down and use enough words to make clear these two kinds of extensions.


To set up your development environment:

Expand Down Expand Up @@ -87,10 +87,16 @@ To install Microsoft 365 applications in your test environment:
|Outlook Add-ins | `BetaChannel` |
|Meeting apps in Outlook | `Current` |

| **Word, Excel, PowerPoint scenario** | **Update channel** |
|---------------|--------------|
|Word, Excel, PowerPoint Add-ins | `BetaChannel` |



1. Open Command Prompt and go to the local folder path.
1. Run `setup.exe /configure configuration-Office365-x86.xml` (or use the **x64.xml* file, depending on your setup).
1. Open Outlook (desktop client) and set up the mail account using your test tenant credentials.
1. Open **File** > **Office Account** > **About Outlook** to confirm you're running a Microsoft 365 *Current Channel* build of Outlook.
1. Open Outlook, Word, Excel and PowerPoint (desktop client) and set up the mail account using your test tenant credentials.
1. Open **File** > **Office Account** > **About Outlook** to confirm you're running a Microsoft 365 *Current Channel* build of Outlook. Open **File** > **Account** > **Update Channel** to confirm you're running a Microsoft 365 *Beta Channel* build of Word, Excel, and PowerPoint.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appending this sentence makes it sound like it's possible to run different update channels for different Office applications . . . is that true? If not, could we reword this more generally to cover both cases (Outlook GA / WXP preview)? For example:

  1. If you're testing in Outlook, open File > Office Account > About Outlook to confirm you're running a Microsoft 365 Current Channel build of Outlook. If you're testing in Word, Excel, or PowerPoint, open File > Account > Update Channel to confirm you're running a Microsoft 365 Beta Channel build.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appending this sentence makes it sound like it's possible to run different update channels for different Office applications . . . is that true? If not, could we reword this more generally to cover both cases (Outlook GA / WXP preview)? For example:

  1. If you're testing in Outlook, open File > Office Account > About Outlook to confirm you're running a Microsoft 365 Current Channel build of Outlook. If you're testing in Word, Excel, or PowerPoint, open File > Account > Update Channel to confirm you're running a Microsoft 365 Beta Channel build.

+1. Erika is correct.


1. Verify that *Microsoft Edge WebView2 Runtime* is installed. Open Windows **Start** > **Apps & features**, and search for **webview**:

Expand Down Expand Up @@ -134,6 +140,8 @@ Optionally, you can use [Visual Studio Code](https://code.visualstudio.com/) to

The extension [Teams Toolkit for Visual Studio Code](https://aka.ms/teams-toolkit) (`v2.10.0` or later) provides commands that can help modify your existing Teams code to be compatible with Outlook and Microsoft 365. For more information, see [enable Teams personal tab for Microsoft 365 and Outlook](extend-m365-teams-personal-tab.md).

For Word, Excel and PowerPoint Add-ins development, see [Create Office Add-in projects using Teams Toolkit](office-js-docs/docs/develop/teams-toolkit-overview.md).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is a separate docset, relative links won't work here. Here's the format you'll want to use:

/office/dev/add-ins/develop/teams-toolkit-overview


## Next step

Create or update a Teams app to run across Microsoft 365:
Expand Down