Use SQL to query compute disks, virtual machines and more from your Azure subsription. For example:
select
name,
disk_state
from
azure_compute_disk
where
disk_state = 'Unattached';
Learn about Steampipe.
Table documentation and examples →
Install the plugin:
steampipe plugin install azure
The Steampipe community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
Our Code of Conduct applies to all Steampipe community channels.
Please see CONTRIBUTING.md.