Skip to content

Instantly share code, notes, and snippets.

@chgeuer
Created October 20, 2015 18:08
Show Gist options
  • Save chgeuer/9d7fba649880ef4ed44a to your computer and use it in GitHub Desktop.
Save chgeuer/9d7fba649880ef4ed44a to your computer and use it in GitHub Desktop.
sql-azure-arm.json
"variables": {
"sqlAzureServicePlan": {
"Basic": "dd6d99bb-f193-4ec1-86f2-43d3bccbc49c",
"S0": "f1173c43-91bd-4aaa-973c-54e79e15235b",
"S1": "1b1ebd4d-d903-4baa-97f9-4ea675f5e928",
"S2": "455330e1-00cd-488b-b5fa-177c226f28b7",
"S3": "789681b8-ca10-4eb0-bdf2-e0b050601b40",
"P1": "7203483a-c4fb-4304-9e9f-17c71c904f5d",
"P2": "a7d1b92d-c987-4375-b54d-2b1d0e0f5bb0",
"P3": "a7c4c615-cfb1-464b-b252-925be0a19446"
}
},
"properties": {
"edition": "Basic",
"collation": "[concat('SQL_Latin1_General_CP1_CI_AS')]",
"maxSizeBytes": "1073741824",
"requestedServiceObjectiveId": "[variables('sqlAzureServicePlan').Basic]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment