Mike Fal creates and does basic configuration of an Azure SQL Database instance using Powershell:
From a logical standpoint, working with Azure SQL databases is not very different from setting up a SQL Server instance and database in your environment. There are 3 main components we will need to deploy:
- 
A server 
- 
A database 
- 
A firewall (server or database) 
This is the second part in his series.