Skip to content

Commit d75f4b1

Browse files
authored
Merge pull request #271295 from nachoalonsoportillo/patch-49
Add missing parts
2 parents e64b2c0 + 75ffa79 commit d75f4b1

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

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

Lines changed: 21 additions & 17 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: 03/26/2024
11+
ms.date: 04/05/2024
1212
---
1313

1414

@@ -56,33 +56,37 @@ 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-
|**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.|
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.|
61+
|**Workload type**|Select one of the available tiers for the service.|
6362
|**Compute + Storage**|Select the pricing tier that you need for the server, based on the workload.|
63+
|**Availability zone**|Select the availability zone in which you want your instance deployed, or 'No preference' for the service to choose one for you.|
64+
|**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.|
65+
|**Authentication method**|Choose your preferred authentication method and the information of the principal you want to make your first PostgreSQL administrator.|
6466

6567
5. Select **Next: Networking**.
6668

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

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

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:
73+
:::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." :::
74+
8. On the **Create private endpoint** pane, enter the following values:
7375

7476
|Setting|Value|
7577
|---------|------|
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.|
78+
|**Subscription**| Select the subscription in which you want to create the private endpoint.|
79+
|**Resource group**| Select the resource group where you want to create your private endpoint.|
80+
|**Location**|Select the Azure region matching that of the virtual network where you want to create the private endpoint.|
7981
|**Name**|Enter a name for the private endpoint.|
8082
|**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**.|
83+
|----|----|
84+
|**Networking** section| |
85+
|**Virtual network**| Select from the list the virtual network that you created previously, in which you want to create the private endpoint. |
86+
|**Subnet**|Enter the name of the subnet where you want to create the private endpoint.|
87+
|----|----|
88+
|**Private DNS integration** section| |
89+
|**Integrate with private DNS zone**| Select **Yes**.|
8690
|**Private DNS Zone**| Select **(New)privatelink.postgresql.database.azure.com**. This setting creates a new private DNS zone.|
8791

8892
9. Select **OK**.
Loading

0 commit comments

Comments
 (0)