Forum Discussion
hiddenjinchuriki
Feb 13, 2022Copper Contributor
'VMCustomization' is not enabled for the Subscription. Error trying to create vm from command line
I'm trying to setup my first Linux VM following: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-cli?toc=/azure/virtual-machines/linux/toc.json I first ran: az vm creat...
vahabj
Feb 13, 2022Copper Contributor
hiddenjinchuriki I found that you can't generate SSH using the sandbox. You'll need to remove the "--generate-ssh-keys" cmdlet and just provide a password when prompted, it should work (did for me). This will also be a reoccurring issue in future modules in AZ-104.