Files
JFrog-Cloud-Installers/AzureResourceManager/JCR/vm_install/vm_parameters.json
Anup Singh ccfb8c0383 Arm 7.11.2 (#68)
* ARM templates - Postgresql JDBC driver is updated (for 7.10.2 compatibility)

* ARM templates - RT and JCR 7.10.2, Xray 3.9.1

* VM image publish template - RT 7.10.5

* ARM template for 7.10.5

* ARM template for Xray 3.10.3

* Updated artifactoryVersion and location

* Updated 7.10.5 version for JCR Azure application

* updated version on azuredeploy_ms_ps.json

* updated azuredeploy_ms_ps.json

* updated azuredeploy_ms_ps.json

* updated 7.10.6 verion in azuredeploy_ms_ps.json, MP_submission/createUiDefinition.json, MP_submission/mainTemplate.json

* Updated the Version for JCR

* updated new xray version 3.11.2 in template files

* updated new x-ray version in createUiDefinition.json mainTemplate.json

* updated createUiDefinition.json mainTemplate.json

* updated 7.11.2 changes for xray, rt and jcr

* ARM template, fixing formatting

Co-authored-by: danielmkn <danielmi@jfrog.com>
Co-authored-by: Aayush-sood94 <aayush.sood1@igtsolutions.com>
2020-12-02 09:58:06 -08:00

91 lines
2.4 KiB
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"value": "westus2"
},
"namingInfix": {
"value": "jcr"
},
"networkSecurityGroupRules": {
"value": [
{
"name": "SSH",
"properties": {
"priority": 300,
"protocol": "TCP",
"access": "Allow",
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
"destinationAddressPrefix": "*",
"destinationPortRange": "22"
}
}
]
},
"subnetName": {
"value": "default"
},
"addressPrefixes": {
"value": [
"10.0.0.0/24"
]
},
"subnets": {
"value": [
{
"name": "default",
"properties": {
"addressPrefix": "10.0.0.0/24"
}
}
]
},
"publicIpAddressType": {
"value": "Dynamic"
},
"publicIpAddressSku": {
"value": "Basic"
},
"virtualMachineName": {
"value": "jcr-vm"
},
"virtualMachineComputerName": {
"value": "jcrvm"
},
"storageAccountName": {
"value": "mpstoragevhd"
},
"virtualMachineSize": {
"value": "Standard_B4ms"
},
"diagnosticsStorageAccountName": {
"value": "jcrvmtestdiag"
},
"diagnosticsStorageAccountId": {
"value": "Microsoft.Storage/storageAccounts/jcrvmtestdiag"
},
"diagnosticsStorageAccountType": {
"value": "Standard_LRS"
},
"diagnosticsStorageAccountKind": {
"value": "Storage"
},
"adminUsername": {
"value": "vmuser"
},
"adminPassword": {
"value": "OWERWRITE_THE_PASSWORD"
},
"artifactoryVersion": {
"value": "7.11.2"
},
"scriptName": {
"value": "install_jcr7_to_vm.sh"
}
}
}