ARM templates - VM size Standard_A2_v2 is removed because Rt doesn't start on this VM size anymore.

This commit is contained in:
danielmkn
2020-05-26 10:59:18 -07:00
parent 3f71b891f5
commit 3fb401b2c3
4 changed files with 3 additions and 5 deletions

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."
}