Skip to content

PSBicep/AzResourceGraph

Repository files navigation

Release Downloads

AzResourceGraph

Minimal module for searching Azure Resource Graph for resources in your Azure subscriptions using a query string or a path to a file containing the query.

Installation

Install-Module AzResourceGraph -Scope CurrentUser

Usage

Import-Module AzResourceGraph
Connect-AzResourceGraph
Search-AzResourceGraph -Query "Resources | where type =~ 'Microsoft.Compute/virtualMachines' | project name, location, resourceGroup"

Bug report and feature requests

If you find a bug or have an idea for a new feature create an issue in the repo. Please have a look and see if a similar issue is already created before submitting.

Contribution

If you like the module and want to contribute you are very much welcome to do so. Please read our Contribution Guide before you start! ❤

Maintainers

This project is currently maintained by the following coders:

About

Minimal module for searching Azure Resource Graph

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •