diff --git a/DSC/ConfigureSiosClientVM.ps1.zip b/DSC/ConfigureSiosClientVM.ps1.zip index f7a72f8..692de62 100644 Binary files a/DSC/ConfigureSiosClientVM.ps1.zip and b/DSC/ConfigureSiosClientVM.ps1.zip differ diff --git a/DSC/ConfigureSiosVM.ps1.zip b/DSC/ConfigureSiosVM.ps1.zip index b9ad497..31837db 100644 Binary files a/DSC/ConfigureSiosVM.ps1.zip and b/DSC/ConfigureSiosVM.ps1.zip differ diff --git a/DSC/ConfigureSiosVM0.ps1.zip b/DSC/ConfigureSiosVM0.ps1.zip index da0a13a..5d1d84d 100644 Binary files a/DSC/ConfigureSiosVM0.ps1.zip and b/DSC/ConfigureSiosVM0.ps1.zip differ diff --git a/README.md b/README.md index 04d5cca..ce452e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SQL Server 2014 AlwaysOn Failover Cluster Instance with SIOS DataKeeper
Azure Deployment Template +# SQL Server 2014 Failover Cluster Instance with SIOS DataKeeper
Azure Deployment Template This template will create a high availability/disaster recovery (HA/DR) solution with the following features: + A Virtual Network diff --git a/Templates/creatingSiosVMs.json b/Templates/creatingSiosVMs.json index d8ba997..b2f0af3 100644 --- a/Templates/creatingSiosVMs.json +++ b/Templates/creatingSiosVMs.json @@ -154,8 +154,7 @@ }, "licenseKeyFtpURL": "[parameters('licenseKeyFtpURL')]", "clusterName": "[parameters('clusterName')]", - "sharePath": "[toLower(concat(variables('sharePathPrefix'), parameters('sharePath')))]", - "nodes": [ "[concat(variables('siosVMNamePrefix'),'0')]", "[concat(variables('siosVMNamePrefix'),'1')]" ] + "sharePath": "[toLower(concat(variables('sharePathPrefix'), parameters('sharePath')))]" } }, "protectedSettings": { @@ -252,7 +251,9 @@ "userName": "[parameters('adminUserName')]", "password": "PrivateSettingsRef:adminPassword" }, - "licenseKeyFtpURL": "[parameters('licenseKeyFtpURL')]" + "licenseKeyFtpURL": "[parameters('licenseKeyFtpURL')]", + "clusterName": "[parameters('clusterName')]", + "nodes": [ "[concat(variables('siosVMNamePrefix'),'0')]", "[concat(variables('siosVMNamePrefix'),'1')]" ] } }, "protectedSettings": { @@ -268,9 +269,9 @@ "name": "[concat(variables('siosVMNamePrefix'), 'client')]", "location": "[parameters('location')]", "plan": { - "name": "sios-datakeeper-8", + "name": "bring_your_own_license", "publisher": "sios_datakeeper", - "product": "bring_your_own_license" + "product": "sios-datakeeper-8" }, "properties": { "hardwareProfile": { diff --git a/azuredeploy.json b/azuredeploy.json index d3fb495..61faa1f 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -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": { @@ -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." @@ -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."