top of page

Work with relational data in Azure

Azure supports several popular SQL-based database solutions including SQL Server, PostgreSQL, and MySQL. Learn how to use these enterprise data solutions in Azure to store and retrieve your app's data in the cloud.

Provision an Azure SQL database to store application data

Use the Azure Portal and Cloud Shell to provision, connect, and manage Azure SQL databases.

Create an Azure Database for PostgreSQL server

Azure Database for PostgreSQL provides fully managed, enterprise-ready community PostgreSQL database as a service. Learn how to create and deploy this service and connect it to your applications.

Scale multiple Azure SQL Databases with SQL elastic pools

SQL elastic pools allow you to manage performance and cost for a collection of SQL databases.

Secure your Azure SQL Database

Secure your Azure SQL Database to keep your data secure and diagnose potential security concerns as they happen.

Develop and configure an ASP.NET application that queries an Azure SQL database

Create a database on Azure SQL Database to store data for an application, and create an ASP.NET application to query data from the database.

bottom of page