Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.57 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.57 KB

Azure Plugin for Steampipe

 

Query Azure with SQL

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.

Get started

Table documentation and examples →

Install the plugin:

steampipe plugin install azure

Get involved

Community

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.

Contributing

Please see CONTRIBUTING.md.