Skip to content

Commit 6bec8bc

Browse files
Merge pull request #216931 from timwarner-msft/timwarner-unknown
Add reference to Unknown policy state
2 parents a1a8d73 + 85239aa commit 6bec8bc

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
@@ -2,7 +2,7 @@
22
title: Get policy compliance data
33
description: Azure Policy evaluations and effects determine compliance. Learn how to get the compliance details of your Azure resources.
44
author: timwarner-msft
5-
ms.date: 10/26/2022
5+
ms.date: 11/02/2022
66
ms.topic: how-to
77
ms.author: timwarner
88
---
@@ -282,10 +282,10 @@ either **Compliant**, **Non-compliant**, or **Exempt**. If either **name** or **
282282
property in the definition, then all included and non-exempt resources are considered applicable and
283283
are evaluated.
284284

285-
The compliance percentage is determined by dividing **Compliant** and **Exempt** resources by _total
285+
The compliance percentage is determined by dividing **Compliant**, **Exempt**, and **Unknown** resources by _total
286286
resources_. _Total resources_ is defined as the sum of the **Compliant**, **Non-compliant**,
287287
**Exempt**, and **Conflicting** resources. The overall compliance numbers are the sum of distinct
288-
resources that are **Compliant** or **Exempt** divided by the sum of all distinct resources. In the
288+
resources that are **Compliant**, **Exempt**, and **Unknown** divided by the sum of all distinct resources. In the
289289
image below, there are 20 distinct resources that are applicable and only one is **Non-compliant**.
290290
The overall resource compliance is 95% (19 out of 20).
291291

0 commit comments

Comments
 (0)