|
|
@@ -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",
|
|
|
+ ]),
|
|
|
+ },
|
|
|
];
|