You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/policy/concepts/guest-configuration.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Understand how to audit the contents of a machine
3
3
description: Learn how Azure Policy uses Guest Configuration to audit settings inside an Azure machine.
4
4
author: DCtheGeek
5
5
ms.author: dacoulte
6
-
ms.date: 09/04/2019
6
+
ms.date: 09/20/2019
7
7
ms.topic: conceptual
8
8
ms.service: azure-policy
9
9
manager: carmonm
@@ -135,8 +135,7 @@ outbound access to the IPs in the regions where your VMs are deployed.
135
135
136
136
Each audit run by Guest Configuration requires two policy definitions, a **DeployIfNotExists**
137
137
definition and an **AuditIfNotExists** definition. The **DeployIfNotExists** definition is used to
138
-
prepare the machine with the Guest Configuration agent and other components to support the
139
-
[validation tools](#validation-tools).
138
+
prepare the machine with the Guest Configuration agent and other components to support the [validation tools](#validation-tools).
140
139
141
140
The **DeployIfNotExists** policy definition validates and corrects the following items:
142
141
@@ -179,7 +178,7 @@ machine, even if the Policy assignment uses different parameters.
179
178
180
179
When installing the Guest Configuration extension, the 'GuestConfiguration' PowerShell module is
181
180
included with the latest version of DSC resource modules. This module can be downloaded from the
182
-
PowerShell Gallery by using the 'Manual Download' link from the module page [GuestConfiguration/](https://www.powershellgallery.com/packages/GuestConfiguration/).
181
+
PowerShell Gallery by using the 'Manual Download' link from the module page [GuestConfiguration](https://www.powershellgallery.com/packages/GuestConfiguration/).
183
182
The '.nupkg' file format can be renamed to '.zip' to uncompress and review.
184
183
185
184
## Client log files
@@ -230,7 +229,7 @@ egrep -B $linesToIncludeBeforeMatch -A $linesToIncludeAfterMatch 'DSCEngine|DSCM
230
229
Samples for Policy Guest Configuration are available in the following locations:
231
230
232
231
-[Samples index - Guest Configuration](../samples/index.md#guest-configuration)
0 commit comments