92887/how-to-get-instance-views-for-all-vms-in-azure
Hi Team,
I have some VMs in Azure. I want to get instance views for all VMs. So I can use it in the automation script. Can anyone tell me how can I create a customized command for this task?
Hi@akhtar,
You can get instance views for all VMs in a resource group in some way. You can use --query argument in your command, as shown below.
$ az vm get-instance-view --ids $(az vm list -g MyResourceGroup --query "[].id" -o tsv)
We can get some additional info like Size, ...READ MORE
Assuming you're uploading the blobs into blob ...READ MORE
Hi@akhtar, You can export the deployment available in ...READ MORE
MSDN published an article on how to ...READ MORE
Azure Cloud Services is an example of ...READ MORE
Azure DevOps is a hosted service providing ...READ MORE
Azure Stack is a hybrid cloud computing software solution ...READ MORE
Azure Cosmos DB is Microsoft’s globally distributed database ...READ MORE
Hi@akhtar, After creating the Kubernetes Cluster, you need ...READ MORE
Hi@akhtar, The available ips depend on the network ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.