Azure Resource Graph
Azure Resource Graph integration is designed to allow for executing Azure Resource Graph commands, like querying resource data.
Cloud Services · Azure Resource Graph
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 Keygov_account— Use Gov Account Settingsproxy— Use system proxy settingsunsecure— Trust any certificate (not secure)
Commands (3)
-
azure-rg-auth-resetRun this command if for some reason you need to rerun the authentication process.
-
azure-rg-list-operationsGets all Azure Resource Graph operations permissions and descriptions.
-
azure-rg-queryExecutes a given Azure Resource Graph Query. (Ex: query="Resources | project name, type | limit 5 | order by name asc").