Azure CLI samples for Azure SQL Database and SQL Managed Instance

Applies to: Azure SQL Database Azure SQL Managed Instance

You can configure Azure SQL Database and SQL Managed Instance by using the Azure CLI.

If you don't have an Azure subscription, create an Azure free account before you begin.

Prerequisites

Samples

The following table includes links to Azure CLI script examples to manage single and pooled databases in Azure SQL Database.

Area Description
Create databases
Create a single database Creates an SQL Database and configures a server-level firewall rule.
Create pooled databases Creates elastic pools, moves pooled databases, and changes compute sizes.
Scale databases
Scale a single database Scales single database.
Scale pooled database Scales a SQL elastic pool to a different compute size.
Configure geo-replication
Single database Configures active geo-replication for a database in Azure SQL Database and fails it over to the secondary replica.
Pooled database Configures active geo-replication for a database in an elastic pool, then fails it over to the secondary replica.
Configure failover group
Configure failover group Configures a failover group for a group of databases and failover over databases to the secondary server.
Single database Creates a database and a failover group, adds the database to the failover group, then tests failover to the secondary server.
Pooled database Creates a database, adds it to an elastic pool, adds the elastic pool to the failover group, then tests failover to the secondary server.
Back up, restore, copy, and import a database
Back up a database Backs up a database in SQL Database to an Azure storage backup.
Restore a database Restores a database in SQL Database to a specific point in time.
Copy a database to a new server Creates a copy of an existing database in SQL Database in a new server.
Import a database from a BACPAC file Imports a database to SQL Database from a BACPAC file.

Learn more about the single-database Azure CLI API.