An SQL Database can be implemented in Azure in two ways:
- Using Azure SQL Database: It follows the PaaS model, and we have been using it so far
- Using Azure VMs and building SQL on them: This follows an IaaS model, and will be covered in more detail shortly