Using PowerShell to create Azure SQL Database elastic pools

Posted: (EET/GMT+2)

 

I was this morning looking to help me automate Azure SQL Database management work, and again, PowerShell comes to the rescue. In my case, I wanted to create new elastic pools, and it (though it was no surprise) appears there's a PowerShell command called "New-AzureRmSqlElasticPool" that does the job.

Microsoft has also provided a nice document detailing how to use this cmdlet and a complete sample script.

Happy hacking!