Skip to content

Commit c76a81c

Browse files
committed
Adding new virtual table connector provider
1 parent aacda67 commit c76a81c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

powerapps-docs/maker/data-platform/create-virtual-tables-using-connectors.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create virtual tables using virtual connectors (Microsoft Dataverse) | Microsoft Docs"
33
description: "Learn how to create virtual tables using virtual connectors in Microsoft Dataverse."
4-
ms.date: 12/10/2024
4+
ms.date: 02/07/2025
55
ms.reviewer: matp
66
ms.topic: article
77
author: mkannapiran
@@ -157,7 +157,7 @@ Watch a short video showing how to create a virtual table with the virtual conne
157157
> - This is a preview feature.
158158
> - [!INCLUDE [cc-preview-features-definition](../../includes/cc-preview-features-definition.md)]
159159
160-
Select Add connection:
160+
Select **Add connection**:
161161

162162
- **Login URI**: Select either **Production** (default) or **Sandbox**.
163163
- **Salesforce API version**: Select **v41.0** (default) or a later version.
@@ -195,6 +195,16 @@ Server should be provided in **Server:Port/SID**-format. Notice that the server
195195
- **Client Secret**. Microsoft Entra ID client secret for the Power Platform client.
196196
- **Resource URL**. Microsoft Entra ID resource application ID. Don't add `api://` for the URL.
197197

198+
# [PostgreSQL](#tab/PostgreSQL)
199+
200+
PostgreSQL is a relational database management system developed by PostgreSQL Global Development Group. For PostgreSQL connections, you must provide a server, database name, authentication type, username and password.
201+
202+
- Enter **Server** ___location, such as *postgres-vcp-test.postgres.database.azure.com:5432*.
203+
- Enter **Database Name**, such as *Adventureworks*.
204+
- Select **Authentication Type** as **Basic**.
205+
- Enter **Username** and **Password**.
206+
- **Encrypt Connection**. Select if you want to encrypt client and server communications for increased security.
207+
198208
---
199209

200210
3. Determine whether to use a connection reference and/or environment variable.

0 commit comments

Comments
 (0)