Update chatgpt
Browse files
chatgpt
CHANGED
|
@@ -1,9 +1 @@
|
|
| 1 |
-
|
| 2 |
-
You have logged in. Now let us find all the subscriptions to which you have access...
|
| 3 |
-
The following tenants don't contain accessible subscriptions. Use 'az login --allow-no-subscriptions' to have tenant level access.
|
| 4 |
-
60fb829d-e75d-456a-9fbc-279c82971bc4 'SrinSoft Technologies Pvt Ltd.'
|
| 5 |
-
No subscriptions found.
|
| 6 |
-
|
| 7 |
-
az vm list-skus -l eastus --all \
|
| 8 |
-
--query "[?capabilities[?name=='GPUs']].{name:name, tier:tier, size:size, family:family, gpu:capabilities[?name=='GPUs']|[0].value, vcpu:capabilities[?name=='vCPUs']|[0].value, memGB:capabilities[?name=='MemoryGB']|[0].value}" \
|
| 9 |
-
-o table
|
|
|
|
| 1 |
+
az vm list-skus -l eastus --all --query "[?starts_with(name,'Standard_NC') || starts_with(name,'Standard_ND')].{name:name, gpu:capabilities[?name=='GPUs']|[0].value, vcpu:capabilities[?name=='vCPUs']|[0].value, memGB:capabilities[?name=='MemoryGB']|[0].value}" -o table
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|