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/spfx/deployment-spfx-teams-solutions.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ To use your own Microsoft Teams app manifest & app package instead of letting Sh
67
67
-[Microsoft Teams: Create an app package for your Microsoft Teams app](/microsoftteams/platform/concepts/build-and-test/apps-package)
68
68
-[Microsoft Teams: Manifest schema for Microsoft Teams](/microsoftteams/platform/resources/schema/manifest-schema)
69
69
70
-
> [!IMPORTANT]
70
+
> [!IMPORTANT]
71
71
> in the Teams app manifest ensure you add the following entry:
72
72
> ```json
73
73
> "webApplicationInfo": {
@@ -76,6 +76,7 @@ To use your own Microsoft Teams app manifest & app package instead of letting Sh
76
76
> }
77
77
> ```
78
78
> 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.
79
80
80
81
1. Create the Microsoft Teams app package named **TeamsSPFxApp.zip** by compressing the contents of the **./teams** folder.
0 commit comments