Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook queries Azure Resource Graph and returns azure information related to the resource like Subscription, Resourcegroups, Tags and Management groups.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Standalone Content |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
keyvault |
Managed | 1 | 2 |
http |
Built-in | 0 | 2 |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_secret_azureresourcegraph-clientid | get | /secrets/@{encodeURIComponent('azureresourcegraph-clientid')}/value |
— |
| Get_secret_azureresourcegraph-clientsecret | get | /secrets/@{encodeURIComponent('azureresourcegraph-clientsecret')}/value |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_Azure_Login | POST | [concat('https://login.microsoftonline.com/', subscription().tenantId, '/oauth2/token')] |
— |
| HTTP_Query_Azure_Resource_Graph | POST | https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 |
— |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊