Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion snippets/general-shared-text/postgresql.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
The PostgreSQL prerequisites:
The PostgreSQL prerequisites, which include the following settings.

The following video shows for example how to get these settings by using [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/).

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/QuIlEimejDs"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

- A PostgreSQL instance. [Install PostgreSQL](https://www.postgresql.org/docs/current/tutorial-install.html).
- 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.
Expand Down
38 changes: 12 additions & 26 deletions snippets/general-shared-text/sharepoint.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
The SharePoint prerequisites:
The SharePoint prerequisites, which include the following settings.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/r4BLhGgpAWQ"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

- The SharePoint site URL.

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

- 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.
- 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).

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/Tn-jB7vdnOE"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

{/*
- 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/).

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/GmWejAg2cfA"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
*/}
- 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).