ARM templates changes to met MS requirements

This commit is contained in:
danielmkn
2020-05-21 13:14:58 -07:00
parent fac7ef0cc3
commit c7073f72e2
29 changed files with 5235 additions and 664 deletions

View File

@@ -2,29 +2,38 @@
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmSku": {
"value": "Standard_A4"
},
"clusterName": {
"value": "GEN-UNIQUE"
},
"nodeCount": {
"value": 1
},
"adminUsername": {
"value": "ubuntu"
"value": "GEN-UNIQUE"
},
"adminPassword": {
"value": "GEN-PASSWORD"
},
"artifactoryVersion": {
"value": "6.2.0"
"DB_Admin_User": {
"value": "GEN-UNIQUE"
},
"DB_Admin_Password": {
"value": "GEN-PASSWORD"
},
"DB_Name": {
"value": "GEN-UNIQUE"
},
"masterKey": {
"value": "35767fa0164bac66b6cccb8880babefb"
},
"joinKey": {
"value": "3143bf2aa4db9c00077e0443c84d252e"
},
"artifactoryLicense1": {
"value": "GEN-UNIQUE"
},
"artifactoryLicense2": {
"value": "GEN-UNIQUE"
},
"artifactoryLicense3": {
"value": "GEN-UNIQUE"
}
}
}
}