|
1 | 1 | ---
|
2 | 2 | title: Remediation options for machine configuration
|
3 | 3 | 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 |
5 | 5 | ms.topic: how-to
|
6 | 6 | ---
|
7 | 7 | # Remediation options for machine configuration
|
8 | 8 |
|
9 |
| -[!INCLUDE [Machine configuration rename banner](../includes/banner.md)] |
10 |
| - |
11 | 9 | Before you begin, it's a good idea to read the overview page for [machine configuration][01].
|
12 | 10 |
|
13 | 11 | > [!IMPORTANT]
|
@@ -142,29 +140,24 @@ report on compliance status and allow drift or to automatically correct.
|
142 | 140 |
|
143 | 141 | ## Next steps
|
144 | 142 |
|
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 |
150 | 145 | 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. |
153 | 148 |
|
154 | 149 | <!-- 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 |
158 | 153 | [04]: https://youtu.be/rjAk1eNmDLk
|
159 | 154 | [05]: /rest/api/guestconfiguration/guest-configuration-assignments/get#assignmenttype
|
160 | 155 | [06]: /powershell/dsc/resources/get-test-set#test
|
161 | 156 | [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 |
164 | 159 | [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 |
0 commit comments