Skip to content

Commit b7c0e81

Browse files
authored
Add embed-links to how-to videos for PostgreSQL and SharePoint (#297)
1 parent 799095f commit b7c0e81

File tree

2 files changed

+25
-27
lines changed

2 files changed

+25
-27
lines changed

snippets/general-shared-text/postgresql.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
The PostgreSQL prerequisites:
1+
The PostgreSQL prerequisites, which include the following settings.
2+
3+
The following video shows for example how to get these settings by using [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/).
4+
5+
<iframe
6+
width="560"
7+
height="315"
8+
src="https://www.youtube.com/embed/QuIlEimejDs"
9+
title="YouTube video player"
10+
frameborder="0"
11+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
12+
allowfullscreen
13+
></iframe>
214

315
- A PostgreSQL instance. [Install PostgreSQL](https://www.postgresql.org/docs/current/tutorial-install.html).
416
- The host name and port number for the instance. These values are in the `postgresql.conf` file's `listen_addresses` and `port` settings. This file should be on the same machine as the instance. These values might also already be set as environment variables named `PGHOST` and `PGPORT` on the same machine as the instance.
Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
The SharePoint prerequisites:
1+
The SharePoint prerequisites, which include the following settings.
2+
3+
<iframe
4+
width="560"
5+
height="315"
6+
src="https://www.youtube.com/embed/r4BLhGgpAWQ"
7+
title="YouTube video player"
8+
frameborder="0"
9+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
10+
allowfullscreen
11+
></iframe>
212

313
- The SharePoint site URL.
414

@@ -9,28 +19,4 @@ The SharePoint prerequisites:
919
[Learn more](https://learn.microsoft.com/microsoft-365/community/query-string-url-tricks-sharepoint-m365).
1020

1121
- The path in the SharePoint site from which to start parsing files, for example `"Shared Documents"`. If the connector is to process all sites within the tenant, this filter will be applied to all site document libraries.
12-
- A SharePoint application (client) ID, along with its client secret with access permissions to the SharePoint instance. [Get a client ID and client secret, and set access permissions](https://github.com/vgrem/Office365-REST-Python-Client/wiki/How-to-connect-to-SharePoint-Online-and-and-SharePoint-2013-2016-2019-on-premises--with-app-principal).
13-
14-
<iframe
15-
width="560"
16-
height="315"
17-
src="https://www.youtube.com/embed/Tn-jB7vdnOE"
18-
title="YouTube video player"
19-
frameborder="0"
20-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
21-
allowfullscreen
22-
></iframe>
23-
24-
{/*
25-
- To process per-file access permissions, an associated Azure application (client) ID, along with its correpsonding directory (tenant) ID and client secret with access to the backing Azure account for SharePoint. [Get a client ID, tenant ID, and client secret, and set access permissions](https://tsmatz.wordpress.com/2016/10/07/application-permission-with-v2-endpoint-and-microsoft-graph/).
26-
27-
<iframe
28-
width="560"
29-
height="315"
30-
src="https://www.youtube.com/embed/GmWejAg2cfA"
31-
title="YouTube video player"
32-
frameborder="0"
33-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
34-
allowfullscreen
35-
></iframe>
36-
*/}
22+
- A SharePoint app principal with it application (client) ID, client secret, and access permissions to the SharePoint instance. [Get a client ID and client secret, and set access permissions](https://github.com/vgrem/Office365-REST-Python-Client/wiki/How-to-connect-to-SharePoint-Online-and-and-SharePoint-2013-2016-2019-on-premises--with-app-principal).

0 commit comments

Comments
 (0)