Forum Discussion
copperleaf
Feb 13, 2023Copper Contributor
KQL Policy Definition ID to displayName and Description
I'm new to KQL and I have a KQL query (CIS Benchmark). Among other things, the query returns me the policyDefinitionId. Unfortunately, this is not readable. How do I do a join so I can retrieve the p...
Kidd_Ip
Apr 07, 2026MVP
You can join the PolcitResource table with the PolicyDefinitions table in Azure Resource Graph to resolve the policyDefinitionId into its human‑readable displayName and description.