Skip to content

kapow77/steampipe-plugin-azure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Go 76.0%
  • HCL 18.4%
  • JavaScript 5.6%