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": { "constraints": {
"allowedSizes": [ "allowedSizes": [
"Standard_A2_v2",
"Standard_A4_v2", "Standard_A4_v2",
"Standard_A4", "Standard_A4",
"Standard_D2s_v3", "Standard_D2s_v3",

View File

@@ -205,7 +205,7 @@
"metadata": { "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." "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": { "_artifactsLocationSasToken": {
"type": "securestring", "type": "securestring",

View File

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

View File

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

View File

@@ -4,7 +4,7 @@
"parameters": { "parameters": {
"vmSku": { "vmSku": {
"type": "string", "type": "string",
"defaultValue": "Standard_A2_v2", "defaultValue": "Standard_D2s_v3",
"metadata": { "metadata": {
"description": "Size of VMs in the VM Scale Set." "description": "Size of VMs in the VM Scale Set."
} }
@@ -144,7 +144,7 @@
"metadata": { "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." "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": { "_artifactsLocationSasToken": {
"type": "securestring", "type": "securestring",