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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,21 +51,21 @@ az resource create --id /subscriptions/<subscription_id>/resourceGroups/<resourc
51
51
> [!NOTE]
52
52
> Alternative command to create private endpoint in data factory using Azure CLI is [az datafactory managed-private-endpoint create](https://learn.microsoft.com/cli/azure/datafactory/managed-private-endpoint?view=azure-cli-latest#az-datafactory-managed-private-endpoint-create)
53
53
54
-
After above command is successfully executed you should ne able to view you private endpoint in Managed Private Endpoints blade in Data Factory Azure portal interface, as shown in the following example:
54
+
After above command is successfully executed you should ne able to view private endpoint in Managed Private Endpoints blade in Data Factory Azure portal interface, as shown in the following example:
Once the private endpoint is provisioned, we can follow the ‘Manage approvals In Azure portal’ link in the Private Endpoint details screen to approve the private endpoint. It takes several minutes for ADF to discover that it's now approved.
61
+
Once the private endpoint is provisioned, we can follow the "Manage approvals In Azure portal" link in the Private Endpoint details screen to approve the private endpoint. It takes several minutes for ADF to discover that it's now approved.
62
62
63
63
64
64
## Adding PostgreSQL Flexible Server networked server data source in data factory.
65
65
66
66
When both provisioning succeeded and the endpoint are approved, we can finally create connection to PGFlex using “Azure Database for PostgreSQL” ADF connector.
67
67
1. After following previous steps, when selecting the server for which we created the private endpoint, the private endpoint gets selected automatically as well.
68
-
2. Next, you may select database, enter username/password and be sure to select ‘SSL’ as encryption method, as shown in the following example:
68
+
2. Next, select database, enter username/password and be sure to select "SSL" as encryption method, as shown in the following example:
69
69
:::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." :::
70
70
1. Select test connection. You should see "Connection Successful" message next to test connection button.
0 commit comments