Skip to content

Commit 250946a

Browse files
authored
Merge pull request #89247 from DCtheGeek/dmc-policy-gccleanup
Acrolinx and MD cleanup
2 parents 04c2c86 + 9a8ef88 commit 250946a

File tree

2 files changed

+119
-107
lines changed

2 files changed

+119
-107
lines changed

articles/governance/policy/concepts/guest-configuration.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understand how to audit the contents of a machine
33
description: Learn how Azure Policy uses Guest Configuration to audit settings inside an Azure machine.
44
author: DCtheGeek
55
ms.author: dacoulte
6-
ms.date: 09/04/2019
6+
ms.date: 09/20/2019
77
ms.topic: conceptual
88
ms.service: azure-policy
99
manager: carmonm
@@ -135,8 +135,7 @@ outbound access to the IPs in the regions where your VMs are deployed.
135135

136136
Each audit run by Guest Configuration requires two policy definitions, a **DeployIfNotExists**
137137
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).
140139

141140
The **DeployIfNotExists** policy definition validates and corrects the following items:
142141

@@ -179,7 +178,7 @@ machine, even if the Policy assignment uses different parameters.
179178

180179
When installing the Guest Configuration extension, the 'GuestConfiguration' PowerShell module is
181180
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/).
183182
The '.nupkg' file format can be renamed to '.zip' to uncompress and review.
184183

185184
## Client log files
@@ -230,7 +229,7 @@ egrep -B $linesToIncludeBeforeMatch -A $linesToIncludeAfterMatch 'DSCEngine|DSCM
230229
Samples for Policy Guest Configuration are available in the following locations:
231230

232231
- [Samples index - Guest Configuration](../samples/index.md#guest-configuration)
233-
- [Azure Policy samples GitHub repo](https://github.com/Azure/azure-policy/tree/master/samples/GuestConfiguration).
232+
- [Azure Policy samples GitHub repo](https://github.com/Azure/azure-policy/tree/master/samples/GuestConfiguration)
234233

235234
## Next steps
236235

0 commit comments

Comments
 (0)