Skip to content

Commit 3528506

Browse files
committed
Reverting header name changes
1 parent 91322b1 commit 3528506

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/governance/policy/how-to/get-compliance-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ This means that if there are both non-compliant and compliant states, the rolled
337337

338338
Assume an initiative contains 10 policies, and a resource is exempt from one policy but compliant to the remaining nine. Because a compliant state has a higher rank than an exempted state, the resource would register as compliant in the rolled-up summary of the initiative. So, a resource will only show as exempt for the entire initiative if it is exempt from, or has unknown compliance to, every other single applicable policy in that initiative. On the other extreme, if the resource is non-compliant to at least one applicable policy in the initiative, it will have an overall compliance state of non-compliant, regardless of the remaining applicable policies.
339339

340-
## Compliance reporting through Azure Portal
340+
## Portal
341341

342342
The Azure portal showcases a graphical experience of visualizing and understanding the state of
343343
compliance in your environment. On the **Policy** page, the **Overview** option provides details for
@@ -381,7 +381,7 @@ log provides additional context and information about those events.
381381
> [!NOTE]
382382
> Compliance results can be exported from the Portal through [Azure Resource Graph queries](../samples/resource-graph-samples.md).
383383

384-
## Compliance reporting through the command line
384+
## Command line
385385

386386
The same information available in the portal can be retrieved with the REST API (including with
387387
[ARMClient](https://github.com/projectkudu/ARMClient)), Azure PowerShell, and Azure CLI. For full
@@ -863,7 +863,7 @@ PS> (Get-AzADUser -ObjectId {principalOid}).DisplayName
863863
Trent Baker
864864
```
865865

866-
## Compliance reporting through Azure Monitor logs
866+
## Monitor logs
867867

868868
If you have a [Log Analytics workspace](../../../azure-monitor/logs/log-query-overview.md) with
869869
`AzureActivity` from the

0 commit comments

Comments
 (0)