You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/howto-connect-to-data-factory-private-endpoint.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ Data Factory offers three types of integration runtimes:
26
26
27
27
Choose the type that best serves your data integration capabilities and network environment requirements.
28
28
29
-
Azure Database for PostgreSQL flexible server provides for Private Link connectivity in preview. For more information, see [this article](../flexible-server/concepts-networking-private-link.md).
30
-
31
29
## Prerequisites
32
30
33
31
- An Azure Database for PostgreSQL flexible server instance that's [privately networked via Azure Private Link](../flexible-server/concepts-networking-private-link.md)
@@ -48,7 +46,6 @@ az resource create --id /subscriptions/<subscription_id>/resourceGroups/<resourc
48
46
"groupId": "postgresqlServer"
49
47
}'
50
48
```
51
-
52
49
> [!NOTE]
53
50
> An alternative command to create a private endpoint in Data Factory by using the Azure CLI is [az datafactory managed-private-endpoint create](/cli/azure/datafactory/managed-private-endpoint).
54
51
@@ -62,15 +59,15 @@ After you provision a private endpoint, you can approve it by following the **Ma
62
59
63
60
## Add a networked server data source in Data Factory
64
61
65
-
After you provision and approve a private endpoint, you can create a connection to Azure Database for PostgreSQL flexible server by using a Data Factory connector.
62
+
When provisioning succeeds and the endpoint is approved, you can finally create a connection to PGFlex using the Azure Database for PostgreSQL flexible server Data Factory connector.
66
63
67
-
In the previous steps, when you selected the server for which you created the private endpoint, the private endpoint was also selected automatically.
64
+
In the preceding steps, when you selected the server for which you created the private endpoint, the private endpoint was also selected automatically.
68
65
69
66
1. Select a database, enter a username and password, and select **SSL** as the encryption method. The following screenshot shows an example.
70
67
71
68
:::image type="content" source="./media/howto-connect-to-data-factory-private-endpoint/data-factory-data-source-connection.png" alt-text="Example screenshot of connection properties." lightbox="./media/howto-connect-to-data-factory-private-endpoint/data-factory-data-source-connection.png":::
72
69
73
-
1. Select **Test connection**. A "Connection Successful" message should appear.
70
+
1. Select **Test connection**. A **Connection successful** message should appear next to the **Test connection** button.
0 commit comments