How to use T-SQL to scale Azure SQL Server
You can use T-SQL to scale up/down Azure SQL Server: To check the DB scaling progress, you can use T-SQL in Master DB: With the T-SQL Alter database command, you can use SQL agent to easily schedule your database scale up/down.