Extracting several parameters from a VM from Azure through CLI (Code not working)
I'm trying to gather information about VMs through the CLI in order to get those faster than through the Azure-Portal. I'm trying to extract the vnet, the subnet and the routing table for the given VM. But this is my…