trying to deploy a custom GPU image

Deleted
Not applicable

here is the cmd I am using

 

C:\>az vm create -n mydgx --image https://AAAimagesXYZ.blob.core.windows.net/ubuntu/XYZ.vhd --use-unmanaged-disk --os-type linux --resource-group gpu --size standard_NC6 --location westus2 --admin-username user --generate-ssh-keys

 

and here is the error

 

The template deployment 'vm_deploy_B2EN56NJALD4P55xIpVIZtyMsxgMKxm7' is not valid according to the validation procedure. The tracking id is '109ffa4a-1fb4-4cb4-a466-8ce7b00824f2'. See inner errors for details. Please see https://aka.ms/arm-deploy for usage details. Operation results in exceeding quota limits of Core. Maximum allowed: 10, Current in use: 6, Additional requested: 6.

 

Also, HOw do I deploy the same using UI? 

0 Replies