Azure Resource Graph
Azure Resource Graph integration is designed to allow for executing Azure Resource Graph commands, like querying resource data.
- Category
- Cloud Services
- Pack
- AzureResourceGraph
Configuration parameters
- host — Server URL (e.g., https://management.azure.com) (required)
- cred_auth_id —
- cred_token —
- cred_enc_key —
- cred_certificate_thumbprint —
- private_key — Private Key
- gov_account — Use Gov Account Settings
- proxy — Use system proxy settings
- unsecure — Trust any certificate (not secure)
Commands (3)
- azure-rg-auth-reset — Run this command if for some reason you need to rerun the authentication process.
- azure-rg-list-operations — Gets all Azure Resource Graph operations permissions and descriptions.
- azure-rg-query — Executes a given Azure Resource Graph Query. (Ex: query="Resources | project name, type | limit 5 | order by name asc").