Skip to content

Commit 62ec327

Browse files
authored
Update event-overview.md
Changed a small error on link
1 parent 8ac9d5e commit 62ec327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/concepts/event-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ There are two primary entities when using Event Grid:
4949
originated from as well as the type of event. Additionally, Event subcriptions can also filter by scope between
5050
Azure subscription and Management group.
5151

52-
The common Azure Policy event scenario is tracking when the compliance state of a resource changes
52+
A common Azure Policy event scenario is tracking when the compliance state of a resource changes
5353
during policy evaluation. Event-based architecture is an efficient way to react to these changes
5454
instead of scanning the compliance state of resources on a fixed schedule.
5555

5656
Another scenario is to automatically trigger remediation tasks without manually ticking off 'create
5757
remediation task' on the policy portal page. Event Grid checks for compliance state and resources that are currently
5858
non-compliant can be remedied. Learn more about [remediation structure](../concepts/remediation-structure.md).
5959
> Remediation requires a managed identity and policies must be in Modify or DeployIfNotExists effect. [Learn more about
60-
effect types](../concepts/effects.md).
60+
effect types](../how-to//remediate-resources.md).
6161

6262
Additionally, event grid is helpful as an audit system to store state changes and understand cause of non-compliancey over
6363
time. The scenarios for event grid are endless and based on the motivation, event grid is configurable.

0 commit comments

Comments
 (0)