Share via

Bas series availability by region

Abdul Khan 31 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.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Dillon Silzer 60,831 Reputation points Volunteer Moderator
    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

  2. Marcin Policht 85,430 Reputation points MVP Volunteer Moderator
    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


Your answer

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