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/how-to-manage-virtual-network-private-endpoint-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Azure Database for PostgreSQL - Flexible Server supports two types of mutually e
23
23
24
24
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.
25
25
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:
27
27
28
28
* Azure platform as a service (PaaS) services, such as Azure Database for PostgreSQL - Flexible Server
29
29
* 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:
36
36
37
37
* 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.
38
38
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.
40
40
* Registration of the [PostgreSQL private endpoint preview feature in your subscription](../../azure-resource-manager/management/preview-features.md).
41
41
42
42
## 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:
89
89
90
90
10. Select **Review + create**.
91
91
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.
93
93
94
-
When you see the message that validation passed, select **Create**.
94
+
When you see the message that your configuration passed validation, select **Create**.
95
95
96
96
### Approval process for a private endpoint
97
97
@@ -100,7 +100,7 @@ A separation of duties is common in many enterprises today:
100
100
* A network administrator creates the cloud networking infrastructure, such as Azure Private Link services.
101
101
* A database administrator (DBA) creates and manages database servers.
102
102
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:
104
104
105
105
1. In the Azure portal, go to the Azure Database for PostgreSQL - Flexible Server resource.
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/howto-connect-to-data-factory-private-endpoint.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Azure Database for PostgreSQL - Flexible Server provides for Private Link connec
33
33
- An Azure Database for PostgreSQL - Flexible Server instance that's [privately networked via Azure Private Link](../flexible-server/concepts-networking-private-link.md)
34
34
- An Azure integration runtime within a [Data Factory managed virtual network](../../data-factory/data-factory-private-link.md)
35
35
36
-
## Create a private endpoint in Azure Data Factory
36
+
## Create a private endpoint in Data Factory
37
37
38
38
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.
0 commit comments