Skip to content

Commit 3f1cb2b

Browse files
authored
Merge pull request #278412 from apduvuri/clichanges
Changes made in the CLI and troubleshooting guide
2 parents 4624b4b + 66b1d3a commit 3f1cb2b

7 files changed

+232
-197
lines changed

articles/postgresql/migrate/migration-service/how-to-network-setup-migration-service.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.topic: how-to
1616

1717
This document outlines various scenarios for connecting a source database to an Azure Database for PostgreSQL using the migration service. Each scenario presents different networking requirements and configurations to establish a successful connection for migration. Specific details vary based on the actual network setup and requirements of the source and target environments.
1818

19-
The table below summarizes the scenarios for connecting a source database to an Azure Database for PostgreSQL using the migration service. It indicates whether each scenario is supported based on the configurations of the source and target environments.
19+
The table summarizes the scenarios for connecting a source database to an Azure Database for PostgreSQL using the migration service. It indicates whether each scenario is supported based on the configurations of the source and target environments.
2020

2121
| PostgreSQL Source | Target | Supported |
2222
| --- | --- | --- |
@@ -154,7 +154,7 @@ Completing these steps enables the Azure Database for PostgreSQL - Flexible Serv
154154

155155
## Scenario 8: Azure Database for PostgreSQL single server with private endpoint to Azure Database for PostgreSQL flexible server with private endpoint
156156

157-
Below are the essential networking steps for migrating from a Single Server with a private endpoint to a Flexible Server with a private endpoint in Azure PostgreSQL, including the integration of a runtime server's virtual network with private endpoint configurations.
157+
Below are the essential networking steps for migrating from a Single Server with a private endpoint to a Flexible Server with a private endpoint in Azure PostgreSQL, including the integration of a runtime server's virtual network with private endpoint configurations. For more information about the Runtime Server, visit the [Migration Runtime Server](concepts-migration-service-runtime-server.md).
158158

159159
- **Gather Private Endpoint Details for Single Server**
160160
- Access the Azure portal and locate the Azure Database for PostgreSQL - Single Server instance.
@@ -169,7 +169,7 @@ Below are the essential networking steps for migrating from a Single Server with
169169
:::image type="content" source="media/how-to-network-setup-migration-service/flexible-server-private-endpoint.png" alt-text="Screenshot of Flexible Server with PE." lightbox="media/how-to-network-setup-migration-service/flexible-server-private-endpoint.png":::
170170

171171
- **Gather VNET details for Migration Runtime Server**
172-
- Access the Azure portal and locate the migration runtime server, that is, Azure Database for PostgreSQL - Flexible Server (VNETc Integrated) instance.
172+
- Access the Azure portal and locate the migration runtime server, that is, Azure Database for PostgreSQL - Flexible Server (VNET Integrated) instance.
173173
- Record the Virtual Network (virtual network) and subnet details listed under the virtual network.
174174

175175
:::image type="content" source="media/how-to-network-setup-migration-service/instance-vnet.png" alt-text="Screenshot of migration runtime server with virtual network." lightbox="media/how-to-network-setup-migration-service/instance-vnet.png":::
@@ -190,21 +190,21 @@ Below are the essential networking steps for migrating from a Single Server with
190190

191191
:::image type="content" source="media/how-to-network-setup-migration-service/source-dns-zone.png" alt-text="Screenshot of private DNS zone of source/target server." lightbox="media/how-to-network-setup-migration-service/source-dns-zone.png":::
192192

193-
## Scenario 9: On-Premises, Azure VM, AWS RDS with private IPs to Azure Database for PostgreSQL flexible server with private endpoint
193+
## Scenario 9: On-premises, Azure VM, AWS RDS with private IPs to Azure Database for PostgreSQL flexible server with private endpoint
194194

195-
Below are the networking steps for migrating a PostgreSQL database from an on-premises environment, Azure VM, or AWS instance—all of which are configured with private IPs—to an Azure Database for PostgreSQL Flexible Server that is secured with a private endpoint. The migration ensures secure data transfer within a private network space, using Azure's VPN or ExpressRoute for on-premises connections and virtual network peering or VPN for cloud-to-cloud migrations.
195+
Below are the networking steps for migrating a PostgreSQL database from an on-premises environment, Azure VM, or AWS instance—all of which are configured with private IPs—to an Azure Database for PostgreSQL Flexible Server that is secured with a private endpoint. The migration ensures secure data transfer within a private network space, using Azure's VPN or ExpressRoute for on-premises connections and virtual network peering or VPN for cloud-to-cloud migrations. For more information about the Runtime Server, visit the [Migration Runtime Server](concepts-migration-service-runtime-server.md).
196196

197197
- **Establish Network Connectivity:**
198198
- For on-premises sources, set up a Site-to-Site VPN or ExpressRoute to connect your local network to Azure's virtual network.
199199
- For Azure VM or AWS instances, ensure virtual network peering or a VPN gateway or a ExpressRoute is in place for secure connectivity to Azure's virtual network.
200200

201201
- **Gather VNET details for Migration Runtime Server**
202-
- Access the Azure portal and locate the migration runtime server, i.e., Azure Database for PostgreSQL - Flexible Server (VNETc Integrated) instance.
202+
- Access the Azure portal and locate the migration runtime server, that is, Azure Database for PostgreSQL - Flexible Server (VNET Integrated) instance.
203203
- Record the Virtual Network (virtual network) and subnet details listed under the virtual network.
204204

205205
- **Assess VNet Peering Requirements**
206206
- Enable virtual network peering if the servers are in different VNets; no peering is needed in the same virtual network but with different subnets.
207-
- Ensure no NSGs are blocking traffic between the source, migration runtime and target servers.
207+
- Ensure no NSGs are blocking traffic between the source, migration runtime, and target servers.
208208

209209
- **Private DNS Zone Configuration**
210210
- Verify the use of a private DNS zone on the networking page of the Migration Runtime Server.

0 commit comments

Comments
 (0)