Share via

How to check available machine types when request quota

Kazuaki Kaneko 40 Reputation points
2024-07-10T14:26:09.85+00:00

Hello,

everytime i request quota of gpu (e.g. Standard_NC16as_T4_v3) in japan east in Azure portal, it fails.

How can i check available gpu types and region for successful quota acquisition ?

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

Answer accepted by question author
  1. Abiola Akinbade 30,490 Reputation points Volunteer Moderator
    2024-07-10T14:52:54.13+00:00

    Hello Kazuaki Kaneko,

    Thanks for your question.

    You can use CLI command below for the sizes and the one beneath for the skus:

    Example

    az vm list-sizes -l westus
    
    az vm list-skus --location WestEurope --output table
    

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.