Skip to content

Commit e58fa2b

Browse files
authored
Update embed-pages-to-teams.md
Fixed content: - Replaced PageUrl with pageUrl in order to make it conform with example - Removed empty space after and before domainUrl tag in example - Applied correct format to Domains from your tabs
1 parent f0d03cc commit e58fa2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/features/embed-pages-to-teams.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ We will be using following tags in the steps below, which you should update base
4545

4646
- [domainUrl] – Root URL of the ___domain
4747
- Example – https://contoso.sharepoint.com
48-
- [PageUrl] – Page, which should be shown in the tab relative to the root of the tenant
48+
- [pageUrl] – Page, which should be shown in the tab relative to the root of the tenant
4949
- Example - /sites/theperspective/SitePages/Home.aspx
5050

5151
> [!TIP]
@@ -93,7 +93,7 @@ You will need to use **App Studio** or another editor to create the Teams manife
9393
1. Fill in the **Personal tab** details based on your own setup
9494
1. **Name** – Intranet
9595
1. **Entity ID** – 19991 (Use random number)
96-
1. **Content URL** – https:// [domainUrl] /_layouts/15/teamslogon.aspx?SPFX=true&dest=[pageUrl]
96+
1. **Content URL** – https://[domainUrl]/_layouts/15/teamslogon.aspx?SPFX=true&dest=[pageUrl]
9797
1. Update the URL based on your own tenant details. Example URL would be https://contoso.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=/sites/theperspective/SitePages/Home.aspx
9898
1. The URL will need to be encoded to avoid issues accessing it across different devices.
9999
1. **Website URL** – You can leave this optional value empty
@@ -102,7 +102,7 @@ You will need to use **App Studio** or another editor to create the Teams manife
102102

103103
![teams menu apps](../images/teams-app-studio-domains.png)
104104

105-
1. Make sure that **Domains from your tabs have your ___domain on it
105+
1. Make sure that **Domains from your tabs** have your ___domain on it
106106
1. Example ___domain value `contoso.sharepoint.com`
107107

108108
1. Update **AAD App ID** as 00000003-0000-0ff1-ce00-000000000000
@@ -203,4 +203,4 @@ See more information on these options from the following Microsoft Teams documen
203203

204204
## See also
205205

206-
- [Building Microsoft Teams tab using SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab)
206+
- [Building Microsoft Teams tab using SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab)

0 commit comments

Comments
 (0)