Azure Retail Prices Api Service names

Casper Rubæk 246 Reputation points
2022-01-08T10:40:47.537+00:00

Where can I lookup a list of all the Azure service names used in the Azure Retail Prices API?

azure-retail-prices

            "serviceName": "Virtual Machines",      

Without this information I can't query for specific services.
I can find some of the names of the product on azure.com, but not all.

In addition I would also like to get a list of:

  • armRegionName
  • serviceFamily
  • Location

I can't find a correct tag for this post.

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,004 questions
0 comments No comments
{count} votes

Accepted answer
  1. AnuragSingh-MSFT 19,686 Reputation points
    2022-01-12T08:52:00.063+00:00

    Hi @Casper Rubæk

    Welcome to Microsoft Q&A! Thanks for posting the question.

    One of the ways to get the Azure Service Name and its service family is to refer the URL for Azure Products by Region.

    The location and armRegionName can be obtained by using the following comamnd in azure cli
    az account list-locations -o table

    Please let me know if you have any questions.

    ---
    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful