This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You want to create a highly available database system that requires the minimum of administrative time to run. Should you use an IaaS or a PaaS approach?
Use a IaaS approach. Create a set of virtual machines to run your system, and connect them using a virtual network. You have full control over the databases and server running on these virtual machines.
Use a PaaS approach. For example, run a PostgreSQL database using Azure Database for PostgreSQL.
Use either
You want to run a MySQL database in an IaaS environment in which you'll create new instances as quickly as possible. Should you use virtual machines or containers?
Use containers.
Use virtual machines.
Use either.
You want to migrate individual applications and users running specific workloads to the cloud as an initial step in migrating your system. If successful, you'll migrate further workloads until the entire system has been moved. How would you do this?
Perform an online migration of the database.
Follow a piecemeal approach to migration.
Perform an offline migration of the database.
Which migration approach for an on-premises MySQL database to Azure SQL Database takes the least amount of administrative effort?
Use the SQL Server Migration Assistant.
Do an online migration using the Azure Database Migration Service.
Upload the data to Azure storage, and configure Azure SQL Database to read the data from the storage account.
You must answer all questions before checking your work.
Was this page helpful?