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