You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1
What's the recommended way to search for a VM with name: {string} in a resource group or subscription?
Iterating over all the VMs is time consuming and I'm wondering if there is a better way?
#2
Is there a way to iterate over VMs with specific properties? For example, use "power_state" as a filter to show the list of all "de-allocated" VM for example.