Ultimate access to all questions.
You have an Azure subscription named Subscription1. You create a resource group named RG1 from the Azure portal.
You find the following command in the Azure documentation for creating 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: You launch Azure Cloud Shell from the Azure portal, select the Bash environment, and run the command in Cloud Shell.
Does this solution meet the goal?