Hi MJ-1983,
LRS and the Azure SQL Migration Extension for Azure Data Studio are free.
Database Migration Service (DMS) does incur costs, but it provides a fully managed and automated migration experience, which may justify the cost depending on the complexity and downtime requirements.
Downtime Comparison:
LRS offers minimal downtime, but since it requires manual orchestration using PowerShell or Azure CLI, the complexity could lead to increased operational overhead.
DMS is designed for automated and more controlled migration with downtime minimized, but the overall downtime depends on the size of the database and network throughput. In most cases, DMS can offer better control over downtime compared to LRS due to its automated nature.
Option A is the correct approach in your scenario:
Since your setup includes SQL Server Failover Cluster Instances (FCI) sharing the same data disk and performing backups to Azure Blob Storage, Option A (migration from Azure Blob Storage) is well-suited.
Using DMS with Option A will allow automated migration from backups stored in Azure Blob, ensuring minimal downtime and high availability.
If you prefer a hands-off, automated migration with controlled downtime, DMS with Option A is the most suitable path.
Test the process in a lower environment first to validate the setup and monitor the migration time.
If cost is a concern and you can manage manual orchestration, LRS combined with the Azure SQL Migration Extension remains a valid alternative.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.