mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 05:06:56 -06:00
Added support for AzureResourceManager template
This commit is contained in:
27
AzureResourceManager/azuredeploy.parameters.json
Normal file
27
AzureResourceManager/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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user