Skip to content

Commit 4f2bc84

Browse files
Merge pull request SharePoint#7645 from westleyMS/patch-14
Update deployment-spfx-teams-solutions.md
2 parents 876ad94 + ba94f51 commit 4f2bc84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/spfx/deployment-spfx-teams-solutions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deployment options for SharePoint Framework solutions for Microsoft Teams
33
description: Learn what options are available to deploy SharePoint Framework solutions for Microsoft Teams
4-
ms.date: 09/28/2021
4+
ms.date: 01/13/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -67,7 +67,7 @@ To use your own Microsoft Teams app manifest & app package instead of letting Sh
6767
- [Microsoft Teams: Create an app package for your Microsoft Teams app](/microsoftteams/platform/concepts/build-and-test/apps-package)
6868
- [Microsoft Teams: Manifest schema for Microsoft Teams](/microsoftteams/platform/resources/schema/manifest-schema)
6969

70-
> [!IMPORTANT]
70+
> [!IMPORTANT]
7171
> in the Teams app manifest ensure you add the following entry:
7272
> ```json
7373
> "webApplicationInfo": {
@@ -76,6 +76,7 @@ To use your own Microsoft Teams app manifest & app package instead of letting Sh
7676
> }
7777
> ```
7878
> That is required to ensure any API call in the component will succeed from Microsoft Teams rich clients.
79+
> **teamSiteDomain** will be the same tenant that the Teams client is using, this will not work cross-tenant/cross-___domain so you cannot hardcode another ___domain in.
7980
8081
1. Create the Microsoft Teams app package named **TeamsSPFxApp.zip** by compressing the contents of the **./teams** folder.
8182

0 commit comments

Comments
 (0)