Selaa lähdekoodia

add Standard_D8s_v3 (#4249)

d-g-town 2 vuotta sitten
vanhempi
sitoutus
f5a46dc0b0
1 muutettua tiedostoa jossa 26 lisäystä ja 0 poistoa
  1. 26 0
      dashboard/src/components/azureUtils.ts

+ 26 - 0
dashboard/src/components/azureUtils.ts

@@ -342,4 +342,30 @@ const AzureMachineTypeOptions: MachineTypeOption[] = [
       "westus2",
     ]),
   },
+  {
+    value: "Standard_D8s_v3",
+    label: "Standard_D8s_v3",
+    resources: { vCPU: 8, RAM: 32 },
+    supportedRegions: new Set<string>([
+      "australiaeast",
+      "canadacentral",
+      "centralindia",
+      "eastasia",
+      "eastus",
+      "eastus2",
+      "francecentral",
+      "germanywestcentral",
+      "israelcentral",
+      "italynorth",
+      "northeurope",
+      "norwayeast",
+      "polandcentral",
+      "southafricanorth",
+      "southeastasia",
+      "swedencentral",
+      "switzerlandnorth",
+      "uaenorth",
+      "uksouth",
+    ]),
+  },
 ];