You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/teams_extension.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This extension enables users to experience Chat with your data within Teams, wit
16
16
### Pre-requisites
17
17
-[Visual Studio Code](https://code.visualstudio.com/)
18
18
- Extensions
19
-
- [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) (optional: Teams extension only)
19
+
- [Microsoft 365 Agents Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) (optional: Teams extension only)
20
20
- Install [Node.js](https://nodejs.org/en)
21
21
- Install the LTS version (Recommended for Most Users)
22
22
-[Enable custom Teams apps and turn on custom app uploading](https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/prepare-your-o365-tenant#enable-custom-teams-apps-and-turn-on-custom-app-uploading) (optional: Teams extension only)
@@ -33,18 +33,18 @@ This extension enables users to experience Chat with your data within Teams, wit
33
33

34
34
35
35
4. Locate the environment variable _AZURE_FUNCTION_URL_.
36
-
5. Replace the `<RESOURCE_TOKEN>`and `<FUNCTION_APP_CLIENT_KEY>` with the name of your Function App resource and its clientKey (created in previous section)
36
+
5. Replace the `<FUNCTION_APP_NAME>` and `<FUNCTION_KEY>` with your actual Function App name and function key
7. Select Teams Toolkit from the navigation panel.
44
44
45
-

45
+

46
46
47
-
8. Within the Teams Toolkit panel, login to the following accounts:
47
+
8. Within the Microsoft 365 Agents Toolkit panel, login to the following accounts:
48
48
49
49
**Sign in to Microsoft 365**: Use your Microsoft 365 work or school account with a valid E5 subscription for building your app. If you don't have a valid account, you can join [Microsoft 365 developer program](https://developer.microsoft.com/microsoft-365/dev-program) to get a free account before you start.
0 commit comments