Skip to content

Commit 6a5b79c

Browse files
Merge pull request #277458 from varun-dhawan/varund-jul
[PostrgreSQL] updates virtual endpoint details
2 parents 27df822 + e7ddd07 commit 6a5b79c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/postgresql/flexible-server/concepts-read-replicas-virtual-endpoints.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes the virtual endpoints for read replica featu
44
author: AlicjaKucharczyk
55
ms.author: alkuchar
66
ms.reviewer: maghan
7-
ms.date: 6/5/2024
7+
ms.date: 6/6/2024
88
ms.service: postgresql
99
ms.subservice: flexible-server
1010
ms.topic: conceptual
@@ -54,26 +54,25 @@ The sections below delve into how these endpoints react to both [Promote to prim
5454

5555
### Using Virtual Endpoints for Consistent Hostname During Point-in-Time Recovery (PITR) or Snapshot Restore
5656

57-
This section explains how to use Virtual Endpoints in Azure Database for PostgreSQL - Flexible Server to maintain a consistent hostname during Point-in-Time Recovery (PITR) or Snapshot Restore, ensuring application connection strings remain unchanged.
57+
This section explains how to use Virtual Endpoints in Azure Database for PostgreSQL - Flexible Server to maintain a consistent hostname during Point-in-Time Recovery (PITR) or Snapshot Restore, ensuring application connection strings remain unchanged. Follow below steps:
5858

59-
### Steps:
60-
1. Add Virtual Endpoint to Primary Server:
59+
1. **Add Virtual Endpoint to Primary Server:**
6160
- Browse to your primary server instance in the Azure Portal.
62-
- Navigate to Replication Tab, and under "Virtual Endpoints," click "Add Virtual Endpoint."
61+
- Navigate to **Replication** Tab, and under **Virtual Endpoints**, click **Add Virtual Endpoint**.
6362
- Configure the virtual endpoint with a consistent hostname (e.g., `mydb-virtual-endpoint.postgres.database.azure.com`).
6463
- Save the configuration.
6564
- Update your application to use this virtual endpoint in the connection string.
6665

67-
2. Perform Point-in-Time-Restore (PITR) or Snapshot Restore:
66+
2. **Perform Point-in-Time-Restore (PITR) or Snapshot Restore:**
6867
- Initiate Recovery:
69-
- Go to the "Backups" section of your primary server.
70-
- Choose the appropriate restore option (PITR or snapshot) and specify the desired point in time.
68+
- Go to the **Backups** section of your primary server.
69+
- Choose the appropriate restore option (`PITR` or `snapshot`) and specify the desired point in time.
7170
- Update Virtual Endpoint:
7271
- Once the new instance is created, navigate back to the primary server settings.
7372
- Remove the virtual endpoint from the original primary server.
7473
- Add the same virtual endpoint to the newly created server.
7574

76-
3. Validation:
75+
3. **Validation:**
7776
- Ensure that your application connects using the virtual endpoint and verify the database operations post-recovery.
7877

7978
## Related content

0 commit comments

Comments
 (0)