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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,11 +81,24 @@ dc.services.visualstudio.com | Upload app logs used for internal monitoring.
81
81
time.nist.gov | Verifies time synchronization between system and global time.
82
82
83
83
>[!Note]
84
-
>
85
-
> If you Migrate project has **private endpoint connectivity**, the replication provider software on the Hyper-V hosts will need access to these URLs for private link support.
84
+
> If your Migrate project has **private endpoint connectivity**, the replication provider software on the Hyper-V hosts will need access to these URLs for private link support.
86
85
> -*.blob.core.windows.com - To access storage account that stores replicated data. This is optional and is not required if the storage account has a private endpoint attached.
87
86
> - login.windows.net for access control and identity management using Active Directory.
88
87
88
+
## Replication storage account requirements
89
+
90
+
This table summarizes support for the replication storage account for Hyper-V VM migrations.
91
+
92
+
**Setting** | **Support** | **Details**
93
+
--- | --- | ---
94
+
General purpose V2 storage accounts (Hot and Cool tier) | Supported | GPv2 storage accounts may incur higher transaction costs than V1 storage accounts.
95
+
Premium storage | Supported | However, standard storage accounts are recommended to help optimize costs.
96
+
Region | Same region as virtual machine | Storage account should be in the same region as the virtual machine being protected.
97
+
Subscription | Can be different from source virtual machines | The Storage account need not be in the same subscription as the source virtual machine(s).
98
+
Azure Storage firewalls for virtual networks | Supported | If you are using firewall enabled replication storage account or target storage account, ensure you [Allow trusted Microsoft services](/azure/storage/common/storage-network-securitytabs=azure-portal#exceptions). Also, ensure that you allow access to at least one subnet of source VNet. **You should allow access from All networks for public endpoint connectivity.**
99
+
Soft delete | Not supported | Soft delete is not supported because once it is enabled on replication storage account, it increases cost. Azure Migrate performs very frequent creates/deletes of log files while replicating causing costs to increase.
100
+
Private endpoint | Supported | Follow the guidance to [set up Azure Migrate with private endpoints](migrate-servers-to-azure-using-private-link.md?pivots=hyperv).
101
+
89
102
## Azure VM requirements
90
103
91
104
All on-premises VMs replicated to Azure must meet the Azure VM requirements summarized in this table.
0 commit comments