Skip to content

Commit be71824

Browse files
authored
Merge pull request #265447 from MicrosoftDocs/release-machine-config-toc-reorganization
Release machine configuration TOC reorganization--scheduled release at 3PM of 2/07
2 parents 7261f7e + 609329c commit be71824

25 files changed

+850
-637
lines changed

.openpublishing.redirection.machine-configuration.json

Lines changed: 144 additions & 79 deletions
Large diffs are not rendered by default.

articles/governance/machine-configuration/assignments.md renamed to articles/governance/machine-configuration/concepts/assignments.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
title: Understand machine configuration assignment resources
33
description: Machine configuration creates extension resources named machine configuration assignments that map configurations to machines.
4-
ms.date: 08/10/2023
4+
ms.date: 02/01/2024
55
ms.topic: conceptual
66
---
77
# Understand machine configuration assignment resources
88

9-
[!INCLUDE [Machine configuration rename banner](../includes/banner.md)]
10-
119
When an Azure Policy is assigned, if it's in the category `Guest Configuration` there's metadata
1210
included to describe a guest assignment.
1311

@@ -116,22 +114,16 @@ $guestAssignment | Remove-AzResource
116114

117115
## Next steps
118116

119-
- Read the [machine configuration overview][03].
120-
- Set up a custom machine configuration package [development environment][04].
121-
- [Create a package artifact][05] for machine configuration.
122-
- [Test the package artifact][06] from your development environment.
123-
- Use the **GuestConfiguration** module to [create an Azure Policy definition][07] for at-scale
117+
- [Develop a custom machine configuration package][03].
118+
- Use the **GuestConfiguration** module to [create an Azure Policy definition][04] for at-scale
124119
management of your environment.
125-
- [Assign your custom policy definition][08] using Azure portal.
126-
- Learn how to view [compliance details for machine configuration][09] policy assignments.
120+
- [Assign your custom policy definition][05] using Azure portal.
121+
- Learn how to view [compliance details for machine configuration][06] policy assignments.
127122

128123
<!-- Reference link definitions -->
129124
[01]: https://youtu.be/DmCphySEB7A
130-
[02]: ../policy/how-to/get-compliance-data.md
131-
[03]: ./overview.md
132-
[04]: ./how-to-set-up-authoring-environment.md
133-
[05]: ./how-to-create-package.md
134-
[06]: ./how-to-test-package.md
135-
[07]: ./how-to-create-policy-definition.md
136-
[08]: ../policy/assign-policy-portal.md
137-
[09]: ../policy/how-to/determine-non-compliance.md
125+
[02]: ../../policy/how-to/get-compliance-data.md
126+
[03]: ../how-to/develop-custom-package/overview.md
127+
[04]: ../how-to/create-policy-definition.md
128+
[05]: ../../policy/assign-policy-portal.md
129+
[06]: ../../policy/how-to/determine-non-compliance.md

articles/governance/machine-configuration/remediation-options.md renamed to articles/governance/machine-configuration/concepts/remediation-options.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
title: Remediation options for machine configuration
33
description: Azure Policy's machine configuration feature offers options for continuous remediation or control using remediation tasks.
4-
ms.date: 04/18/2023
4+
ms.date: 02/01/2024
55
ms.topic: how-to
66
---
77
# Remediation options for machine configuration
88

9-
[!INCLUDE [Machine configuration rename banner](../includes/banner.md)]
10-
119
Before you begin, it's a good idea to read the overview page for [machine configuration][01].
1210

1311
> [!IMPORTANT]
@@ -142,29 +140,24 @@ report on compliance status and allow drift or to automatically correct.
142140

143141
## Next steps
144142

145-
- Read the [machine configuration overview][01].
146-
- Set up a custom machine configuration package [development environment][11].
147-
- [Create a package artifact][12] for machine configuration.
148-
- [Test the package artifact][13] from your development environment.
149-
- Use the **GuestConfiguration** module to [create an Azure Policy definition][14] for at-scale
143+
- [Develop a custom machine configuration package][11].
144+
- Use the **GuestConfiguration** module to [create an Azure Policy definition][12] for at-scale
150145
management of your environment.
151-
- [Assign your custom policy definition][15] using Azure portal.
152-
- Learn how to view [compliance details for machine configuration][16] policy assignments.
146+
- [Assign your custom policy definition][13] using Azure portal.
147+
- Learn how to view [compliance details for machine configuration][14] policy assignments.
153148

154149
<!-- Reference link definitions -->
155-
[01]: ./overview.md
156-
[02]: ../policy/concepts/effects.md#deployifnotexists
157-
[03]: ../policy/concepts/effects.md#deployifnotexists-evaluation
150+
[01]: ../overview.md
151+
[02]: ../../policy/concepts/effects.md#deployifnotexists
152+
[03]: ../../policy/concepts/effects.md#deployifnotexists-evaluation
158153
[04]: https://youtu.be/rjAk1eNmDLk
159154
[05]: /rest/api/guestconfiguration/guest-configuration-assignments/get#assignmenttype
160155
[06]: /powershell/dsc/resources/get-test-set#test
161156
[07]: /powershell/dsc/resources/get-test-set#set
162-
[08]: ../policy/concepts/assignment-structure.md#enforcement-mode
163-
[09]: ../policy/how-to/remediate-resources.md
157+
[08]: ../../policy/concepts/assignment-structure.md#enforcement-mode
158+
[09]: ../../policy/how-to/remediate-resources.md
164159
[10]: /rest/api/guestconfiguration/guest-configuration-assignments/get#compliancestatus
165-
[11]: ./how-to-set-up-authoring-environment.md
166-
[12]: ./how-to-create-package.md
167-
[13]: ./how-to-test-package.md
168-
[14]: ./how-to-create-policy-definition.md
169-
[15]: ../policy/assign-policy-portal.md
170-
[16]: ../policy/how-to/determine-non-compliance.md
160+
[11]: ../how-to/develop-custom-package/overview.md
161+
[12]: ../how-to/create-policy-definition.md
162+
[13]: ../../policy/assign-policy-portal.md
163+
[14]: ../../policy/how-to/determine-non-compliance.md

articles/governance/machine-configuration/how-to-create-assignment.md

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)