Ultimate access to all questions.
You have an Azure subscription named Subscription1. You create a resource group named RG1 in the Azure portal.
You are provided with 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. Sign in to Azure from PowerShell and then run the command.
Does this solution meet the goal?