Skip to content

Commit dbeabb7

Browse files
committed
GitHub PR 106439
1 parent de5faed commit dbeabb7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/migrate/migrate-servers-to-azure-using-private-link.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ This article shows how to migrate on-premises VMware VMs to Azure, using the [Mi
2323

2424
The Migration and modernization tool runs a lightweight VMware VM appliance to enable the discovery, assessment, and agentless migration of VMware VMs. If you have followed the [Discovery and assessment tutorial](discover-and-assess-using-private-endpoints.md), you've already set the appliance up. If you didn't, [set up and configure the appliance](./discover-and-assess-using-private-endpoints.md#set-up-the-azure-migrate-appliance) before you proceed.
2525

26+
To use a private connection for replication, you can use the storage account created earlier during Azure Migrate project setup or create a new cache storage account and configure private endpoint. To create a new storage account with private endpoint, see [Private endpoint for storage account](../private-link/tutorial-private-endpoint-storage-portal.md#create-storage-account-with-a-private-endpoint).
27+
28+
- The private endpoint allows the Azure Migrate appliance to connect to the cache storage account using a private connection like an ExpressRoute private peering or VPN. Data can then be transferred directly on the private IP address.
29+
30+
> [!Important]
31+
> - In addition to replication data, the Azure Migrate appliance communicates with the Azure Migrate service for its control plane activities. These activities include orchestrating replication. Control plane communication between the Azure Migrate appliance and the Azure Migrate service continues to happen over the internet on the Azure Migrate service's public endpoint.
32+
> - The private endpoint of the storage account should be accessible from the network where the Azure Migrate appliance is deployed.
33+
> - DNS must be configured to resolve DNS queries by the Azure Migrate appliance for the cache storage account's blob service endpoint to the private IP address of the private endpoint attached to the cache storage account.
34+
> - The cache storage account must be accessible on its public endpoint. Azure Migrate uses the cache storage account's public endpoint to move data from the storage account to replica-managed disks.
35+
2636
## Replicate VMs
2737

2838
After setting up the appliance and completing discovery, you can begin replicating VMware VMs to Azure.

0 commit comments

Comments
 (0)