Skip to content

Commit 8bdc275

Browse files
Add missing parts
1 parent 0178402 commit 8bdc275

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

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

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: flexible-server
88
ms.custom:
99
- ignite-2023
1010
ms.topic: how-to
11-
ms.date: 01/16/2024
11+
ms.date: 04/05/2024
1212
---
1313

1414

@@ -56,33 +56,38 @@ To create an Azure Database for PostgreSQL flexible server instance, take the fo
5656
|**Subscription**| Select your Azure subscription.|
5757
|**Resource group**| Select your Azure resource group.|
5858
|**Server name**| Enter a unique server name.|
59+
|**Region**|Select an Azure region where you want to want your Azure Database for PostgreSQL flexible server instance to reside.|
60+
|**PostgreSQL version**|Select the required database version of the Azure Database for PostgreSQL flexible server instance.|
5961
|**Admin username** |Enter an administrator name of your choosing.|
60-
|**Password**|Enter a password of your choosing. The password must have at least eight characters and meet the defined requirements.|
61-
|**Location**|Select an Azure region where you want to want your Azure Database for PostgreSQL flexible server instance to reside.|
62-
|**Version**|Select the required database version of the Azure Database for PostgreSQL flexible server instance.|
62+
|**Workload type**|Select one of the available tiers for the service.|
6363
|**Compute + Storage**|Select the pricing tier that you need for the server, based on the workload.|
64+
|**Availability zone**|Select the availability zone in which you want your instance deployed, or 'No preference' for the service to choose one for you.|
65+
|**Enable high availability**|Check this box if you need a standby synchronous replica with automatic failover capability, to be deployed either in the same zone or in another zone in the same region.|
66+
|**Authentication method**|Choose your preferred authentication method and the information of the principal you want to make your first PostgreSQL administrator.|
6467

6568
5. Select **Next: Networking**.
6669

67-
6. For **Connectivity method**, select the **Public access (allowed IP addresses) and private endpoint** checkbox.
70+
6. Under **Network connectivity**, for **Connectivity method** select **Public access (allowed IP addresses) and Private endpoint** radio button.
6871

69-
7. In the **Private Endpoint** section, select **Add private endpoint**.
72+
7. In the **Private endpoint** section, select **Add private endpoint**.
7073

71-
:::image type="content" source="./media/how-to-manage-virtual-network-private-endpoint-portal/private-endpoint-selection.png" alt-text="Screenshot of the button for adding a private endpoint button on the Networking pane in the Azure portal." :::
72-
8. On the **Create Private Endpoint** pane, enter the following values:
74+
:::image type="content" source="./media/how-to-manage-virtual-network-private-endpoint-portal/private-endpoint-selection.png" alt-text="Screenshot of the button for adding a private endpoint on the Networking pane in the Azure portal." :::
75+
8. On the **Create private endpoint** pane, enter the following values:
7376

7477
|Setting|Value|
7578
|---------|------|
76-
|**Subscription**| Select your subscription.|
77-
|**Resource group**| Select the resource group that you chose previously.|
78-
|**Location**|Select an Azure region where you created your virtual network.|
79+
|**Subscription**| Select the subscription in which you want to create the private endpoint.|
80+
|**Resource group**| Select the resource group where you want to create your private endpoint.|
81+
|**Location**|Select the Azure region matching that of the virtual network where you want to create the private endpoint.|
7982
|**Name**|Enter a name for the private endpoint.|
8083
|**Target subresource**|Select **postgresqlServer**.|
81-
|**NETWORKING**|
82-
|**Virtual Network**| Enter a name for the Azure virtual network that you created previously. |
83-
|**Subnet**|Enter the name of the Azure subnet that you created previously.|
84-
|**PRIVATE DNS INTEGRATION**|
85-
|**Integrate with Private DNS Zone**| Select **Yes**.|
84+
|----|----|
85+
|**Networking** section| |
86+
|**Virtual network**| Select from the list the virtual network that you created previously, in which you want to create the private endpoint. |
87+
|**Subnet**|Enter the name of the subnet where you want to create the private endpoint.|
88+
|----|----|
89+
|**Private DNS integration** section| |
90+
|**Integrate with private DNS zone**| Select **Yes**.|
8691
|**Private DNS Zone**| Select **(New)privatelink.postgresql.database.azure.com**. This setting creates a new private DNS zone.|
8792

8893
9. Select **OK**.

0 commit comments

Comments
 (0)