You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/migrate-support-matrix-hyper-v-migration.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,35 @@ You can select up to 10 VMs at once for replication. If you want to migrate more
21
21
|**Deployment**| The Hyper-V host can be standalone or deployed in a cluster. <br/>Azure Migrate replication software (Hyper-V Replication provider) is installed on the Hyper-V hosts.|
22
22
|**Permissions**| You need administrator permissions on the Hyper-V host. |
23
23
|**Host operating system**| Windows Server 2019, Windows Server 2016, or Windows Server 2012 R2. |
24
-
| **URL access** | The replication provider software on the Hyper-V hosts will need access to these URLS:<br/><br/> - login.microsoftonline.com: Access control and identity management using Active Directory.<br/><br/> - *.backup.windowsazure.com: Replication data transfer and coordination. Migrate service URLs.<br/><br/> - *.blob.core.windows.net: Upload data to storage accounts.<br/><br/> - dc.services.visualstudio.com: Upload app logs used for internal monitoring.<br/><br/> - time.windows.com: Verifies time synchronization between system and global time.
25
24
| **Port access** | Outbound connections on HTTPS port 443 to send VM replication data.
26
25
26
+
### URL access (public cloud)
27
+
28
+
The replication provider software on the Hyper-V hosts will need access to these URLs.
29
+
30
+
**URL** | **Details**
31
+
--- | ---
32
+
login.microsoftonline.com | Access control and identity management using Active Directory.
33
+
backup.windowsazure.com | Replication data transfer and coordination.
34
+
*.hypervrecoverymanager.windowsazure.com | Used for migration.
35
+
*.blob.core.windows.net | Upload data to storage accounts.
36
+
dc.services.visualstudio.com | Upload app logs used for internal monitoring.
37
+
time.windows.com: Verifies time synchronization between system and global time.
38
+
39
+
### URL access (Azure Government)
40
+
41
+
The replication provider software on the Hyper-V hosts will need access to these URLs.
42
+
43
+
**URL** | **Details**
44
+
--- | ---
45
+
login.microsoftonline.us | Access control and identity management using Active Directory.
46
+
backup.windowsazure.us | Replication data transfer and coordination.
47
+
*.hypervrecoverymanager.windowsazure.us | Used for migration.
48
+
*.blob.core.usgovcloudapi.net | Upload data to storage accounts.
49
+
dc.services.visualstudio.com | Upload app logs used for internal monitoring.
50
+
time.nist.gov | Verifies time synchronization between system and global time.
0 commit comments