mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
Azure, Artifactory and Xray templates. Major ARM template refactoring
This commit is contained in:
27
AzureResourceManager/JCR/azuredeploy.parameters.json
Normal file
27
AzureResourceManager/JCR/azuredeploy.parameters.json
Normal 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": "GEN-UNIQUE"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user