Added support for AzureResourceManager template

This commit is contained in:
maheshg
2018-03-05 15:33:08 -08:00
parent 9e2286a571
commit aef5a8829e
9 changed files with 1297 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmSku": {
"value": "Standard_A4"
},
"vmssName": {
"value": "GEN-UNIQUE"
},
"capacity": {
"value": 1
},
"adminUsername": {
"value": "ubuntu"
},
"adminPassword": {
"value": "GEN-PASSWORD"
},
"artifactoryVersion": {
"value": "5.8.1"
},
"masterKey": {
"value": "35767fa0164bac66b6cccb8880babefb"
}
}
}