[SQL Migration] Remove preview tag from SQL DB scenario (#22070)

* Remove preview from strings

* Update readme
This commit is contained in:
Raymond Truong
2023-03-02 13:11:46 -08:00
committed by GitHub
parent 91ee26a888
commit 8600cc3cd1
2 changed files with 5 additions and 7 deletions

View File

@@ -17,7 +17,6 @@ Open the Azure Data Studio marketplace, select and install the latest version of
- An Azure account (**not required for assessment or SKU recommendation functionality**).
- A source SQL Server database(s) running on-premises, or on SQL Server on Azure Virtual Machine or any virtual machine running in the cloud (private, public).
- An Azure SQL Managed Instance, SQL Server on Azure Virtual Machine, or Azure SQL Database to migrate your database(s) to.
> Azure SQL Database offline migrations are still in public preview.
- Your database backup location details, either a network file share or an Azure Blob Storage container (not required for Azure SQL Database targets).
## Getting started
Refer to [Migrate databases using the Azure SQL Migration extension for Azure Data Studio](https://docs.microsoft.com/azure/dms/migration-using-azure-data-studio) for detailed documentation on capabilities and concepts.
@@ -31,7 +30,7 @@ It also generates right-sized SKU recommendations for your Azure target to meet
The Azure SQL Migration extension supports database migrations to the following Azure SQL targets.
- [Azure SQL Managed Instance](https://docs.microsoft.com/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview)
- [SQL Server on Azure Virtual Machines](https://docs.microsoft.com/azure/azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview)
- [Azure SQL Database (Preview)](https://docs.microsoft.com/azure/azure-sql/database/sql-database-paas-overview?view=azuresql)
- [Azure SQL Database](https://docs.microsoft.com/azure/azure-sql/database/sql-database-paas-overview?view=azuresql)
## Migration modes
@@ -39,7 +38,6 @@ The following migration modes are supported for the corresponding Azure SQL targ
- Online - The source SQL Server database is available for read and write activity, while the database backups (full + log) are continuously restored on the Azure SQL target. Application downtime is limited to the duration of the cutover at the end of migration.
> Online migrations to Azure SQL Database targets are not yet supported.
- Offline - The source SQL Server database cannot be used for write activity, while the database backup files are restored on the Azure SQL target. Application downtime persists from the start until the completion of the migration process.
> Azure SQL Database offline migrations are still in public preview.
## Need assistance or have questions/feedback
You can submit ideas/suggestions for improvement and other feedback (including bugs) to the [Azure Community forum — Azure Database Migration Service](https://feedback.azure.com/d365community/forum/2dd7eb75-ef24-ec11-b6e6-000d3a4f0da0).