Azure SQL Database

MSDN Docs

What is Azure SQL Database?

Azure SQL Database is a fully managed relational database service in the Microsoft Azure cloud. It offers built‑in high‑availability, automated backups, scaling, and advanced security, so you can focus on building applications rather than managing infrastructure.

Key Features

Benefits

By using Azure SQL Database you gain:

Getting Started

  1. Sign in to the Azure Portal.
  2. Create a new SQL Database resource.
  3. Configure compute tier and backups according to your workload.
  4. Connect using Server=tcp:yourserver.database.windows.net,1433;Database=yourdb;User ID=youruser;Password=yourpassword;
  5. Explore the tutorials for sample schemas and code.