diff --git a/.github/workflows/AKSC_Deploy.yml b/.github/workflows/AKSC_Deploy.yml index 609882972..6f575b374 100644 --- a/.github/workflows/AKSC_Deploy.yml +++ b/.github/workflows/AKSC_Deploy.yml @@ -10,7 +10,7 @@ on: templateVersion: description: 'Template Version' required: false - default: '0.10.5' + default: '0.10.7' type: string rg: description: 'Resource Group name' diff --git a/.github/workflows/StandardCI.yml b/.github/workflows/StandardCI.yml index 3d3e012a8..bb0afd9e6 100644 --- a/.github/workflows/StandardCI.yml +++ b/.github/workflows/StandardCI.yml @@ -31,7 +31,7 @@ on: - cron: "0 23 * * 2" env: RG: "AksBicepAcc-Ci-BasicCluster" #The resource group we're deploying to. - ParamFilePath: "https://raw.githubusercontent.com/Azure/AKS-Construction/main/.github/workflows_dep/AksDeploy-Basic.parameters.json" # ".github/workflows_dep/AksDeploy-Basic.parameters.json" #Path to parameter file + ParamFilePath: "https://raw.githubusercontent.com/Azure/AKS-Construction/${{ github.head_ref || github.ref_name }}/.github/workflows_dep/AksDeploy-Basic.parameters.json" # ".github/workflows_dep/AksDeploy-Basic.parameters.json" #Path to parameter file RESNAME: "AksStan" #Used in Azure Resource Naming, overrides the default in the parameter file DEPNAME: "Dep${{ github.run_number }}" #Deployment Name AZCLIVERSION: 2.53.0 #2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest diff --git a/.github/workflows/release-soft.yml b/.github/workflows/release-soft.yml index 3912082f9..b1fc92e97 100644 --- a/.github/workflows/release-soft.yml +++ b/.github/workflows/release-soft.yml @@ -118,7 +118,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build VM Sku json file - timeout-minutes: 3 + timeout-minutes: 10 run: | cd postdeploy/scripts chmod +x generate-vm-sku-list-v2.sh diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c2bddeaa..e4e08db67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build VM Sku json file - timeout-minutes: 3 + timeout-minutes: 10 run: | cd postdeploy/scripts chmod +x generate-vm-sku-list-v2.sh diff --git a/.github/workflows_dep/AksDeploy-Basic.parameters.json b/.github/workflows_dep/AksDeploy-Basic.parameters.json index e4661c6ea..0397fe3d6 100644 --- a/.github/workflows_dep/AksDeploy-Basic.parameters.json +++ b/.github/workflows_dep/AksDeploy-Basic.parameters.json @@ -15,7 +15,7 @@ "value": 1 }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "enable_aad": { "value": true diff --git a/.github/workflows_dep/AksDeploy-ByoVnet.parameters.json b/.github/workflows_dep/AksDeploy-ByoVnet.parameters.json index 0fcde570b..12620cfc8 100644 --- a/.github/workflows_dep/AksDeploy-ByoVnet.parameters.json +++ b/.github/workflows_dep/AksDeploy-ByoVnet.parameters.json @@ -12,7 +12,7 @@ "value": 1 }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "agentCountMax": { "value": 2 diff --git a/.github/workflows_dep/AksDeploy-Private.parameters.json b/.github/workflows_dep/AksDeploy-Private.parameters.json index cc021c34c..85689baca 100644 --- a/.github/workflows_dep/AksDeploy-Private.parameters.json +++ b/.github/workflows_dep/AksDeploy-Private.parameters.json @@ -9,7 +9,7 @@ "value": "priv" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "agentCountMax": { "value": 2 @@ -93,7 +93,7 @@ "value": true }, "aksOutboundTrafficType" : { - "value": "natGateway" + "value": "loadBalancer" }, "createNatGateway" : { "value": true diff --git a/.github/workflows_dep/regressionparams/byoKms.json b/.github/workflows_dep/regressionparams/byoKms.json index 10274190e..fa4d0a7f3 100644 --- a/.github/workflows_dep/regressionparams/byoKms.json +++ b/.github/workflows_dep/regressionparams/byoKms.json @@ -6,7 +6,7 @@ "value": "az-k8s-kmsbyopub" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "JustUseSystemPool": { "value": true diff --git a/.github/workflows_dep/regressionparams/byoKmsPrivateLink.json b/.github/workflows_dep/regressionparams/byoKmsPrivateLink.json index 8402551e8..750d97bba 100644 --- a/.github/workflows_dep/regressionparams/byoKmsPrivateLink.json +++ b/.github/workflows_dep/regressionparams/byoKmsPrivateLink.json @@ -6,7 +6,7 @@ "value": "az-k8s-kmsbyopl" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "JustUseSystemPool": { "value": true diff --git a/.github/workflows_dep/regressionparams/cilium-cni-overlay.json b/.github/workflows_dep/regressionparams/cilium-cni-overlay.json index 60becd68a..a7c5b3b75 100644 --- a/.github/workflows_dep/regressionparams/cilium-cni-overlay.json +++ b/.github/workflows_dep/regressionparams/cilium-cni-overlay.json @@ -9,7 +9,7 @@ "value": "WestCentralUs" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "networkDataplane": { "value": "cilium" diff --git a/.github/workflows_dep/regressionparams/classic-custom-vnet-plus-firewall.json b/.github/workflows_dep/regressionparams/classic-custom-vnet-plus-firewall.json index a48f7f9fa..4d4d5fb31 100644 --- a/.github/workflows_dep/regressionparams/classic-custom-vnet-plus-firewall.json +++ b/.github/workflows_dep/regressionparams/classic-custom-vnet-plus-firewall.json @@ -9,7 +9,7 @@ "value": 1 }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "agentCountMax": { "value": 3 diff --git a/.github/workflows_dep/regressionparams/dapr.json b/.github/workflows_dep/regressionparams/dapr.json index 429b073ff..a3feaa5e1 100644 --- a/.github/workflows_dep/regressionparams/dapr.json +++ b/.github/workflows_dep/regressionparams/dapr.json @@ -6,7 +6,7 @@ "value": "az-k8s-dapr" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "daprAddon": { "value": true diff --git a/.github/workflows_dep/regressionparams/defender.json b/.github/workflows_dep/regressionparams/defender.json index 9f43f143c..c52aa9f81 100644 --- a/.github/workflows_dep/regressionparams/defender.json +++ b/.github/workflows_dep/regressionparams/defender.json @@ -10,7 +10,7 @@ "value": "az-k8s-def" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "agentCountMax": { "value": 3 diff --git a/.github/workflows_dep/regressionparams/edgeK8sVersion.json b/.github/workflows_dep/regressionparams/edgeK8sVersion.json index a16e37a72..1c430ff5e 100644 --- a/.github/workflows_dep/regressionparams/edgeK8sVersion.json +++ b/.github/workflows_dep/regressionparams/edgeK8sVersion.json @@ -6,7 +6,7 @@ "value": "az-k8s-edged" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "kubernetesVersion": { "value": "1.26.3" diff --git a/.github/workflows_dep/regressionparams/gitOps.json b/.github/workflows_dep/regressionparams/gitOps.json index 1d83a9e94..e48b490a5 100644 --- a/.github/workflows_dep/regressionparams/gitOps.json +++ b/.github/workflows_dep/regressionparams/gitOps.json @@ -6,7 +6,7 @@ "value": "az-k8s-flux" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "fluxGitOpsAddon": { "value": true diff --git a/.github/workflows_dep/regressionparams/managed-private-privatelink.json b/.github/workflows_dep/regressionparams/managed-private-privatelink.json index 079064eae..6b98de89e 100644 --- a/.github/workflows_dep/regressionparams/managed-private-privatelink.json +++ b/.github/workflows_dep/regressionparams/managed-private-privatelink.json @@ -9,7 +9,7 @@ "value": 1 }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "agentCountMax": { "value": 5 diff --git a/.github/workflows_dep/regressionparams/managed-private.json b/.github/workflows_dep/regressionparams/managed-private.json index 41b94ee52..f8ee0af0c 100644 --- a/.github/workflows_dep/regressionparams/managed-private.json +++ b/.github/workflows_dep/regressionparams/managed-private.json @@ -6,7 +6,7 @@ "value": "az-k8s-3zb3" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "agentCountMax": { "value": 20 diff --git a/.github/workflows_dep/regressionparams/managed-public.json b/.github/workflows_dep/regressionparams/managed-public.json index b40bf6bae..6c0012422 100644 --- a/.github/workflows_dep/regressionparams/managed-public.json +++ b/.github/workflows_dep/regressionparams/managed-public.json @@ -6,7 +6,7 @@ "value": "manpub" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "agentCountMax": { "value": 1 diff --git a/.github/workflows_dep/regressionparams/managedNatGw.json b/.github/workflows_dep/regressionparams/managedNatGw.json index f25524aed..ad4385073 100644 --- a/.github/workflows_dep/regressionparams/managedNatGw.json +++ b/.github/workflows_dep/regressionparams/managedNatGw.json @@ -6,7 +6,7 @@ "value": "az-k8s-natgw" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "aksOutboundTrafficType" : { "value": "natGateway" diff --git a/.github/workflows_dep/regressionparams/open-secure.json b/.github/workflows_dep/regressionparams/open-secure.json index fc77c7055..dbad9313c 100644 --- a/.github/workflows_dep/regressionparams/open-secure.json +++ b/.github/workflows_dep/regressionparams/open-secure.json @@ -6,7 +6,7 @@ "value": "az-k8s-4chu" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "custom_vnet": { "value": true diff --git a/.github/workflows_dep/regressionparams/optimised-for-well-architected.json b/.github/workflows_dep/regressionparams/optimised-for-well-architected.json index 3ad1104ea..9284355cb 100644 --- a/.github/workflows_dep/regressionparams/optimised-for-well-architected.json +++ b/.github/workflows_dep/regressionparams/optimised-for-well-architected.json @@ -13,7 +13,7 @@ "value": "Standard" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "agentCountMax": { "value": 20 diff --git a/.github/workflows_dep/regressionparams/publicKms.json b/.github/workflows_dep/regressionparams/publicKms.json index 244a6cee1..e75cb8370 100644 --- a/.github/workflows_dep/regressionparams/publicKms.json +++ b/.github/workflows_dep/regressionparams/publicKms.json @@ -6,7 +6,7 @@ "value": "az-k8s-kmspp1" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "JustUseSystemPool": { "value": true diff --git a/.github/workflows_dep/regressionparams/scale-userpool-from-zero.json b/.github/workflows_dep/regressionparams/scale-userpool-from-zero.json index 4ed9b11ed..a4c8b0da1 100644 --- a/.github/workflows_dep/regressionparams/scale-userpool-from-zero.json +++ b/.github/workflows_dep/regressionparams/scale-userpool-from-zero.json @@ -9,7 +9,7 @@ "value": 0 }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" }, "agentCountMax": { "value": 3 diff --git a/.github/workflows_dep/regressionparams/simple-simple.json b/.github/workflows_dep/regressionparams/simple-simple.json index 88b162ad0..bd99c29b6 100644 --- a/.github/workflows_dep/regressionparams/simple-simple.json +++ b/.github/workflows_dep/regressionparams/simple-simple.json @@ -6,7 +6,7 @@ "value": "az-k8s-7zw4" }, "agentVMSize": { - "value": "Standard_DS3_v2" + "value": "Standard_D4ds_v5" } } } diff --git a/.github/workflows_dep/regressionparams/the-cheapest-cluster.json b/.github/workflows_dep/regressionparams/the-cheapest-cluster.json index 8a6f3c065..8284774d7 100644 --- a/.github/workflows_dep/regressionparams/the-cheapest-cluster.json +++ b/.github/workflows_dep/regressionparams/the-cheapest-cluster.json @@ -9,7 +9,7 @@ "value": 1 }, "agentVMSize": { - "value": "Standard_B2ms" + "value": "Standard_B2s_v2" }, "agentCountMax": { "value": 2 diff --git a/bicep/main.bicep b/bicep/main.bicep index 6b14a6676..ba0c9d461 100644 --- a/bicep/main.bicep +++ b/bicep/main.bicep @@ -851,7 +851,7 @@ output ApplicationGatewayName string = deployAppGw ? appgw.name : '' param dnsPrefix string = '${resourceName}-dns' @description('Kubernetes Version') -param kubernetesVersion string = '1.28.5' +param kubernetesVersion string = '1.29.7' @description('Enable Azure AD integration on AKS') param enable_aad bool = false @@ -904,7 +904,7 @@ param upgradeChannel string = 'none' param osDiskType string = 'Ephemeral' @description('VM SKU') -param agentVMSize string = 'Standard_DS3_v2' +param agentVMSize string = 'Standard_D4ds_v5' @description('Disk size in GB') param osDiskSizeGB int = 0 @@ -1128,7 +1128,7 @@ var outboundTrafficType = aksOutboundTrafficType=='natGateway' ? ( custom_vnet ? @description('System Pool presets are derived from the recommended system pool specs') var systemPoolPresets = { CostOptimised : { - vmSize: 'Standard_B4ms' + vmSize: 'Standard_B4s_v2' count: 1 minCount: 1 maxCount: 3 @@ -1136,7 +1136,7 @@ var systemPoolPresets = { availabilityZones: [] } Standard : { - vmSize: 'Standard_DS2_v2' + vmSize: 'Standard_D4ds_v5' count: 3 minCount: 3 maxCount: 5 @@ -1148,7 +1148,7 @@ var systemPoolPresets = { ] } HighSpec : { - vmSize: 'Standard_D4s_v3' + vmSize: 'Standard_D8ds_v4' count: 3 minCount: 3 maxCount: 5 @@ -1377,7 +1377,7 @@ param osSKU string = 'Ubuntu' var poolName = osType == 'Linux' ? nodePoolName : take(nodePoolName, 6) // Default OS Disk Size in GB for Linux is 30, for Windows is 100 -var defaultOsDiskSizeGB = osType == 'Linux' ? 30 : 100 +var defaultOsDiskSizeGB = 128 module userNodePool '../bicep/aksagentpool.bicep' = if (!JustUseSystemPool){ name: take('${deployment().name}-userNodePool',64) diff --git a/cspell.json b/cspell.json index a69d702ee..f7efdf31a 100644 --- a/cspell.json +++ b/cspell.json @@ -11,6 +11,7 @@ "aadgroupids", "accv", "ACRNAME", + "agentpool", "AGIC", "aksc", "aksvnetparams", @@ -138,6 +139,7 @@ "updatevals", "urlname", "userauth", + "userpool", "valres", "vaultname", "VNET", diff --git a/helper/src/config.json b/helper/src/config.json index 70cdfa79d..713f2e6b5 100644 --- a/helper/src/config.json +++ b/helper/src/config.json @@ -10,8 +10,8 @@ "deploy": { "enableTelemetry": true, "managedNodeResourceGroup": "", - "kubernetesVersion": "1.28.5", - "location": "WestEurope", + "kubernetesVersion": "1.29.7", + "location": "westeurope", "apiips": "", "demoapp": false, "disablePreviews": false, @@ -49,8 +49,8 @@ "agentCount": 3, "maxCount": 20, "computeType": "gp", - "vmSize": "Standard_DS3_v2", - "osDiskSizeGB": 30, + "vmSize": "Standard_D4ds_v5", + "osDiskSizeGB": 128, "osDiskType": "Ephemeral", "enable_aad": true, "AksDisableLocalAccounts": false, diff --git a/helper/src/configpresets/gaming.json b/helper/src/configpresets/gaming.json index 082ebf4fe..a020dec3a 100644 --- a/helper/src/configpresets/gaming.json +++ b/helper/src/configpresets/gaming.json @@ -68,7 +68,7 @@ "AksPaidSkuForSLA" : false, "agentCount": 1, "upgradeChannel": "stable", - "vmSize" : "Standard_B2ms", + "vmSize" : "Standard_B2s_v2", "osDiskType" : "Managed", "nodepoolName" : "minecraft", "SystemPoolType" : "none" diff --git a/helper/src/configpresets/principals.json b/helper/src/configpresets/principals.json index 04e4255e0..fc40978c8 100644 --- a/helper/src/configpresets/principals.json +++ b/helper/src/configpresets/principals.json @@ -455,7 +455,7 @@ "AksPaidSkuForSLA": true, "availabilityZones": "yes", "agentCount": 3, - "agentVMSize": "Standard_DS3_v2", + "agentVMSize": "Standard_D4ds_v4", "osDiskType" : "Ephemeral" }, "addons": { diff --git a/helper/src/locations.json b/helper/src/locations.json index 824fcc5d3..1059bfbd2 100644 --- a/helper/src/locations.json +++ b/helper/src/locations.json @@ -1,19 +1,62 @@ [ + { "key": "africa", "text": "Africa", "itemType": 2 }, + { "key": "southafricanorth", "text": "South Africa North" }, + { "key": "southafricawest", "text": "South Africa West" }, + + { "key": "asiapacific", "text": "Asia Pacific", "itemType": 2 }, + { "key": "eastasia", "text": "East Asia" }, + { "key": "southeastasia", "text": "Southeast Asia" }, + { "key": "australiacentral", "text": "Australia Central" }, + { "key": "australiacentral2", "text": "Australia Central 2" }, + { "key": "australiaeast", "text": "Australia East" }, + { "key": "australiasoutheast", "text": "Australia Southeast" }, + { "key": "centralindia", "text": "Central India" }, + { "key": "southindia", "text": "South India" }, + { "key": "westindia", "text": "West India" }, + { "key": "japaneast", "text": "Japan East" }, + { "key": "japanwest", "text": "Japan West" }, + { "key": "koreacentral", "text": "Korea Central" }, + { "key": "koreasouth", "text": "Korea South" }, + { "key": "europe", "text": "Europe", "itemType": 2}, - { "key": "WestEurope", "text": "West Europe"}, - { "key": "NorthEurope", "text": "North Europe"}, - { "key": "UKSouth", "text": "UK South"}, - { "key": "UKWest", "text": "UK West" }, + { "key": "northeurope", "text": "North Europe"}, + { "key": "westeurope", "text": "West Europe"}, + { "key": "francecentral", "text": "France Central"}, + { "key": "francesouth", "text": "France South"}, + { "key": "germanynorth", "text": "Germany North"}, + { "key": "germanywestcentral", "text": "Germany West Central"}, + { "key": "italynorth", "text": "Italy North"}, + { "key": "norwayeast", "text": "Norway East"}, + { "key": "norwaywest", "text": "Norway West"}, + { "key": "polandcentral", "text": "Poland Central"}, + { "key": "spaincentral", "text": "Spain Central" }, + { "key": "swedencentral", "text": "Sweden Central" }, + { "key": "switzerlandnorth", "text": "Switzerland North" }, + { "key": "switzerlandswest", "text": "Switzerland West" }, + { "key": "uksouth", "text": "UK South"}, + { "key": "ukwest", "text": "UK West" }, + + { "key": "northamerica", "text": "North America", "itemType": 2 }, + { "key": "canadacentral", "text": "Canada Central" }, + { "key": "canadaeast", "text": "Canada East" }, + { "key": "centralus", "text": "Central US" }, + { "key": "eastus", "text": "East US" }, + { "key": "eastus2", "text": "East US 2" }, + { "key": "mexicocentral", "text": "Mexico Central" }, + { "key": "northcentralus", "text": "North Central US" }, + { "key": "southcentralus", "text": "South Central US" }, + { "key": "westcentralus", "text": "West Central US" }, + { "key": "westus", "text": "West US" }, + { "key": "westus2", "text": "West US 2" }, + { "key": "westus3", "text": "West US 3" }, + { "key": "middleeast", "text": "Middle East", "itemType": 2 }, - { "key": "UAENorth", "text": "UAE North" }, - { "key": "america", "text": "North America", "itemType": 2 }, - { "key": "CentralUS", "text": "Central US" }, - { "key": "EastUS", "text": "East US" }, - { "key": "EastUS2", "text": "East US2" }, - { "key": "WestUS", "text": "West US" }, - { "key": "WestUS2", "text": "West US2" }, - { "key": "WestCentralUS", "text": "West Central US" }, - { "key": "canada", "text": "Canada", "itemType": 2 }, - { "key": "CanadaCentral", "text": "Canada Central" }, - { "key": "CanadaEast", "text": "Canada East" } - ] + { "key": "uaecentral", "text": "UAE Central" }, + { "key": "uaenorth", "text": "UAE North" }, + { "key": "israelcentral", "text": "Israel Central" }, + { "key": "qatarcentral", "text": "Qatar Central" }, + + { "key": "southamerica", "text": "South America", "itemType": 2 }, + { "key": "brazilsouth", "text": "Brazil South" }, + { "key": "brazilsoutheast", "text": "Brazil Southeast" } +] diff --git a/helper/src/skuFamilies.json b/helper/src/skuFamilies.json index f385ed9d1..b393a5fe2 100644 --- a/helper/src/skuFamilies.json +++ b/helper/src/skuFamilies.json @@ -1,8 +1,8 @@ [ - {"key": "standardDSv2Family", "text": "General Purpose V2", "computeType": "gp"}, - {"key": "standardDSv3Family", "text": "General Purpose V3", "computeType": "gp"}, - {"key": "standardDDSv4Family", "text": "General Purpose V4", "computeType": "gp"}, - {"key": "standardFSv2Family", "text": "Compute Optimized","computeType": "gp"}, - {"key": "standardBSFamily", "text": "Burstable (dev/test)","computeType": "gp"}, - {"key": "standardDCSv3Family", "text": "Confidential v3","computeType": "sgx"} + {"key": "standardDSv3Family", "text": "General Purpose v3", "computeType": "gp"}, + {"key": "standardDDSv4Family", "text": "General Purpose v4", "computeType": "gp"}, + {"key": "standardDDSv5Family", "text": "General Purpose v5", "computeType": "gp"}, + {"key": "standardFSv2Family", "text": "Compute Optimized", "computeType": "gp"}, + {"key": "standardBsv2Family", "text": "Burstable v2 (dev/test)", "computeType": "gp"}, + {"key": "standardDCSv3Family", "text": "Confidential v3", "computeType": "sgx"} ] \ No newline at end of file diff --git a/helper/src/vmSKUs.json b/helper/src/vmSKUs.json index b785d67d3..1473e330f 100644 --- a/helper/src/vmSKUs.json +++ b/helper/src/vmSKUs.json @@ -1,324 +1,6940 @@ [ { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "WestEurope", + "location": "southafricanorth", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "WestEurope", + "location": "southafricanorth", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "WestEurope", + "location": "southafricanorth", "computeType": "gp" }, { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "WestEurope", + "location": "southafricanorth", "computeType": "gp" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricanorth", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "southafricanorth", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southafricawest", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "southafricawest", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastasia", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "eastasia", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "southeastasia", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southeastasia", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "australiacentral", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiacentral2", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "australiacentral2", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "australiaeast", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiaeast", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "australiasoutheast", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "australiasoutheast", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "centralindia", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralindia", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "southindia", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "southindia", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "westindia", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "westindia", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "japaneast", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japaneast", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "japanwest", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "japanwest", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreacentral", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "koreacentral", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "koreasouth", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "koreasouth", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "northeurope", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "northeurope", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "westeurope", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "westeurope", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francecentral", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "francecentral", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "francesouth", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "francesouth", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "germanynorth", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanynorth", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "germanywestcentral", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "germanywestcentral", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "italynorth", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "italynorth", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwayeast", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "norwayeast", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "norwaywest", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "norwaywest", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "polandcentral", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "polandcentral", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "spaincentral", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "spaincentral", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "swedencentral", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "swedencentral", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "switzerlandnorth", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "switzerlandnorth", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "switzerlandswest", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "switzerlandswest", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "switzerlandswest", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "switzerlandswest", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "switzerlandswest", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "switzerlandswest", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "uksouth", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "uksouth", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "ukwest", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "ukwest", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "canadacentral", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadacentral", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "canadaeast", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "canadaeast", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "centralus", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "centralus", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "gp" + }, + { + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "eastus", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "sgx" + }, + { + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "sgx" + }, + { + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus", + "computeType": "sgx" + }, + { + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", + "eph": true, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", + "eph": true, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "WestEurope", + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "standardFSv2Family", + "text": "Compute Optimized", + "itemType": 2, + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", + "computeType": "gp" + }, + { + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "WestEurope", - "computeType": "gp" + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "eastus2", + "computeType": "sgx" + }, + { + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", + "computeType": "sgx" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "WestEurope", - "computeType": "gp" + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", + "computeType": "sgx" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "WestEurope", - "computeType": "gp" + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", + "eph": false, + "location": "eastus2", + "computeType": "sgx" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "WestEurope", + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", - "eph": true, - "location": "WestEurope", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { "key": "standardDDSv4Family", - "text": "General Purpose V4", + "text": "General Purpose v4", "itemType": 2, "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", - "eph": false, - "location": "WestEurope", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", + "eph": true, + "location": "mexicocentral", "computeType": "gp" }, { "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "standardFSv2Family", - "text": "Compute Optimized", + "key": "standardDDSv5Family", + "text": "General Purpose v5", "itemType": 2, "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", - "eph": false, - "location": "WestEurope", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", - "eph": false, - "location": "WestEurope", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", + "eph": true, + "location": "mexicocentral", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", + "key": "standardFSv2Family", + "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, "eph": false, - "location": "WestEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "standardDCSv3Family", - "text": "Confidential v3", - "itemType": 2, + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestEurope", - "computeType": "sgx" + "location": "mexicocentral", + "computeType": "gp" }, { - "key": "Standard_DC2s_v3", - "text": "[Standard_DC2s_v3]: 2 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestEurope", - "computeType": "sgx" + "location": "mexicocentral", + "computeType": "gp" }, { - "key": "Standard_DC4s_v3", - "text": "[Standard_DC4s_v3]: 4 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestEurope", - "computeType": "sgx" + "location": "mexicocentral", + "computeType": "gp" }, { - "key": "Standard_DC8s_v3", - "text": "[Standard_DC8s_v3]: 8 vCPU, 64 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestEurope", - "computeType": "sgx" + "location": "mexicocentral", + "computeType": "gp" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", - "itemType": 2, + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", + "location": "mexicocentral", "computeType": "gp" }, { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "NorthEurope", - "computeType": "gp" + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, + "eph": false, + "location": "mexicocentral", + "computeType": "sgx" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "NorthEurope", + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "NorthEurope", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "NorthEurope", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "NorthEurope", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardDDSv5Family", + "text": "General Purpose v5", "itemType": 2, "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", - "eph": false, - "location": "NorthEurope", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { @@ -326,272 +6942,266 @@ "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", "itemType": 2, "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "gp" }, { - "key": "standardDCSv3Family", - "text": "Confidential v3", - "itemType": 2, + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", - "computeType": "sgx" + "location": "northcentralus", + "computeType": "gp" }, { - "key": "Standard_DC2s_v3", - "text": "[Standard_DC2s_v3]: 2 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", - "computeType": "sgx" + "location": "northcentralus", + "computeType": "gp" }, { - "key": "Standard_DC4s_v3", - "text": "[Standard_DC4s_v3]: 4 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "NorthEurope", - "computeType": "sgx" + "location": "northcentralus", + "computeType": "gp" }, { - "key": "Standard_DC8s_v3", - "text": "[Standard_DC8s_v3]: 8 vCPU, 64 RAM, 1023 SSD ", + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, "eph": false, - "location": "NorthEurope", + "location": "northcentralus", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "UKSouth", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "UKSouth", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "UKSouth", + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", "eph": true, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardFSv2Family", + "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "UKSouth", - "computeType": "gp" - }, - { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", - "eph": true, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "standardFSv2Family", - "text": "Compute Optimized", - "itemType": 2, + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", - "itemType": 2, + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "gp" }, { @@ -599,207 +7209,201 @@ "text": "Confidential v3", "itemType": 2, "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "sgx" }, { "key": "Standard_DC2s_v3", - "text": "[Standard_DC2s_v3]: 2 vCPU, 16 RAM, 1023 SSD ", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "sgx" }, { "key": "Standard_DC4s_v3", - "text": "[Standard_DC4s_v3]: 4 vCPU, 32 RAM, 1023 SSD ", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "sgx" }, { "key": "Standard_DC8s_v3", - "text": "[Standard_DC8s_v3]: 8 vCPU, 64 RAM, 1023 SSD ", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKSouth", + "location": "southcentralus", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "UKWest", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "UKWest", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "UKWest", + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", "eph": true, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardFSv2Family", + "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "UKWest", - "computeType": "gp" - }, - { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", - "eph": true, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "standardFSv2Family", - "text": "Compute Optimized", - "itemType": 2, + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", - "itemType": 2, + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "gp" }, { @@ -807,186 +7411,180 @@ "text": "Confidential v3", "itemType": 2, "eph": false, - "location": "UKWest", + "location": "westcentralus", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "UAENorth", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "UAENorth", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "UAENorth", + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", "eph": true, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardFSv2Family", + "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "UAENorth", - "computeType": "gp" - }, - { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", - "eph": true, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "standardFSv2Family", - "text": "Compute Optimized", - "itemType": 2, + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", - "itemType": 2, + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "gp" }, { @@ -994,121 +7592,115 @@ "text": "Confidential v3", "itemType": 2, "eph": false, - "location": "UAENorth", + "location": "westus", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", - "itemType": 2, + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", - "computeType": "gp" + "location": "westus", + "computeType": "sgx" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", - "computeType": "gp" + "location": "westus", + "computeType": "sgx" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", - "computeType": "gp" - }, - { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "CentralUS", - "computeType": "gp" + "location": "westus", + "computeType": "sgx" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "CentralUS", + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "CentralUS", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "CentralUS", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "CentralUS", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardDDSv5Family", + "text": "General Purpose v5", "itemType": 2, "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", - "eph": false, - "location": "CentralUS", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { @@ -1116,207 +7708,201 @@ "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", "itemType": 2, "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "gp" }, { - "key": "standardDCSv3Family", - "text": "Confidential v3", - "itemType": 2, + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", - "computeType": "sgx" + "location": "westus2", + "computeType": "gp" }, { - "key": "Standard_DC2s_v3", - "text": "[Standard_DC2s_v3]: 2 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", - "computeType": "sgx" + "location": "westus2", + "computeType": "gp" }, { - "key": "Standard_DC4s_v3", - "text": "[Standard_DC4s_v3]: 4 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "CentralUS", - "computeType": "sgx" + "location": "westus2", + "computeType": "gp" }, { - "key": "Standard_DC8s_v3", - "text": "[Standard_DC8s_v3]: 8 vCPU, 64 RAM, 1023 SSD ", + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, "eph": false, - "location": "CentralUS", + "location": "westus2", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", - "itemType": 2, + "key": "Standard_DC2s_v3", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", - "computeType": "gp" + "location": "westus2", + "computeType": "sgx" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_DC4s_v3", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", - "computeType": "gp" + "location": "westus2", + "computeType": "sgx" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_DC8s_v3", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", - "computeType": "gp" - }, - { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "EastUS", - "computeType": "gp" + "location": "westus2", + "computeType": "sgx" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "EastUS", + "key": "standardDSv3Family", + "text": "General Purpose v3", + "itemType": 2, + "eph": false, + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "EastUS", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", + "eph": false, + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "EastUS", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", + "eph": false, + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "EastUS", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardDDSv5Family", + "text": "General Purpose v5", "itemType": 2, "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", - "eph": false, - "location": "EastUS", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { @@ -1324,272 +7910,266 @@ "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", "itemType": 2, "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "gp" }, { - "key": "standardDCSv3Family", - "text": "Confidential v3", - "itemType": 2, + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", - "computeType": "sgx" + "location": "westus3", + "computeType": "gp" }, { - "key": "Standard_DC2s_v3", - "text": "[Standard_DC2s_v3]: 2 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", - "computeType": "sgx" + "location": "westus3", + "computeType": "gp" }, { - "key": "Standard_DC4s_v3", - "text": "[Standard_DC4s_v3]: 4 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS", - "computeType": "sgx" + "location": "westus3", + "computeType": "gp" }, { - "key": "Standard_DC8s_v3", - "text": "[Standard_DC8s_v3]: 8 vCPU, 64 RAM, 1023 SSD ", + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, "eph": false, - "location": "EastUS", + "location": "westus3", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "EastUS2", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "EastUS2", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "EastUS2", + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", "eph": true, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardFSv2Family", + "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "EastUS2", - "computeType": "gp" - }, - { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", - "eph": true, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "standardFSv2Family", - "text": "Compute Optimized", - "itemType": 2, + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", - "itemType": 2, + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "gp" }, { @@ -1597,207 +8177,201 @@ "text": "Confidential v3", "itemType": 2, "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "sgx" }, { "key": "Standard_DC2s_v3", - "text": "[Standard_DC2s_v3]: 2 vCPU, 16 RAM, 1023 SSD ", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "sgx" }, { "key": "Standard_DC4s_v3", - "text": "[Standard_DC4s_v3]: 4 vCPU, 32 RAM, 1023 SSD ", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "sgx" }, { "key": "Standard_DC8s_v3", - "text": "[Standard_DC8s_v3]: 8 vCPU, 64 RAM, 1023 SSD ", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", "eph": false, - "location": "EastUS2", + "location": "uaecentral", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "WestUS", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "WestUS", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "WestUS", + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", "eph": true, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardFSv2Family", + "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", - "eph": true, - "location": "WestUS", - "computeType": "gp" - }, - { - "key": "standardFSv2Family", - "text": "Compute Optimized", - "itemType": 2, + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", - "itemType": 2, + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "gp" }, { @@ -1805,142 +8379,115 @@ "text": "Confidential v3", "itemType": 2, "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "sgx" }, { "key": "Standard_DC2s_v3", - "text": "[Standard_DC2s_v3]: 2 vCPU, 16 RAM, 1023 SSD ", + "text": "[Standard_DC2s_v3]: 2 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "sgx" }, { "key": "Standard_DC4s_v3", - "text": "[Standard_DC4s_v3]: 4 vCPU, 32 RAM, 1023 SSD ", + "text": "[Standard_DC4s_v3]: 4 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "sgx" }, { "key": "Standard_DC8s_v3", - "text": "[Standard_DC8s_v3]: 8 vCPU, 64 RAM, 1023 SSD ", + "text": "[Standard_DC8s_v3]: 8 vCPU, 64 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS", + "location": "uaenorth", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "WestUS2", - "computeType": "gp" - }, - { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "WestUS2", - "computeType": "gp" - }, - { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "WestUS2", - "computeType": "gp" - }, - { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "WestUS2", - "computeType": "gp" - }, - { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "WestUS2", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardDDSv5Family", + "text": "General Purpose v5", "itemType": 2, "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", - "eph": false, - "location": "WestUS2", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { @@ -1948,272 +8495,266 @@ "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", "itemType": 2, "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "gp" }, { - "key": "standardDCSv3Family", - "text": "Confidential v3", - "itemType": 2, + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS2", - "computeType": "sgx" + "location": "israelcentral", + "computeType": "gp" }, { - "key": "Standard_DC2s_v3", - "text": "[Standard_DC2s_v3]: 2 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS2", - "computeType": "sgx" + "location": "israelcentral", + "computeType": "gp" }, { - "key": "Standard_DC4s_v3", - "text": "[Standard_DC4s_v3]: 4 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestUS2", - "computeType": "sgx" + "location": "israelcentral", + "computeType": "gp" }, { - "key": "Standard_DC8s_v3", - "text": "[Standard_DC8s_v3]: 8 vCPU, 64 RAM, 1023 SSD ", + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, "eph": false, - "location": "WestUS2", + "location": "israelcentral", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "WestCentralUS", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "WestCentralUS", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "WestCentralUS", + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", "eph": true, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardFSv2Family", + "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "WestCentralUS", - "computeType": "gp" - }, - { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", - "eph": true, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "standardFSv2Family", - "text": "Compute Optimized", - "itemType": 2, + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", - "itemType": 2, + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "gp" }, { @@ -2221,121 +8762,94 @@ "text": "Confidential v3", "itemType": 2, "eph": false, - "location": "WestCentralUS", + "location": "qatarcentral", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "CanadaCentral", - "computeType": "gp" - }, - { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "CanadaCentral", - "computeType": "gp" - }, - { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "CanadaCentral", - "computeType": "gp" - }, - { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "CanadaCentral", - "computeType": "gp" - }, - { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "CanadaCentral", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardDDSv5Family", + "text": "General Purpose v5", "itemType": 2, "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", - "eph": false, - "location": "CanadaCentral", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", + "eph": true, + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { @@ -2343,272 +8857,266 @@ "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", "itemType": 2, "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "gp" }, { - "key": "standardDCSv3Family", - "text": "Confidential v3", - "itemType": 2, + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaCentral", - "computeType": "sgx" + "location": "brazilsouth", + "computeType": "gp" }, { - "key": "Standard_DC2s_v3", - "text": "[Standard_DC2s_v3]: 2 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaCentral", - "computeType": "sgx" + "location": "brazilsouth", + "computeType": "gp" }, { - "key": "Standard_DC4s_v3", - "text": "[Standard_DC4s_v3]: 4 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaCentral", - "computeType": "sgx" + "location": "brazilsouth", + "computeType": "gp" }, { - "key": "Standard_DC8s_v3", - "text": "[Standard_DC8s_v3]: 8 vCPU, 64 RAM, 1023 SSD ", + "key": "standardDCSv3Family", + "text": "Confidential v3", + "itemType": 2, "eph": false, - "location": "CanadaCentral", + "location": "brazilsouth", "computeType": "sgx" }, { - "key": "standardDSv2Family", - "text": "General Purpose V2", + "key": "standardDSv3Family", + "text": "General Purpose v3", "itemType": 2, "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS11-1_v2", - "text": "[Standard_DS11-1_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D2s_v3", + "text": "[Standard_D2s_v3]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 50 GB cache (4000 IOPS)", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS11_v2", - "text": "[Standard_DS11_v2]: 2 vCPU, 14 RAM, 1023 SSD , 72 cache (8000 IOPS)", + "key": "Standard_D4s_v3", + "text": "[Standard_D4s_v3]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 100 GB cache (8000 IOPS)", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS12-1_v2", - "text": "[Standard_DS12-1_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", + "key": "Standard_D8s_v3", + "text": "[Standard_D8s_v3]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 200 GB cache (16000 IOPS)", "eph": true, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS12-2_v2", - "text": "[Standard_DS12-2_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "CanadaEast", + "key": "standardDDSv4Family", + "text": "General Purpose v4", + "itemType": 2, + "eph": false, + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS12_v2", - "text": "[Standard_DS12_v2]: 4 vCPU, 28 RAM, 1023 SSD , 144 cache (16000 IOPS)", - "eph": true, - "location": "CanadaEast", + "key": "Standard_D2ds_v4", + "text": "[Standard_D2ds_v4]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (19000 IOPS)", + "eph": false, + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS13-2_v2", - "text": "[Standard_DS13-2_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D4ds_v4", + "text": "[Standard_D4ds_v4]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (38500 IOPS)", "eph": true, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS13-4_v2", - "text": "[Standard_DS13-4_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", + "key": "Standard_D8ds_v4", + "text": "[Standard_D8ds_v4]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (77000 IOPS)", "eph": true, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS13_v2", - "text": "[Standard_DS13_v2]: 8 vCPU, 56 RAM, 1023 SSD , 288 cache (32000 IOPS)", - "eph": true, - "location": "CanadaEast", + "key": "standardDDSv5Family", + "text": "General Purpose v5", + "itemType": 2, + "eph": false, + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS2_v2", - "text": "[Standard_DS2_v2]: 2 vCPU, 7 RAM, 1023 SSD , 86 cache (8000 IOPS)", + "key": "Standard_D2ds_v5", + "text": "[Standard_D2ds_v5]: 2 vCPU, 8 GB RAM, 1023 GB SSD, 75 GB cache (9000 IOPS)", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS3_v2", - "text": "[Standard_DS3_v2]: 4 vCPU, 14 RAM, 1023 SSD , 172 cache (16000 IOPS)", + "key": "Standard_D4ds_v5", + "text": "[Standard_D4ds_v5]: 4 vCPU, 16 GB RAM, 1023 GB SSD, 150 GB cache (19000 IOPS)", "eph": true, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_DS4_v2", - "text": "[Standard_DS4_v2]: 8 vCPU, 28 RAM, 1023 SSD , 344 cache (32000 IOPS)", + "key": "Standard_D8ds_v5", + "text": "[Standard_D8ds_v5]: 8 vCPU, 32 GB RAM, 1023 GB SSD, 300 GB cache (38000 IOPS)", "eph": true, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "standardDDSv4Family", - "text": "General Purpose V4", + "key": "standardFSv2Family", + "text": "Compute Optimized", "itemType": 2, "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_D2ds_v4", - "text": "[Standard_D2ds_v4]: 2 vCPU, 8 RAM, 1023 SSD , 50 cache (19000 IOPS)", + "key": "Standard_F2s_v2", + "text": "[Standard_F2s_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD, 32 GB cache (4000 IOPS)", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_D4ds_v4", - "text": "[Standard_D4ds_v4]: 4 vCPU, 16 RAM, 1023 SSD , 100 cache (38500 IOPS)", + "key": "Standard_F4s_v2", + "text": "[Standard_F4s_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD, 64 GB cache (8000 IOPS)", "eph": false, - "location": "CanadaEast", - "computeType": "gp" - }, - { - "key": "Standard_D8ds_v4", - "text": "[Standard_D8ds_v4]: 8 vCPU, 32 RAM, 1023 SSD , 200 cache (77000 IOPS)", - "eph": true, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "standardFSv2Family", - "text": "Compute Optimized", - "itemType": 2, + "key": "Standard_F8s_v2", + "text": "[Standard_F8s_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD, 128 GB cache (16000 IOPS)", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_F2s_v2", - "text": "[Standard_F2s_v2]: 2 vCPU, 4 RAM, 1023 SSD , 32 cache (4000 IOPS)", + "key": "standardBsv2Family", + "text": "Burstable v2 (dev/test)", + "itemType": 2, "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_F4s_v2", - "text": "[Standard_F4s_v2]: 4 vCPU, 8 RAM, 1023 SSD , 64 cache (8000 IOPS)", + "key": "Standard_B2ls_v2", + "text": "[Standard_B2ls_v2]: 2 vCPU, 4 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_F8s_v2", - "text": "[Standard_F8s_v2]: 8 vCPU, 16 RAM, 1023 SSD , 128 cache (16000 IOPS)", + "key": "Standard_B2s_v2", + "text": "[Standard_B2s_v2]: 2 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "standardBSFamily", - "text": "Burstable (dev/test)", - "itemType": 2, + "key": "Standard_B2ts_v2", + "text": "[Standard_B2ts_v2]: 2 vCPU, 1 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_B2ms", - "text": "[Standard_B2ms]: 2 vCPU, 8 RAM, 1023 SSD ", + "key": "Standard_B4ls_v2", + "text": "[Standard_B4ls_v2]: 4 vCPU, 8 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_B2s", - "text": "[Standard_B2s]: 2 vCPU, 4 RAM, 1023 SSD , 30 cache (1600 IOPS)", + "key": "Standard_B4s_v2", + "text": "[Standard_B4s_v2]: 4 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_B4ms", - "text": "[Standard_B4ms]: 4 vCPU, 16 RAM, 1023 SSD ", + "key": "Standard_B8ls_v2", + "text": "[Standard_B8ls_v2]: 8 vCPU, 16 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { - "key": "Standard_B8ms", - "text": "[Standard_B8ms]: 8 vCPU, 32 RAM, 1023 SSD ", + "key": "Standard_B8s_v2", + "text": "[Standard_B8s_v2]: 8 vCPU, 32 GB RAM, 1023 GB SSD", "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "gp" }, { @@ -2616,7 +9124,7 @@ "text": "Confidential v3", "itemType": 2, "eph": false, - "location": "CanadaEast", + "location": "brazilsoutheast", "computeType": "sgx" } ] diff --git a/postdeploy/scripts/generate-vm-sku-list-v2.sh b/postdeploy/scripts/generate-vm-sku-list-v2.sh old mode 100644 new mode 100755 index 3a93c1f18..563455bc6 --- a/postdeploy/scripts/generate-vm-sku-list-v2.sh +++ b/postdeploy/scripts/generate-vm-sku-list-v2.sh @@ -66,11 +66,18 @@ for loc in $(echo "${locations}" | jq -r '.[] | @base64'); do name=$(_jq '.name') osSize=$(echo $(_jq) | jq -r '.capabilities | .[] | select(.name=="OSVhdSizeMB") | .value') ram=$(echo $(_jq) | jq -r '.capabilities | .[] | select(.name=="MemoryGB") | .value') - cachedSize=$(echo $(_jq) | jq -r '.capabilities | .[] | select(.name=="CachedDiskBytes") | .value') + cacheStorage=$(echo $(_jq) | jq -r '.capabilities | .[] | select(.name=="CachedDiskBytes") | .value') + cacheStorage_GB=$(( cacheStorage/1073741824 )) + tempStorage=$(echo $(_jq) | jq -r '.capabilities | .[] | select(.name=="MaxResourceVolumeMB") | .value') + tempStorage_GB=$(( tempStorage/1024 )) + if [ $cacheStorage_GB -gt $tempStorage_GB ]; then + cacheGB=$cacheStorage_GB + else + cacheGB=$tempStorage_GB + fi #Convert to GB osSizeGB=$(( osSize/1024 )) - cacheGB=$(( cachedSize/1073741824 )) #Build text property cacheGB=$((cacheGB + 0)) @@ -80,7 +87,7 @@ for loc in $(echo "${locations}" | jq -r '.[] | @base64'); do eph=false else iops=$(echo $(_jq) | jq -r '.capabilities | .[] | select(.name=="CombinedTempDiskAndCachedIOPS") | .value') - cache=", $cacheGB cache ($iops IOPS)" + cache=", $cacheGB GB cache ($iops IOPS)" if [ $cacheGB -ge $ephMinCacheSizeGB ]; then eph=true @@ -88,7 +95,7 @@ for loc in $(echo "${locations}" | jq -r '.[] | @base64'); do eph=false fi fi - text="[$name]: $cpu vCPU, $ram RAM, $osSizeGB SSD $cache" + text="[$name]: $cpu vCPU, $ram GB RAM, $osSizeGB GB SSD$cache" #Create JSON jq -n \ diff --git a/samples/SampleAppMain.bicep b/samples/SampleAppMain.bicep index 498010745..a06eea2a8 100644 --- a/samples/SampleAppMain.bicep +++ b/samples/SampleAppMain.bicep @@ -50,7 +50,7 @@ var environmentConfigurationMap = { networkPolicy: 'azure' agentCount:6 agentCountMax:12 - agentVMSize: 'Standard_D8s_v4' + agentVMSize: 'Standard_D8ds_v4' } } NonProduction: { @@ -62,7 +62,7 @@ var environmentConfigurationMap = { agentCount:1 agentCountMax:3 networkPolicy: '' - agentVMSize: 'Standard_DS3_v2' + agentVMSize: 'Standard_D4ds_v4' } } } diff --git a/samples/SampleAppMain.json b/samples/SampleAppMain.json index 458551c24..4f686b378 100644 --- a/samples/SampleAppMain.json +++ b/samples/SampleAppMain.json @@ -84,7 +84,7 @@ "agentCount": 1, "agentCountMax": 3, "networkPolicy": "", - "agentVMSize": "Standard_DS3_v2" + "agentVMSize": "Standard_D4ds_v4" } } }, @@ -551,7 +551,7 @@ }, "kubernetesVersion": { "type": "string", - "defaultValue": "1.28.5", + "defaultValue": "1.29.7", "metadata": { "description": "Kubernetes Version" } @@ -660,7 +660,7 @@ }, "agentVMSize": { "type": "string", - "defaultValue": "Standard_DS3_v2", + "defaultValue": "Standard_D4ds_v4", "metadata": { "description": "VM SKU" } @@ -1160,7 +1160,7 @@ "autoScale": "[greater(parameters('agentCountMax'), parameters('agentCount'))]", "systemPoolPresets": { "CostOptimised": { - "vmSize": "Standard_B4ms", + "vmSize": "Standard_B4s_v2", "count": 1, "minCount": 1, "maxCount": 3, @@ -1168,7 +1168,7 @@ "availabilityZones": [] }, "Standard": { - "vmSize": "Standard_DS2_v2", + "vmSize": "Standard_D4ds_v4", "count": 3, "minCount": 3, "maxCount": 5, @@ -1180,7 +1180,7 @@ ] }, "HighSpec": { - "vmSize": "Standard_D4s_v3", + "vmSize": "Standard_D8ds_v4", "count": 3, "minCount": 3, "maxCount": 5, @@ -1301,7 +1301,7 @@ "properties": { "roleDefinitionId": "[variables('AcrPullRole')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').identityProfile.kubeletidentity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').identityProfile.kubeletidentity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerRegistry/registries', variables('acrName'))]", @@ -1374,7 +1374,7 @@ "properties": { "roleDefinitionId": "[variables('contributor')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.ingressApplicationGateway.identity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.ingressApplicationGateway.identity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName')))]", @@ -1389,7 +1389,7 @@ "properties": { "roleDefinitionId": "[variables('reader')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.ingressApplicationGateway.identity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.ingressApplicationGateway.identity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName')))]" @@ -1404,7 +1404,7 @@ "properties": { "roleDefinitionId": "[variables('managedIdentityOperator')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.ingressApplicationGateway.identity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.ingressApplicationGateway.identity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName')))]", @@ -1441,10 +1441,10 @@ }, { "type": "Microsoft.ContainerService/managedClusters", - "apiVersion": "2023-03-02-preview", + "apiVersion": "2024-01-01", "name": "[format('aks-{0}', parameters('resourceName'))]", "location": "[parameters('location')]", - "properties": "[union(createObject('kubernetesVersion', parameters('kubernetesVersion'), 'enableRBAC', true(), 'dnsPrefix', parameters('dnsPrefix'), 'aadProfile', if(parameters('enable_aad'), createObject('managed', true(), 'enableAzureRBAC', parameters('enableAzureRBAC'), 'tenantID', parameters('aad_tenant_id')), null()), 'apiServerAccessProfile', if(not(empty(parameters('authorizedIPRanges'))), createObject('authorizedIPRanges', parameters('authorizedIPRanges')), createObject('enablePrivateCluster', parameters('enablePrivateCluster'), 'privateDNSZone', if(parameters('enablePrivateCluster'), variables('aksPrivateDnsZone'), ''), 'enablePrivateClusterPublicFQDN', and(parameters('enablePrivateCluster'), equals(parameters('privateClusterDnsMethod'), 'none')))), 'agentPoolProfiles', if(parameters('JustUseSystemPool'), array(createObject('name', if(parameters('JustUseSystemPool'), parameters('nodePoolName'), 'agentpool'), 'vmSize', parameters('agentVMSize'), 'count', parameters('agentCount'), 'mode', 'System', 'osType', 'Linux', 'maxPods', 30, 'type', 'VirtualMachineScaleSets', 'vnetSubnetID', if(not(empty(if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.aksSubnetId.value, parameters('byoAKSSubnetId')))), if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.aksSubnetId.value, parameters('byoAKSSubnetId')), null()), 'podSubnetID', if(not(empty(if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.aksPodSubnetId.value, parameters('byoAKSPodSubnetId')))), if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.aksPodSubnetId.value, parameters('byoAKSPodSubnetId')), null()), 'upgradeSettings', createObject('maxSurge', '33%'), 'nodeTaints', createArray(if(parameters('JustUseSystemPool'), '', 'CriticalAddonsOnly=true:NoSchedule')))), concat(array(union(createObject('name', if(parameters('JustUseSystemPool'), parameters('nodePoolName'), 'agentpool'), 'vmSize', parameters('agentVMSize'), 'count', parameters('agentCount'), 'mode', 'System', 'osType', 'Linux', 'maxPods', 30, 'type', 'VirtualMachineScaleSets', 'vnetSubnetID', if(not(empty(if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.aksSubnetId.value, parameters('byoAKSSubnetId')))), if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.aksSubnetId.value, parameters('byoAKSSubnetId')), null()), 'podSubnetID', if(not(empty(if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.aksPodSubnetId.value, parameters('byoAKSPodSubnetId')))), if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.aksPodSubnetId.value, parameters('byoAKSPodSubnetId')), null()), 'upgradeSettings', createObject('maxSurge', '33%'), 'nodeTaints', createArray(if(parameters('JustUseSystemPool'), '', 'CriticalAddonsOnly=true:NoSchedule'))), if(and(equals(parameters('SystemPoolType'), 'Custom'), not(equals(parameters('SystemPoolCustomPreset'), createObject()))), parameters('SystemPoolCustomPreset'), variables('systemPoolPresets')[parameters('SystemPoolType')]))))), 'workloadAutoScalerProfile', createObject('keda', createObject('enabled', parameters('kedaAddon'))), 'networkProfile', createObject('loadBalancerSku', 'standard', 'networkPlugin', parameters('networkPlugin'), 'networkPolicy', parameters('networkPolicy'), 'networkPluginMode', if(equals(parameters('networkPlugin'), 'azure'), parameters('networkPluginMode'), ''), 'podCidr', if(or(equals(parameters('networkPlugin'), 'kubenet'), parameters('cniDynamicIpAllocation')), parameters('podCidr'), json('null')), 'serviceCidr', parameters('serviceCidr'), 'dnsServiceIP', parameters('dnsServiceIP'), 'outboundType', parameters('aksOutboundTrafficType'), 'ebpfDataplane', if(equals(parameters('networkPlugin'), 'azure'), parameters('ebpfDataplane'), '')), 'disableLocalAccounts', and(parameters('AksDisableLocalAccounts'), parameters('enable_aad')), 'autoUpgradeProfile', createObject('upgradeChannel', parameters('upgradeChannel')), 'addonProfiles', if(not(empty(variables('aks_addons1'))), variables('aks_addons1'), variables('aks_addons')), 'autoScalerProfile', if(variables('autoScale'), parameters('AutoscaleProfile'), createObject()), 'oidcIssuerProfile', createObject('enabled', parameters('oidcIssuer')), 'securityProfile', createObject('workloadIdentity', createObject('enabled', parameters('workloadIdentity'))), 'ingressProfile', createObject('webAppRouting', createObject('enabled', parameters('warIngressNginx'))), 'storageProfile', createObject('blobCSIDriver', createObject('enabled', parameters('blobCSIDriver')), 'diskCSIDriver', createObject('enabled', parameters('diskCSIDriver')), 'fileCSIDriver', createObject('enabled', parameters('fileCSIDriver'))), createObject('restrictionLevel', parameters('restrictionLevelNodeResourceGroup'))), if(equals(parameters('aksOutboundTrafficType'), 'managedNATGateway'), variables('managedNATGatewayProfile'), createObject()), if(and(parameters('defenderForContainers'), variables('createLaw')), variables('azureDefenderSecurityProfile'), createObject()), if(or(variables('keyVaultKmsCreateAndPrereqs'), not(empty(parameters('keyVaultKmsByoKeyId')))), createObject('securityProfile', createObject('azureKeyVaultKms', createObject('enabled', or(variables('keyVaultKmsCreateAndPrereqs'), not(empty(parameters('keyVaultKmsByoKeyId')))), 'keyId', if(variables('keyVaultKmsCreateAndPrereqs'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-keyvaultKmsKeys-{1}', deployment().name, parameters('resourceName')), 64)), '2024-03-01').outputs.keyVaultKmsKeyUri.value, if(not(empty(parameters('keyVaultKmsByoKeyId'))), parameters('keyVaultKmsByoKeyId'), '')), 'keyVaultNetworkAccess', if(parameters('privateLinks'), 'private', 'public'), 'keyVaultResourceId', if(and(parameters('privateLinks'), not(empty(parameters('keyVaultKmsByoKeyId')))), extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, parameters('keyVaultKmsByoRG')), 'Microsoft.KeyVault/vaults', variables('keyVaultKmsByoName')), '')))), createObject()), if(not(empty(parameters('managedNodeResourceGroup'))), createObject('nodeResourceGroup', parameters('managedNodeResourceGroup')), createObject()))]", + "properties": "[union(createObject('kubernetesVersion', parameters('kubernetesVersion'), 'enableRBAC', true(), 'dnsPrefix', parameters('dnsPrefix'), 'aadProfile', if(parameters('enable_aad'), createObject('managed', true(), 'enableAzureRBAC', parameters('enableAzureRBAC'), 'tenantID', parameters('aad_tenant_id')), null()), 'apiServerAccessProfile', if(not(empty(parameters('authorizedIPRanges'))), createObject('authorizedIPRanges', parameters('authorizedIPRanges')), createObject('enablePrivateCluster', parameters('enablePrivateCluster'), 'privateDNSZone', if(parameters('enablePrivateCluster'), variables('aksPrivateDnsZone'), ''), 'enablePrivateClusterPublicFQDN', and(parameters('enablePrivateCluster'), equals(parameters('privateClusterDnsMethod'), 'none')))), 'agentPoolProfiles', if(parameters('JustUseSystemPool'), array(createObject('name', if(parameters('JustUseSystemPool'), parameters('nodePoolName'), 'agentpool'), 'vmSize', parameters('agentVMSize'), 'count', parameters('agentCount'), 'mode', 'System', 'osType', 'Linux', 'maxPods', 30, 'type', 'VirtualMachineScaleSets', 'vnetSubnetID', if(not(empty(if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2022-09-01').outputs.aksSubnetId.value, parameters('byoAKSSubnetId')))), if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2022-09-01').outputs.aksSubnetId.value, parameters('byoAKSSubnetId')), null()), 'podSubnetID', if(not(empty(if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2022-09-01').outputs.aksPodSubnetId.value, parameters('byoAKSPodSubnetId')))), if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2022-09-01').outputs.aksPodSubnetId.value, parameters('byoAKSPodSubnetId')), null()), 'upgradeSettings', createObject('maxSurge', '33%'), 'nodeTaints', createArray(if(parameters('JustUseSystemPool'), '', 'CriticalAddonsOnly=true:NoSchedule')))), concat(array(union(createObject('name', if(parameters('JustUseSystemPool'), parameters('nodePoolName'), 'agentpool'), 'vmSize', parameters('agentVMSize'), 'count', parameters('agentCount'), 'mode', 'System', 'osType', 'Linux', 'maxPods', 30, 'type', 'VirtualMachineScaleSets', 'vnetSubnetID', if(not(empty(if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2022-09-01').outputs.aksSubnetId.value, parameters('byoAKSSubnetId')))), if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2022-09-01').outputs.aksSubnetId.value, parameters('byoAKSSubnetId')), null()), 'podSubnetID', if(not(empty(if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2022-09-01').outputs.aksPodSubnetId.value, parameters('byoAKSPodSubnetId')))), if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2022-09-01').outputs.aksPodSubnetId.value, parameters('byoAKSPodSubnetId')), null()), 'upgradeSettings', createObject('maxSurge', '33%'), 'nodeTaints', createArray(if(parameters('JustUseSystemPool'), '', 'CriticalAddonsOnly=true:NoSchedule'))), if(and(equals(parameters('SystemPoolType'), 'Custom'), not(equals(parameters('SystemPoolCustomPreset'), createObject()))), parameters('SystemPoolCustomPreset'), variables('systemPoolPresets')[parameters('SystemPoolType')]))))), 'workloadAutoScalerProfile', createObject('keda', createObject('enabled', parameters('kedaAddon'))), 'networkProfile', createObject('loadBalancerSku', 'standard', 'networkPlugin', parameters('networkPlugin'), 'networkPolicy', parameters('networkPolicy'), 'networkPluginMode', if(equals(parameters('networkPlugin'), 'azure'), parameters('networkPluginMode'), ''), 'podCidr', if(or(equals(parameters('networkPlugin'), 'kubenet'), parameters('cniDynamicIpAllocation')), parameters('podCidr'), json('null')), 'serviceCidr', parameters('serviceCidr'), 'dnsServiceIP', parameters('dnsServiceIP'), 'outboundType', parameters('aksOutboundTrafficType'), 'ebpfDataplane', if(equals(parameters('networkPlugin'), 'azure'), parameters('ebpfDataplane'), '')), 'disableLocalAccounts', and(parameters('AksDisableLocalAccounts'), parameters('enable_aad')), 'autoUpgradeProfile', createObject('upgradeChannel', parameters('upgradeChannel')), 'addonProfiles', if(not(empty(variables('aks_addons1'))), variables('aks_addons1'), variables('aks_addons')), 'autoScalerProfile', if(variables('autoScale'), parameters('AutoscaleProfile'), createObject()), 'oidcIssuerProfile', createObject('enabled', parameters('oidcIssuer')), 'securityProfile', createObject('workloadIdentity', createObject('enabled', parameters('workloadIdentity'))), 'ingressProfile', createObject('webAppRouting', createObject('enabled', parameters('warIngressNginx'))), 'storageProfile', createObject('blobCSIDriver', createObject('enabled', parameters('blobCSIDriver')), 'diskCSIDriver', createObject('enabled', parameters('diskCSIDriver')), 'fileCSIDriver', createObject('enabled', parameters('fileCSIDriver'))), createObject('restrictionLevel', parameters('restrictionLevelNodeResourceGroup'))), if(equals(parameters('aksOutboundTrafficType'), 'managedNATGateway'), variables('managedNATGatewayProfile'), createObject()), if(and(parameters('defenderForContainers'), variables('createLaw')), variables('azureDefenderSecurityProfile'), createObject()), if(or(variables('keyVaultKmsCreateAndPrereqs'), not(empty(parameters('keyVaultKmsByoKeyId')))), createObject('securityProfile', createObject('azureKeyVaultKms', createObject('enabled', or(variables('keyVaultKmsCreateAndPrereqs'), not(empty(parameters('keyVaultKmsByoKeyId')))), 'keyId', if(variables('keyVaultKmsCreateAndPrereqs'), reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-keyvaultKmsKeys-{1}', deployment().name, parameters('resourceName')), 64)), '2022-09-01').outputs.keyVaultKmsKeyUri.value, if(not(empty(parameters('keyVaultKmsByoKeyId'))), parameters('keyVaultKmsByoKeyId'), '')), 'keyVaultNetworkAccess', if(parameters('privateLinks'), 'private', 'public'), 'keyVaultResourceId', if(and(parameters('privateLinks'), not(empty(parameters('keyVaultKmsByoKeyId')))), extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, parameters('keyVaultKmsByoRG')), 'Microsoft.KeyVault/vaults', variables('keyVaultKmsByoName')), '')))), createObject()), if(not(empty(parameters('managedNodeResourceGroup'))), createObject('nodeResourceGroup', parameters('managedNodeResourceGroup')), createObject()))]", "identity": "[if(variables('createAksUai'), createObject('type', 'UserAssigned', 'userAssignedIdentities', createObject(format('{0}', resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', format('id-aks-{0}', parameters('resourceName')))), createObject())), if(not(empty(parameters('byoUaiName'))), createObject('type', 'UserAssigned', 'userAssignedIdentities', createObject(format('{0}', resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', parameters('byoUaiName'))), createObject())), createObject('type', 'SystemAssigned')))]", "sku": { "name": "Base", @@ -1714,7 +1714,7 @@ "name": "[guid(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), 'omsagent', variables('MonitoringMetricsPublisherRole'))]", "properties": { "roleDefinitionId": "[variables('MonitoringMetricsPublisherRole')]", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.omsagent.identity.objectId]", + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.omsagent.identity.objectId]", "principalType": "ServicePrincipal" }, "dependsOn": [ @@ -5500,7 +5500,7 @@ }, "vnetId": "[if(variables('isDnsZonePrivate'), if(not(empty(parameters('byoAKSSubnetId'))), createObject('value', split(parameters('byoAKSSubnetId'), '/subnets')[0]), if(parameters('custom_vnet'), createObject('value', reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.vnetId.value), createObject('value', ''))), createObject('value', ''))]", "principalId": { - "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').identityProfile.kubeletidentity.objectId]" + "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').identityProfile.kubeletidentity.objectId]" } }, "template": { @@ -5823,7 +5823,7 @@ "parameters": { "keyVaultName": "[if(parameters('keyVaultCreate'), createObject('value', reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-keyvaultApps', deployment().name), 64)), '2024-03-01').outputs.keyVaultName.value), createObject('value', ''))]", "rbacSecretUserSps": { - "value": "[union(createArray(if(and(variables('deployAppGw'), parameters('appgwKVIntegration')), reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', format('id-appgw-{0}', parameters('resourceName'))), '2023-01-31').principalId, '')), createArray(if(parameters('keyVaultAksCSI'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.azureKeyvaultSecretsProvider.identity.objectId, '')))]" + "value": "[union(createArray(if(and(variables('deployAppGw'), parameters('appgwKVIntegration')), reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', format('id-appgw-{0}', parameters('resourceName'))), '2023-01-31').principalId, '')), createArray(if(parameters('keyVaultAksCSI'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.azureKeyvaultSecretsProvider.identity.objectId, '')))]" }, "rbacSecretOfficerSps": "[if(and(not(empty(parameters('keyVaultOfficerRolePrincipalId'))), parameters('automatedDeployment')), createObject('value', variables('keyVaultOfficerRolePrincipalIds')), createObject('value', createArray()))]", "rbacCertOfficerSps": "[if(and(not(empty(parameters('keyVaultOfficerRolePrincipalId'))), parameters('automatedDeployment')), createObject('value', variables('keyVaultOfficerRolePrincipalIds')), createObject('value', createArray()))]", @@ -7879,7 +7879,7 @@ "resources": [ { "type": "Microsoft.ContainerService/managedClusters/agentPools", - "apiVersion": "2021-10-01", + "apiVersion": "2024-01-01", "name": "[format('{0}/{1}', parameters('AksName'), parameters('PoolName'))]", "properties": { "mode": "User", @@ -8976,11 +8976,11 @@ }, "privateFQDN": { "type": "string", - "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').privateFQDN, '')]" + "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').privateFQDN, '')]" }, "aksPrivateDnsZoneName": { "type": "string", - "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), join(skip(split(reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').privateFQDN, '.'), 1), '.'), '')]" + "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), join(skip(split(reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').privateFQDN, '.'), 1), '.'), '')]" }, "aksClusterName": { "type": "string", @@ -8988,7 +8988,7 @@ }, "aksOidcIssuerUrl": { "type": "string", - "value": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').oidcIssuerProfile.issuerURL, '')]" + "value": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').oidcIssuerProfile.issuerURL, '')]" }, "aksOidcFedIdentityProperties": { "type": "object", @@ -8996,7 +8996,7 @@ "description": "This output can be directly leveraged when creating a ManagedId Federated Identity" }, "value": { - "issuer": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').oidcIssuerProfile.issuerURL, '')]", + "issuer": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').oidcIssuerProfile.issuerURL, '')]", "audiences": [ "api://AzureADTokenExchange" ], @@ -9008,7 +9008,7 @@ "metadata": { "description": "The name of the managed resource group AKS uses" }, - "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').nodeResourceGroup]" + "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').nodeResourceGroup]" }, "aksResourceId": { "type": "string", diff --git a/samples/SystemPresetExample.bicep b/samples/SystemPresetExample.bicep index a77968787..0673416a4 100644 --- a/samples/SystemPresetExample.bicep +++ b/samples/SystemPresetExample.bicep @@ -15,7 +15,7 @@ param env string = 'dev' var envSystemPoolPresetMap = { 'dev' : { - vmSize: 'Standard_B4ms' + vmSize: 'Standard_B4s_v2' count: 1 minCount: 1 maxCount: 3 @@ -23,7 +23,7 @@ var envSystemPoolPresetMap = { availabilityZones: [] } 'test' : { - vmSize: 'Standard_B4ms' + vmSize: 'Standard_B4s_v2' count: 2 minCount: 2 maxCount: 6 diff --git a/samples/SystemPresetExample.json b/samples/SystemPresetExample.json index fda54ef9e..efc875ccd 100644 --- a/samples/SystemPresetExample.json +++ b/samples/SystemPresetExample.json @@ -36,7 +36,7 @@ "variables": { "envSystemPoolPresetMap": { "dev": { - "vmSize": "Standard_B4ms", + "vmSize": "Standard_B4s_v2", "count": 1, "minCount": 1, "maxCount": 3, @@ -44,7 +44,7 @@ "availabilityZones": [] }, "test": { - "vmSize": "Standard_B4ms", + "vmSize": "Standard_B4s_v2", "count": 2, "minCount": 2, "maxCount": 6, @@ -493,7 +493,7 @@ }, "kubernetesVersion": { "type": "string", - "defaultValue": "1.28.5", + "defaultValue": "1.29.7", "metadata": { "description": "Kubernetes Version" } @@ -602,7 +602,7 @@ }, "agentVMSize": { "type": "string", - "defaultValue": "Standard_DS3_v2", + "defaultValue": "Standard_D4ds_v4", "metadata": { "description": "VM SKU" } @@ -1102,7 +1102,7 @@ "autoScale": "[greater(parameters('agentCountMax'), parameters('agentCount'))]", "systemPoolPresets": { "CostOptimised": { - "vmSize": "Standard_B4ms", + "vmSize": "Standard_B4s_v2", "count": 1, "minCount": 1, "maxCount": 3, @@ -1110,7 +1110,7 @@ "availabilityZones": [] }, "Standard": { - "vmSize": "Standard_DS2_v2", + "vmSize": "Standard_D4ds_v4", "count": 3, "minCount": 3, "maxCount": 5, @@ -1122,7 +1122,7 @@ ] }, "HighSpec": { - "vmSize": "Standard_D4s_v3", + "vmSize": "Standard_D8ds_v4", "count": 3, "minCount": 3, "maxCount": 5, @@ -1243,7 +1243,7 @@ "properties": { "roleDefinitionId": "[variables('AcrPullRole')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').identityProfile.kubeletidentity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').identityProfile.kubeletidentity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerRegistry/registries', variables('acrName'))]", @@ -1316,7 +1316,7 @@ "properties": { "roleDefinitionId": "[variables('contributor')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.ingressApplicationGateway.identity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.ingressApplicationGateway.identity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName')))]", @@ -1331,7 +1331,7 @@ "properties": { "roleDefinitionId": "[variables('reader')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.ingressApplicationGateway.identity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.ingressApplicationGateway.identity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName')))]" @@ -1346,7 +1346,7 @@ "properties": { "roleDefinitionId": "[variables('managedIdentityOperator')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.ingressApplicationGateway.identity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.ingressApplicationGateway.identity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName')))]", @@ -1656,7 +1656,7 @@ "name": "[guid(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), 'omsagent', variables('MonitoringMetricsPublisherRole'))]", "properties": { "roleDefinitionId": "[variables('MonitoringMetricsPublisherRole')]", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.omsagent.identity.objectId]", + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.omsagent.identity.objectId]", "principalType": "ServicePrincipal" }, "dependsOn": [ @@ -5442,7 +5442,7 @@ }, "vnetId": "[if(variables('isDnsZonePrivate'), if(not(empty(parameters('byoAKSSubnetId'))), createObject('value', split(parameters('byoAKSSubnetId'), '/subnets')[0]), if(parameters('custom_vnet'), createObject('value', reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.vnetId.value), createObject('value', ''))), createObject('value', ''))]", "principalId": { - "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').identityProfile.kubeletidentity.objectId]" + "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').identityProfile.kubeletidentity.objectId]" } }, "template": { @@ -5765,7 +5765,7 @@ "parameters": { "keyVaultName": "[if(parameters('keyVaultCreate'), createObject('value', reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-keyvaultApps', deployment().name), 64)), '2024-03-01').outputs.keyVaultName.value), createObject('value', ''))]", "rbacSecretUserSps": { - "value": "[union(createArray(if(and(variables('deployAppGw'), parameters('appgwKVIntegration')), reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', format('id-appgw-{0}', parameters('resourceName'))), '2023-01-31').principalId, '')), createArray(if(parameters('keyVaultAksCSI'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.azureKeyvaultSecretsProvider.identity.objectId, '')))]" + "value": "[union(createArray(if(and(variables('deployAppGw'), parameters('appgwKVIntegration')), reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', format('id-appgw-{0}', parameters('resourceName'))), '2023-01-31').principalId, '')), createArray(if(parameters('keyVaultAksCSI'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').addonProfiles.azureKeyvaultSecretsProvider.identity.objectId, '')))]" }, "rbacSecretOfficerSps": "[if(and(not(empty(parameters('keyVaultOfficerRolePrincipalId'))), parameters('automatedDeployment')), createObject('value', variables('keyVaultOfficerRolePrincipalIds')), createObject('value', createArray()))]", "rbacCertOfficerSps": "[if(and(not(empty(parameters('keyVaultOfficerRolePrincipalId'))), parameters('automatedDeployment')), createObject('value', variables('keyVaultOfficerRolePrincipalIds')), createObject('value', createArray()))]", @@ -7821,7 +7821,7 @@ "resources": [ { "type": "Microsoft.ContainerService/managedClusters/agentPools", - "apiVersion": "2021-10-01", + "apiVersion": "2024-01-01", "name": "[format('{0}/{1}', parameters('AksName'), parameters('PoolName'))]", "properties": { "mode": "User", @@ -8918,11 +8918,11 @@ }, "privateFQDN": { "type": "string", - "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').privateFQDN, '')]" + "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').privateFQDN, '')]" }, "aksPrivateDnsZoneName": { "type": "string", - "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), join(skip(split(reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').privateFQDN, '.'), 1), '.'), '')]" + "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), join(skip(split(reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').privateFQDN, '.'), 1), '.'), '')]" }, "aksClusterName": { "type": "string", @@ -8930,7 +8930,7 @@ }, "aksOidcIssuerUrl": { "type": "string", - "value": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').oidcIssuerProfile.issuerURL, '')]" + "value": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').oidcIssuerProfile.issuerURL, '')]" }, "aksOidcFedIdentityProperties": { "type": "object", @@ -8938,7 +8938,7 @@ "description": "This output can be directly leveraged when creating a ManagedId Federated Identity" }, "value": { - "issuer": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').oidcIssuerProfile.issuerURL, '')]", + "issuer": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').oidcIssuerProfile.issuerURL, '')]", "audiences": [ "api://AzureADTokenExchange" ], @@ -8950,7 +8950,7 @@ "metadata": { "description": "The name of the managed resource group AKS uses" }, - "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').nodeResourceGroup]" + "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').nodeResourceGroup]" }, "aksResourceId": { "type": "string", diff --git a/samples/peered-vnet/main.bicep b/samples/peered-vnet/main.bicep index 8c08e6937..7ca8406c8 100644 --- a/samples/peered-vnet/main.bicep +++ b/samples/peered-vnet/main.bicep @@ -103,7 +103,7 @@ module gridAks '../../bicep/main.bicep' = { params: { location : location resourceName: gridResourceName - agentVMSize: 'Standard_B2ms' + agentVMSize: 'Standard_B2s_v2' osDiskType: 'Managed' enable_aad: true enableAzureRBAC : true @@ -128,7 +128,7 @@ module appAks '../../bicep/main.bicep' = { params: { location : location resourceName: 'app-${resourceName}' - agentVMSize: 'Standard_B2ms' + agentVMSize: 'Standard_B2s_v2' osDiskType: 'Managed' enable_aad: true enableAzureRBAC : true @@ -162,7 +162,7 @@ module aksNodePools '../../bicep/aksagentpool.bicep' = [for pool in extraAksNod subnetId: gridVnet.outputs.aksSubnetId agentCount: 0 agentCountMax: 10 - agentVMSize: 'Standard_B2s' + agentVMSize: 'Standard_B2s_v2' maxPods: 10 osDiskType: 'Managed' osType: 'Linux' diff --git a/samples/shared-acr/main.json b/samples/shared-acr/main.json index cdf235e85..2541d588d 100644 --- a/samples/shared-acr/main.json +++ b/samples/shared-acr/main.json @@ -519,7 +519,7 @@ }, "kubernetesVersion": { "type": "string", - "defaultValue": "1.28.5", + "defaultValue": "1.29.7", "metadata": { "description": "Kubernetes Version" } @@ -628,7 +628,7 @@ }, "agentVMSize": { "type": "string", - "defaultValue": "Standard_DS3_v2", + "defaultValue": "Standard_D4ds_v4", "metadata": { "description": "VM SKU" } @@ -1128,7 +1128,7 @@ "autoScale": "[greater(parameters('agentCountMax'), parameters('agentCount'))]", "systemPoolPresets": { "CostOptimised": { - "vmSize": "Standard_B4ms", + "vmSize": "Standard_B4s_v2", "count": 1, "minCount": 1, "maxCount": 3, @@ -1136,7 +1136,7 @@ "availabilityZones": [] }, "Standard": { - "vmSize": "Standard_DS2_v2", + "vmSize": "Standard_D4ds_v4", "count": 3, "minCount": 3, "maxCount": 5, @@ -1148,7 +1148,7 @@ ] }, "HighSpec": { - "vmSize": "Standard_D4s_v3", + "vmSize": "Standard_D8ds_v4", "count": 3, "minCount": 3, "maxCount": 5, @@ -1269,7 +1269,7 @@ "properties": { "roleDefinitionId": "[variables('AcrPullRole')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').identityProfile.kubeletidentity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2024-01-01').identityProfile.kubeletidentity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerRegistry/registries', variables('acrName'))]", @@ -1342,7 +1342,7 @@ "properties": { "roleDefinitionId": "[variables('contributor')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.ingressApplicationGateway.identity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').addonProfiles.ingressApplicationGateway.identity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName')))]", @@ -1357,7 +1357,7 @@ "properties": { "roleDefinitionId": "[variables('reader')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.ingressApplicationGateway.identity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').addonProfiles.ingressApplicationGateway.identity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName')))]" @@ -1372,7 +1372,7 @@ "properties": { "roleDefinitionId": "[variables('managedIdentityOperator')]", "principalType": "ServicePrincipal", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.ingressApplicationGateway.identity.objectId]" + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').addonProfiles.ingressApplicationGateway.identity.objectId]" }, "dependsOn": [ "[resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName')))]", @@ -1682,7 +1682,7 @@ "name": "[guid(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), 'omsagent', variables('MonitoringMetricsPublisherRole'))]", "properties": { "roleDefinitionId": "[variables('MonitoringMetricsPublisherRole')]", - "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.omsagent.identity.objectId]", + "principalId": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').addonProfiles.omsagent.identity.objectId]", "principalType": "ServicePrincipal" }, "dependsOn": [ @@ -5468,7 +5468,7 @@ }, "vnetId": "[if(variables('isDnsZonePrivate'), if(not(empty(parameters('byoAKSSubnetId'))), createObject('value', split(parameters('byoAKSSubnetId'), '/subnets')[0]), if(parameters('custom_vnet'), createObject('value', reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-network', deployment().name), 64)), '2024-03-01').outputs.vnetId.value), createObject('value', ''))), createObject('value', ''))]", "principalId": { - "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').identityProfile.kubeletidentity.objectId]" + "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').identityProfile.kubeletidentity.objectId]" } }, "template": { @@ -5791,7 +5791,7 @@ "parameters": { "keyVaultName": "[if(parameters('keyVaultCreate'), createObject('value', reference(resourceId('Microsoft.Resources/deployments', take(format('{0}-keyvaultApps', deployment().name), 64)), '2024-03-01').outputs.keyVaultName.value), createObject('value', ''))]", "rbacSecretUserSps": { - "value": "[union(createArray(if(and(variables('deployAppGw'), parameters('appgwKVIntegration')), reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', format('id-appgw-{0}', parameters('resourceName'))), '2023-01-31').principalId, '')), createArray(if(parameters('keyVaultAksCSI'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').addonProfiles.azureKeyvaultSecretsProvider.identity.objectId, '')))]" + "value": "[union(createArray(if(and(variables('deployAppGw'), parameters('appgwKVIntegration')), reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', format('id-appgw-{0}', parameters('resourceName'))), '2023-01-31').principalId, '')), createArray(if(parameters('keyVaultAksCSI'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').addonProfiles.azureKeyvaultSecretsProvider.identity.objectId, '')))]" }, "rbacSecretOfficerSps": "[if(and(not(empty(parameters('keyVaultOfficerRolePrincipalId'))), parameters('automatedDeployment')), createObject('value', variables('keyVaultOfficerRolePrincipalIds')), createObject('value', createArray()))]", "rbacCertOfficerSps": "[if(and(not(empty(parameters('keyVaultOfficerRolePrincipalId'))), parameters('automatedDeployment')), createObject('value', variables('keyVaultOfficerRolePrincipalIds')), createObject('value', createArray()))]", @@ -7847,7 +7847,7 @@ "resources": [ { "type": "Microsoft.ContainerService/managedClusters/agentPools", - "apiVersion": "2021-10-01", + "apiVersion": "2023-11-01", "name": "[format('{0}/{1}', parameters('AksName'), parameters('PoolName'))]", "properties": { "mode": "User", @@ -8944,11 +8944,11 @@ }, "privateFQDN": { "type": "string", - "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').privateFQDN, '')]" + "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').privateFQDN, '')]" }, "aksPrivateDnsZoneName": { "type": "string", - "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), join(skip(split(reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').privateFQDN, '.'), 1), '.'), '')]" + "value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), join(skip(split(reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').privateFQDN, '.'), 1), '.'), '')]" }, "aksClusterName": { "type": "string", @@ -8956,7 +8956,7 @@ }, "aksOidcIssuerUrl": { "type": "string", - "value": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').oidcIssuerProfile.issuerURL, '')]" + "value": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').oidcIssuerProfile.issuerURL, '')]" }, "aksOidcFedIdentityProperties": { "type": "object", @@ -8964,7 +8964,7 @@ "description": "This output can be directly leveraged when creating a ManagedId Federated Identity" }, "value": { - "issuer": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').oidcIssuerProfile.issuerURL, '')]", + "issuer": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').oidcIssuerProfile.issuerURL, '')]", "audiences": [ "api://AzureADTokenExchange" ], @@ -8976,7 +8976,7 @@ "metadata": { "description": "The name of the managed resource group AKS uses" }, - "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-03-02-preview').nodeResourceGroup]" + "value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', format('aks-{0}', parameters('resourceName'))), '2023-11-01').nodeResourceGroup]" }, "aksResourceId": { "type": "string", diff --git a/samples/windows/main.bicep b/samples/windows/main.bicep index 0bd25e62a..42de49df2 100644 --- a/samples/windows/main.bicep +++ b/samples/windows/main.bicep @@ -27,7 +27,7 @@ module aks '../../bicep/main.bicep' = { params: { location : location resourceName: 'win-aks' - agentVMSize: 'Standard_B2ms' + agentVMSize: 'Standard_B2s_v2' osDiskType: 'Managed' enable_aad: true enableAzureRBAC : true