Skip to content

Commit

Permalink
added support for GS series VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath Carroll committed May 30, 2017
1 parent 66a37f6 commit 53b98ee
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions azuredeploy.json
Expand Up @@ -34,7 +34,7 @@
"description": "The domain name in FQDN form. This value should contain at least two parts, separated by a '.' (for example, datakeeper.local). The first part of the FQDN will be used as the login domain name (for example, login as datakeeper\siosadmin), and must not match the DOMAINADMINUSERNAME. If DOMAINNAME does not contain a '.', the suffix '.local' will be appended."
}
},
"domainAdminUsername": {
"domainAdminUsername": {
"type": "string",
"defaultValue": "siosadmin",
"metadata": {
Expand Down Expand Up @@ -74,7 +74,12 @@
"Standard_D13",
"Standard_DS13",
"Standard_D14",
"Standard_DS14"
"Standard_DS14",
"Standard_GS1",
"Standard_GS2",
"Standard_GS3",
"Standard_GS4",
"Standard_GS5"
],
"metadata": {
"description": "The size of the primary domain controller VM. If a DS size is selected, the STORAGEACCOUNTTYPE parameter must have a Premium type selected."
Expand All @@ -99,7 +104,12 @@
"Standard_D13",
"Standard_DS13",
"Standard_D14",
"Standard_DS14"
"Standard_DS14",
"Standard_GS1",
"Standard_GS2",
"Standard_GS3",
"Standard_GS4",
"Standard_GS5"
],
"metadata": {
"description": "The size of the DataKeeper / SQL VMs. If a DS size is selected, the STORAGEACCOUNTTYPE parameter must have a Premium type selected."
Expand Down

0 comments on commit 53b98ee

Please sign in to comment.