Skip to content

Commit 6162db1

Browse files
authored
OneDrive connectors: new how-to video embed links (#469)
1 parent 98355eb commit 6162db1

File tree

1 file changed

+49
-10
lines changed

1 file changed

+49
-10
lines changed

snippets/general-shared-text/onedrive.mdx

Lines changed: 49 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<iframe
2-
width="560"
3-
height="315"
4-
src="https://www.youtube.com/embed/7uSu0LsbcEQ"
5-
title="YouTube video player"
6-
frameborder="0"
7-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
8-
allowfullscreen
9-
></iframe>
10-
111
- A OneDrive for business plan, or a Microsoft 365 or Office 365 Business or enterprise plan that includes OneDrive.
122
[Learn more](https://www.microsoft.com/microsoft-365/onedrive/compare-onedrive-plans).
133
[Shop for business plans](https://www.microsoft.com/microsoft-365/business/compare-all-microsoft-365-business-products).
@@ -28,7 +18,32 @@ allowfullscreen
2818
3. Locate the user account in the list of active users.
2919
4. The UPN is displayed in the **Username** column.
3020

21+
The following video shows how to get a UPN:
22+
23+
<iframe
24+
width="560"
25+
height="315"
26+
src="https://www.youtube.com/embed/H0yYfhfyCE0"
27+
title="YouTube video player"
28+
frameborder="0"
29+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
30+
allowfullscreen
31+
></iframe>
32+
3133
- The path to the target OneDrive folder, starting from the OneDrive account's root folder, for example `my-folder/my-subfolder`.
34+
35+
The following video shows how to get a path:
36+
37+
<iframe
38+
width="560"
39+
height="315"
40+
src="https://www.youtube.com/embed/SfUA1IwtI5U"
41+
title="YouTube video player"
42+
frameborder="0"
43+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
44+
allowfullscreen
45+
></iframe>
46+
3247
- The client ID, tenant ID, and client secret for the Microsoft Entra ID app registration that has access to the target OneDrive account and
3348
also has the correct set of Microsoft Graph access permissions. These permissions include:
3449

@@ -39,3 +54,27 @@ allowfullscreen
3954
1. [Create an Entra ID app registration](https://learn.microsoft.com/entra/identity-platform/quickstart-register-app?pivots=portal).
4055
2. [Add Graph access permissions to an app registration](https://learn.microsoft.com/entra/identity-platform/howto-update-permissions?pivots=portal#add-permissions-to-an-application).
4156
3. [Grant consent for the added Graph permissions](https://learn.microsoft.com/entra/identity-platform/howto-update-permissions?pivots=portal#grant-consent-for-the-added-permissions-for-the-enterprise-application).
57+
58+
The following video shows how to create an Entra ID app registration:
59+
60+
<iframe
61+
width="560"
62+
height="315"
63+
src="https://www.youtube.com/embed/aBAY-LKLPSo"
64+
title="YouTube video player"
65+
frameborder="0"
66+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
67+
allowfullscreen
68+
></iframe>
69+
70+
The following video shows how to add the correct set of Graph access permissions to the Entra ID app registration:
71+
72+
<iframe
73+
width="560"
74+
height="315"
75+
src="https://www.youtube.com/embed/jBJsrSkpClo"
76+
title="YouTube video player"
77+
frameborder="0"
78+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
79+
allowfullscreen
80+
></iframe>

0 commit comments

Comments
 (0)