Challenge 02 - Move to Azure SQL Database

< Previous Challenge - Home - Next Challenge >

Introduction

So far we have deployed a SQL Server on Linux containers which was really convenient for dev/test scenarios, especially locally. But now with this challenge we would like to leverage Azure SQL Database as a Platform-as-a-Service (PaaS) which offers out-of-the-box features for Production: security patching, SQL Server upgrades, auto-tuning, geo-replication, scaling up or down the size of the server, etc. that we don’t want to do by ourselves.

Move to Azure SQL Database

Description

Success Criteria

To complete this challenge successfully, you should be able to:

Learning Resources

Tips