Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 ?
An Azure service that is used to provision Windows and Linux virtual machines.
Answer accepted by question author
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