Update Default for storage account (#200)

* Update Default for storage account

* Update the templates to remove warning pointed out by template validator

* Fix extension type (#202)

* Update azuredeploy.json

* Update azuredeploy.json
This commit is contained in:
vikasnav 2017-02-23 10:56:09 -08:00 коммит произвёл GitHub
Родитель 693d01d45d
Коммит 890bf58a33
6 изменённых файлов: 20 добавлений и 12 удалений

Просмотреть файл

@ -181,7 +181,7 @@
"publisher": "[variables('imagePublisher')]",
"offer": "[variables('imageOffer')]",
"sku": "[parameters('windowsOSVersion')]",
"version": "1.0.0"
"version": "latest"
},
"osDisk": {
"name": "osdisk",
@ -208,8 +208,8 @@
},
"resources": [
{
"name": "Microsoft.Insights.VMDiagnosticsSettings",
"type": "extensions",
"name": "Microsoft.Azure.Diagnostics.IaasDiagnostics",
"type": "Microsoft.Compute/VirtualMachines/extensions",
"location": "[resourceGroup().location]",
"apiVersion": "2015-06-15",
"dependsOn": [

Просмотреть файл

@ -53,7 +53,8 @@
"type": "string",
"metadata": {
"description": "The type of the Storage Account created"
}
},
"defaultValue": "Standard_LRS"
},
"adminUsername": {
"type": "string",
@ -71,7 +72,8 @@
"type": "string",
"metadata": {
"description": "The size of the AD VMs Created"
}
},
"defaultValue": "Standard_A2"
},
"subnetResourceID": {
"type": "string",
@ -193,4 +195,4 @@
}
],
"outputs": { }
}
}

Просмотреть файл

@ -53,7 +53,8 @@
"type": "string",
"metadata": {
"description": "The type of the Storage Account created"
}
},
"defaultValue": "Standard_LRS"
},
"adminUsername": {
"type": "string",
@ -71,7 +72,8 @@
"type": "string",
"metadata": {
"description": "The size of the AD VMs Created"
}
},
"defaultValue": "Standard_A2"
},
"subnetResourceId": {
"type": "string",

Просмотреть файл

@ -53,7 +53,8 @@
"type": "string",
"metadata": {
"description": "The type of the Storage Account created"
}
},
"defaultValue": "Standard_LRS"
},
"adminUsername": {
"type": "string",
@ -71,7 +72,8 @@
"type": "string",
"metadata": {
"description": "The size of the AD VMs Created"
}
},
"defaultValue": "Standard_A3"
},
"subnetResourceId": {
"type": "string",

Просмотреть файл

@ -57,7 +57,8 @@
],
"metadata": {
"description": "The type of the Storage Account created"
}
},
"defaultValue": "Standard_LRS"
},
"adminUsername": {

Просмотреть файл

@ -57,7 +57,8 @@
],
"metadata": {
"description": "The type of the Storage Account created"
}
},
"defaultValue": "Standard_LRS"
},
"adminUsername": {