Skip to content

Commit 0cfd023

Browse files
authored
Merge pull request #108594 from anvar-ms/AzureMigrateDocs
throttle
2 parents 483cfec + 51d1710 commit 0cfd023

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/migrate/common-questions-server-migration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ No. Azure Migrate supports migration only to managed disks (Standard HDD, Premiu
7070

7171
Currently, you can migrate 100 VMs per instance of vCenter Server simultaneously. Migrate in batches of 10 VMs.
7272

73+
## How do I throttle replication in using Azure Migrate appliance for agentless VMware replication?
74+
75+
You can throttle using NetQosPolicy. For example:
76+
77+
The AppNamePrefix to use in the NetQosPolicy is "GatewayWindowsService.exe". You could create a policy on the Azure Migrate appliance to throttle replication traffic from the appliance by creating a policy such as this one:
78+
79+
New-NetQosPolicy -Name "ThrottleReplication" -AppPathNameMatchCondition "GatewayWindowsService.exe" -ThrottleRateActionBitsPerSecond 1MB
80+
7381
## When do I migrate machines as physical servers?
7482

7583
Migrating machines by treating them as physical servers is useful in a number of scenarios:

0 commit comments

Comments
 (0)