Merge pull request #31 from jfrog/arm-template-fix-vms

Arm template fix vms
This commit is contained in:
Daniel Miakotkin
2020-05-29 10:56:04 -07:00
committed by GitHub
5 changed files with 5 additions and 7 deletions

View File

@@ -82,7 +82,6 @@
],
"constraints": {
"allowedSizes": [
"Standard_A2_v2",
"Standard_A4_v2",
"Standard_A4",
"Standard_D2s_v3",

View File

@@ -205,7 +205,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/jfrog/JFrog-Cloud-Installers/refactoring-rt6-rt7/AzureResourceManager/"
"defaultValue": "https://raw.githubusercontent.com/jfrog/JFrog-Cloud-Installers/master/AzureResourceManager/"
},
"_artifactsLocationSasToken": {
"type": "securestring",

View File

@@ -78,11 +78,10 @@
"label": "Virtual machine size",
"toolTip": "The size of the virtual machine for JFrog Container Registry",
"recommendedSizes": [
"Standard_A2_v2"
"Standard_D2s_v3"
],
"constraints": {
"allowedSizes": [
"Standard_A2_v2",
"Standard_A4_v2",
"Standard_A4",
"Standard_D2s_v3",

View File

@@ -4,7 +4,7 @@
"parameters": {
"vmSku": {
"type": "string",
"defaultValue": "Standard_A2_v2",
"defaultValue": "Standard_D2s_v3",
"metadata": {
"description": "Size of VMs in the VM Scale Set."
}

View File

@@ -4,7 +4,7 @@
"parameters": {
"vmSku": {
"type": "string",
"defaultValue": "Standard_A2_v2",
"defaultValue": "Standard_D2s_v3",
"metadata": {
"description": "Size of VMs in the VM Scale Set."
}
@@ -144,7 +144,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/JFrogDev/JFrog-Cloud-Installers/refactoring-rt7/JFrogContainerRegistry/AzureResourceManager/"
"defaultValue": "https://raw.githubusercontent.com/JFrogDev/JFrog-Cloud-Installers/master/JFrogContainerRegistry/AzureResourceManager/"
},
"_artifactsLocationSasToken": {
"type": "securestring",