Missing price for E112iads v5 on VM pricing web page?

Andrew Janke 65 Reputation points
2023-11-04T22:47:16.22+00:00

It seems like the E112iads v5 VM size (E112iads_v5) is missing from the Virtual Machines Pricing web page on the Azure web site. Is this a documentation bug? Anybody know where to find price info for this VM size?

I use th "Virtual Machines Pricing" web page at https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/ to get list price information for VMs, for cost estimation and planning purposes. For the Eads v5 series, I see all the other sizes I would expect (as seen on this other page with the VM series/size specs), but no E112iads. And if I set the Category and VM series filter dropdowns to "all", I still don't see it; searching the page for "E112i" has no matches.

I'm looking at Ubuntu Linux VMs in East US, but I flipped around to a few other regions and OS types, and saw the same thing.

User's image

I'm pretty sure the E112iads size is available in East US, because I can see it in the list of available sizes in the Azure Portal blade for resizing one of my existing VMs in the East US region.

Is the absence of the E112iads v5 VM size here intentional, or a bug/issue in this web page?

Is there somewhere I could download list prices for all the Azure VM sizes in a data file like CSV or Excel or XML, that would include the E112iads? (I can get one from my CSP, but the prices there include our CSP discounts, and I'm doing our price modeling & planning using public list prices, so it's more generalizable and can be shared with outside parties. And I can't seem to get any price info from the Azure Portal's "Cost Management + Billing" section; my files downloaded from there are all empty; I assume that's because we're a CSP customer and not an EA?)

Also, on this "Virtual Machines Pricing" web page, when I have made some filter selections, including Category and VM series, and then switch the "OS/Software" filter state, the page reloads (going to another OS-specific URL, actually), and all the other filter selections are reset, even if their previous values are available in the new OS type. It would be nice if those filter selections could be preserved through that operation.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,585 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,354 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 83,971 Reputation points
    2023-11-05T06:02:47.1266667+00:00

    Hi Andrew,

    You can download pricing from Azure Retail Pricing REST API:

    Azure Retail Prices overview

    https://learn.microsoft.com/en-us/rest/api/cost-management/retail-prices/azure-retail-prices

    Click to download pricing for E112iads v5 in East US

    Sample output from above link:

    {
        "BillingCurrency": "USD",
        "CustomerEntityId": "Default",
        "CustomerEntityType": "Retail",
        "Items": [
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "retailPrice": 1.614,
                "unitPrice": 1.614,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-01-01T00:00:00Z",
                "meterId": "0029e038-4955-5ad0-b930-ae3c68914557",
                "meterName": "E112iads v5 Low Priority",
                "productId": "DZH318Z093X0",
                "skuId": "DZH318Z093X0/045L",
                "productName": "Virtual Machines Eadsv5 Series",
                "skuName": "E112iads v5 Low Priority",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "Consumption",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "retailPrice": 13.222,
                "unitPrice": 13.222,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-01-01T00:00:00Z",
                "meterId": "00defbd6-43d9-5954-9bcc-e362665d39d8",
                "meterName": "E112iads v5",
                "productId": "DZH318Z093WX",
                "skuId": "DZH318Z093WX/02V6",
                "productName": "Virtual Machines Eadsv5 Series Windows",
                "skuName": "E112iads v5",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "Consumption",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "retailPrice": 8.07,
                "unitPrice": 8.07,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-01-01T00:00:00Z",
                "meterId": "00defbd6-43d9-5954-9bcc-e362665d39d8",
                "meterName": "E112iads v5",
                "productId": "DZH318Z093WX",
                "skuId": "DZH318Z093WX/02V6",
                "productName": "Virtual Machines Eadsv5 Series Windows",
                "skuName": "E112iads v5",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "DevTestConsumption",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "retailPrice": 1.3222,
                "unitPrice": 1.3222,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2023-11-01T00:00:00Z",
                "meterId": "2524c527-0d56-5eae-a128-d01a8a61fbb3",
                "meterName": "E112iads v5 Spot",
                "productId": "DZH318Z093WX",
                "skuId": "DZH318Z093WX/02V7",
                "productName": "Virtual Machines Eadsv5 Series Windows",
                "skuName": "E112iads v5 Spot",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "Consumption",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "retailPrice": 0.807,
                "unitPrice": 0.807,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-11-01T00:00:00Z",
                "meterId": "2524c527-0d56-5eae-a128-d01a8a61fbb3",
                "meterName": "E112iads v5 Spot",
                "productId": "DZH318Z093WX",
                "skuId": "DZH318Z093WX/02V7",
                "productName": "Virtual Machines Eadsv5 Series Windows",
                "skuName": "E112iads v5 Spot",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "DevTestConsumption",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "retailPrice": 5.289,
                "unitPrice": 5.289,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-01-01T00:00:00Z",
                "meterId": "4697a713-4059-58ad-a157-2a7161930ebf",
                "meterName": "E112iads v5 Low Priority",
                "productId": "DZH318Z093WX",
                "skuId": "DZH318Z093WX/02WW",
                "productName": "Virtual Machines Eadsv5 Series Windows",
                "skuName": "E112iads v5 Low Priority",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "Consumption",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "retailPrice": 1.614,
                "unitPrice": 1.614,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-01-01T00:00:00Z",
                "meterId": "4697a713-4059-58ad-a157-2a7161930ebf",
                "meterName": "E112iads v5 Low Priority",
                "productId": "DZH318Z093WX",
                "skuId": "DZH318Z093WX/02WW",
                "productName": "Virtual Machines Eadsv5 Series Windows",
                "skuName": "E112iads v5 Low Priority",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "DevTestConsumption",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "retailPrice": 8.07,
                "unitPrice": 8.07,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-01-01T00:00:00Z",
                "meterId": "a53c7d95-780f-5c89-897b-f88242cce66b",
                "meterName": "E112iads v5",
                "productId": "DZH318Z093X0",
                "skuId": "DZH318Z093X0/0440",
                "productName": "Virtual Machines Eadsv5 Series",
                "skuName": "E112iads v5",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "Consumption",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5",
                "savingsPlan": [
                    {
                        "unitPrice": 3.772725,
                        "retailPrice": 3.772725,
                        "term": "3 Years"
                    },
                    {
                        "unitPrice": 5.480337,
                        "retailPrice": 5.480337,
                        "term": "1 Year"
                    }
                ]
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "reservationTerm": "1 Year",
                "retailPrice": 41707.0,
                "unitPrice": 41707.0,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-01-01T00:00:00Z",
                "meterId": "a53c7d95-780f-5c89-897b-f88242cce66b",
                "meterName": "E112iads v5",
                "productId": "DZH318Z093X0",
                "skuId": "DZH318Z093X0/0470",
                "productName": "Virtual Machines Eadsv5 Series",
                "skuName": "E112iads v5",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "Reservation",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "reservationTerm": "3 Years",
                "retailPrice": 80586.0,
                "unitPrice": 80586.0,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-01-01T00:00:00Z",
                "meterId": "a53c7d95-780f-5c89-897b-f88242cce66b",
                "meterName": "E112iads v5",
                "productId": "DZH318Z093X0",
                "skuId": "DZH318Z093X0/046Z",
                "productName": "Virtual Machines Eadsv5 Series",
                "skuName": "E112iads v5",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "Reservation",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            },
            {
                "currencyCode": "USD",
                "tierMinimumUnits": 0.0,
                "retailPrice": 0.807,
                "unitPrice": 0.807,
                "armRegionName": "eastus",
                "location": "US East",
                "effectiveStartDate": "2022-11-01T00:00:00Z",
                "meterId": "dad78dc6-181f-52d7-8bc6-0cc7cefd3a16",
                "meterName": "E112iads v5 Spot",
                "productId": "DZH318Z093X0",
                "skuId": "DZH318Z093X0/0441",
                "productName": "Virtual Machines Eadsv5 Series",
                "skuName": "E112iads v5 Spot",
                "serviceName": "Virtual Machines",
                "serviceId": "DZH313Z7MMC8",
                "serviceFamily": "Compute",
                "unitOfMeasure": "1 Hour",
                "type": "Consumption",
                "isPrimaryMeterRegion": true,
                "armSkuName": "Standard_E112iads_v5"
            }
        ],
        "NextPageLink": null,
        "Count": 11
    }
    

    Please click Accept Answer and upvote if above was helpful.

    Thanks.

    -TP

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful