Ultimate access to all questions.
You have an Azure subscription named Subscription1. You create a resource group named RG1 in the Azure portal.
You have the following command from Azure documentation to create a virtual machine named VM1:
az vm create --resource-group RG1 --name VM1 --image UbuntuLTS --generate-ssh-keys
You need to create VM1 in Subscription1 using this command.
Solution: Install the Azure CLI on a computer running Windows 10. From a command prompt, sign in to Azure and then run the command.
Does this solution meet the goal?