Skip to content

Instantly share code, notes, and snippets.

View billgib's full-sized avatar

Bill Gibson billgib

  • Microsoft
  • Redmond, WA
View GitHub Profile
@billgib
billgib / CreateOrUpdateElasticPoolAndPopulate.json
Last active April 30, 2020 12:57
ARM templates and corresponding PowerShell script files to manage moving databases into and out of a SQL Database elastic pool.
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"serverName": {
"type": "string"
},
"serverLocation": {
"type": "string"
},