Azure / azure-cli

Azure Command-Line Interface
MIT License
4.03k stars 3k forks source link

How can I get the GPU type of an SKU in `az vm list-skus`? #20077

Open frank-lsf opened 3 years ago

frank-lsf commented 3 years ago

For example, when I do az vm list-skus -l westus2 --size Standard_ND96asr_v4, I only get

...
      {
        "name": "GPUs",
        "value": "8"
      },
...

But no information on the GPU model or type. I can only get the information from https://docs.microsoft.com/en-us/azure/virtual-machines/nda100-v4-series.

Is there an API I can query to get the GPU types of a particular VM SKU offering?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

yonzhan commented 3 years ago

Compute