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

@@ -0,0 +1,27 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"clusterName": {
"value": "GEN-UNIQUE"
},
"adminUsername": {
"value": "GEN-UNIQUE"
},
"adminPassword": {
"value": "GEN-PASSWORD"
},
"DB_Admin_User": {
"value": "GEN-UNIQUE"
},
"DB_Admin_Password": {
"value": "GEN-PASSWORD"
},
"DB_Name": {
"value": "GEN-UNIQUE"
},
"masterKey": {
"value": "35767fa0164bac66b6cccb8880babefb"
}
}
}