Skip to content

Commit

Permalink
[Auto] adding file sqlvm-alwayson-cluster/nested/provisioningVM3.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nepomuceno committed Mar 26, 2018
1 parent ee1baeb commit c596526
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sqlvm-alwayson-cluster/nested/provisioningVM3.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"apiVersion": "2015-06-15",
"location": "[parameters('location')]",
"properties": {
"platformFaultDomainCount": "3",
"platformUpdateDomainCount": "3"
"platformFaultDomainCount": 3,
"platformUpdateDomainCount": 3
}
},
{
Expand Down Expand Up @@ -157,7 +157,7 @@
"uri": "[concat('http://',variables('dcstorageName'),'.blob.core.windows.net/',parameters('vmContainerName'),'/', parameters('adPDCVMName'),'data-1.vhd')]"
},
"name": "[concat(parameters('adPDCVMName'),'-data-disk1')]",
"createOption": "empty",
"createOption": "Empty",
"caching": "None",
"diskSizeGB": 128,
"lun": 0
Expand Down Expand Up @@ -253,7 +253,7 @@
"uri": "[concat('http://',variables('dcstorageName'),'.blob.core.windows.net/',parameters('vmContainerName'),'/', parameters('adBDCVMName'),'data-1.vhd')]"
},
"name": "[concat(parameters('adBDCVMName'),'-data-disk1')]",
"createOption": "empty",
"createOption": "Empty",
"caching": "None",
"diskSizeGB": 128,
"lun": 0
Expand Down Expand Up @@ -317,7 +317,7 @@
},
"name": "[concat(parameters('sqlwVMName'),'-data-disk1')]",
"caching": "None",
"createOption": "empty",
"createOption": "Empty",
"diskSizeGB": 128,
"lun": 0
}
Expand Down Expand Up @@ -384,7 +384,7 @@
},
"name": "[concat(parameters('sqlVMName'), copyindex(),'-data-disk1')]",
"caching": "None",
"createOption": "empty",
"createOption": "Empty",
"diskSizeGB": 1000,
"lun": 0
},
Expand All @@ -394,7 +394,7 @@
},
"name": "[concat(parameters('sqlVMName'), copyindex(),'-data-disk2')]",
"caching": "None",
"createOption": "empty",
"createOption": "Empty",
"diskSizeGB": 1000,
"lun": 1
},
Expand All @@ -404,7 +404,7 @@
},
"name": "[concat(parameters('sqlVMName'), copyindex(),'-data-disk3')]",
"caching": "None",
"createOption": "empty",
"createOption": "Empty",
"diskSizeGB": 1000,
"lun": 2
}
Expand Down

0 comments on commit c596526

Please sign in to comment.