Bas series availability by region

Abdul Khan 26 Reputation points
2024-09-29T16:53:46.0166667+00:00

Hello,

Where can I find the information about SKU availability by region? (E.g., East US, West Europe, etc.)

Any help will be appreciated

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,903 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 24,275 Reputation points MVP
    2024-09-29T17:02:39.33+00:00

    You can use Azure CLI

    az vm list-sizes --location <region> --output table
    

    or Azure PowerShell

    Get-AzVMSize -Location <region>
    

    Alternatively, you can check the "Products by Region" page in the Azure documentation to get an overview of what SKUs are available in which region:


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


  2. Dillon Silzer 57,491 Reputation points
    2024-09-29T18:21:57.9666667+00:00

    Hi Abdul,

    Just to add to this you may go to https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region

    Additionally, on that page, you may contact Azure Sales and chat with them directly, so they can answer your questions with regards to purchasing.


    If this is helpful please accept as answer or upvote.

    Best regards,

    Dillon Silzer | Cloudaen.com | Cloudaen Computing Solutions

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.