Skip to content

Commit 346ffa4

Browse files
committed
Update howto-connect-to-data-factory-private-endpoint.md
1 parent e7f3b7c commit 346ffa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/flexible-server/howto-connect-to-data-factory-private-endpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@ az resource create --id /subscriptions/<subscription_id>/resourceGroups/<resourc
5151
> [!NOTE]
5252
> 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)
5353
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:
5555

5656
:::image type="content" source="./media/howto-connect-to-data-factory-private-endpoint/managed-private-endpoints-screen.png" alt-text="Example screenshot of managed private endpoints screen." :::
5757

5858

5959
## Approve Private Endpoint
6060

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

6363

6464
## Adding PostgreSQL Flexible Server networked server data source in data factory.
6565

6666
When both provisioning succeeded and the endpoint are approved, we can finally create connection to PGFlex using “Azure Database for PostgreSQL” ADF connector.
6767
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:
6969
:::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." :::
7070
1. Select test connection. You should see "Connection Successful" message next to test connection button.
7171

0 commit comments

Comments
 (0)