Azure and virtual machines
The basic method that Azure uses to develop a service is that of a virtual machine. We can query an Azure Tenancy to identify all associated VM machines. By using the Get-AzVM
command, we can get a list of all the VM machines associated with the tenancy:
PS C:\> Get-AzVM ResourceGroupName Name Location VmSize OsType NIC ProvisioningState ----------------- ---- -------- ------ ------ --- ...