|
|
@@ -270,6 +270,62 @@ const AzureMachineTypeOptions: MachineTypeOption[] = [
|
|
|
"westus3",
|
|
|
]),
|
|
|
},
|
|
|
+ {
|
|
|
+ value: "Standard_B8als_v2",
|
|
|
+ label: "Standard_B8als_v2",
|
|
|
+ resources: { vCPU: 8, RAM: 16 },
|
|
|
+ supportedRegions: new Set<string>([
|
|
|
+ "australiaeast",
|
|
|
+ "brazilsouth",
|
|
|
+ "canadacentral",
|
|
|
+ "centralindia",
|
|
|
+ "centralus",
|
|
|
+ "eastasia",
|
|
|
+ "eastus",
|
|
|
+ "eastus2",
|
|
|
+ "francecentral",
|
|
|
+ "northeurope",
|
|
|
+ "norwayeast",
|
|
|
+ "southafricanorth",
|
|
|
+ "southcentralus",
|
|
|
+ "southeastasia",
|
|
|
+ "swedencentral",
|
|
|
+ "switzerlandnorth",
|
|
|
+ "uaenorth",
|
|
|
+ "uksouth",
|
|
|
+ "westeurope",
|
|
|
+ "westus2",
|
|
|
+ "westus3",
|
|
|
+ ]),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: "Standard_B16als_v2",
|
|
|
+ label: "Standard_B16als_v2",
|
|
|
+ resources: { vCPU: 16, RAM: 32 },
|
|
|
+ supportedRegions: new Set<string>([
|
|
|
+ "australiaeast",
|
|
|
+ "brazilsouth",
|
|
|
+ "canadacentral",
|
|
|
+ "centralindia",
|
|
|
+ "centralus",
|
|
|
+ "eastasia",
|
|
|
+ "eastus",
|
|
|
+ "eastus2",
|
|
|
+ "francecentral",
|
|
|
+ "northeurope",
|
|
|
+ "norwayeast",
|
|
|
+ "southafricanorth",
|
|
|
+ "southcentralus",
|
|
|
+ "southeastasia",
|
|
|
+ "swedencentral",
|
|
|
+ "switzerlandnorth",
|
|
|
+ "uaenorth",
|
|
|
+ "uksouth",
|
|
|
+ "westeurope",
|
|
|
+ "westus2",
|
|
|
+ "westus3",
|
|
|
+ ]),
|
|
|
+ },
|
|
|
{
|
|
|
value: "Standard_NC4as_T4_v3",
|
|
|
label: "Standard_NC4as_T4_v3",
|