Skip to content

Commit ea5d577

Browse files
committed
edit pass: flexible-server-private-endpoint
1 parent e0da77b commit ea5d577

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/postgresql/flexible-server/how-to-manage-virtual-network-private-endpoint-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure Database for PostgreSQL - Flexible Server supports two types of mutually e
2323

2424
This article focuses on creation of a PostgreSQL server with public access (allowed IP addresses) by the using Azure portal. You can then help secure the server by adding private networking based on Private Link technology.
2525

26-
[Private Link](../../private-link/private-link-overview.md) enables you to access these services over a private endpoint in your virtual network:
26+
You can use [Private Link](../../private-link/private-link-overview.md) to access the following services over a private endpoint in your virtual network:
2727

2828
* Azure platform as a service (PaaS) services, such as Azure Database for PostgreSQL - Flexible Server
2929
* Customer-owned or partner services that are hosted in Azure
@@ -36,7 +36,7 @@ To add a flexible server to a virtual network by using Private Link, you need:
3636

3737
* A [virtual network](../../virtual-network/quick-create-portal.md#create-a-virtual-network). The virtual network and subnet should be in the same region and subscription as your flexible server.
3838

39-
Be sure to remove any locks (**Delete** or **Read only**) from your virtual network and all subnets before adding a server to a virtual network, because locks might interfere with operations on the network and DNS. You can reset the locks after server creation.
39+
Be sure to remove any locks (**Delete** or **Read only**) from your virtual network and all subnets before you add a server to the virtual network, because locks might interfere with operations on the network and DNS. You can reset the locks after server creation.
4040
* Registration of the [PostgreSQL private endpoint preview feature in your subscription](../../azure-resource-manager/management/preview-features.md).
4141

4242
## Create an Azure Database for PostgreSQL - Flexible Server instance with a private endpoint
@@ -89,9 +89,9 @@ To create an Azure Database for PostgreSQL server, take the following steps:
8989

9090
10. Select **Review + create**.
9191

92-
11. On the **Review + create** tab, Azure validates your configuration. The **Networking** section lists your private endpoint information.
92+
11. On the **Review + create** tab, Azure validates your configuration. The **Networking** section lists information about your private endpoint.
9393

94-
When you see the message that validation passed, select **Create**.
94+
When you see the message that your configuration passed validation, select **Create**.
9595

9696
### Approval process for a private endpoint
9797

@@ -100,7 +100,7 @@ A separation of duties is common in many enterprises today:
100100
* A network administrator creates the cloud networking infrastructure, such as Azure Private Link services.
101101
* A database administrator (DBA) creates and manages database servers.
102102

103-
After a network administrator creates a private endpoint, the PostgreSQL DBA can manage the private endpoint connection to Azure Database for PostgreSQL. Here's the DBA's approval process for a private endpoint:
103+
After a network administrator creates a private endpoint, the PostgreSQL DBA can manage the private endpoint connection to Azure Database for PostgreSQL. The DBA uses the following approval process for a private endpoint connection:
104104

105105
1. In the Azure portal, go to the Azure Database for PostgreSQL - Flexible Server resource.
106106

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Azure Database for PostgreSQL - Flexible Server provides for Private Link connec
3333
- An Azure Database for PostgreSQL - Flexible Server instance that's [privately networked via Azure Private Link](../flexible-server/concepts-networking-private-link.md)
3434
- An Azure integration runtime within a [Data Factory managed virtual network](../../data-factory/data-factory-private-link.md)
3535

36-
## Create a private endpoint in Azure Data Factory
36+
## Create a private endpoint in Data Factory
3737

3838
An Azure Database for PostgreSQL connector currently supports *public connectivity only*. When you use an Azure Database for PostgreSQL connector in Azure Data Factory, you might get an error when you try to connect to a privately networked instance of Azure Database for PostgreSQL - Flexible Server.
3939

0 commit comments

Comments
 (0)