Skip to content

Commit 263ed7f

Browse files
(AB-90506) Fix policy names
Prior to this change, the overview page for machine configuration included several incorrect names for available policies. This change: - Corrects the policy names - Resolves MicrosoftDocs/azure-docs#97272 - Fixes AB#90506
1 parent affbd3f commit 263ed7f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/governance/machine-configuration/overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Understand Azure Automanage Machine Configuration
33
description: Learn how Azure Policy uses the machine configuration feature to audit or configure settings inside virtual machines.
4-
ms.date: 04/18/2023
4+
ms.date: 05/16/2023
55
ms.topic: conceptual
66
---
77
# Understand the machine configuration feature of Azure Automanage
@@ -64,8 +64,9 @@ Arc-enabled servers because it's included in the Arc Connected Machine agent.
6464
> machines.
6565
6666
To deploy the extension at scale across many machines, assign the policy initiative
67-
`Deploy prerequisites to enable guest configuration policies on virtual machines` to a management
68-
group, subscription, or resource group containing the machines that you plan to manage.
67+
`Virtual machines' Guest Configuration extension should be deployed with system-assigned managed identity`
68+
to a management group, subscription, or resource group containing the machines that you plan to
69+
manage.
6970

7071
If you prefer to deploy the extension and managed identity to a single machine, follow the guidance
7172
for each:
@@ -265,10 +266,10 @@ correct behavior based on the current state of the machine resource in Azure.
265266
> instead. [Learn More][25]
266267
267268
If the machine doesn't currently have any managed identities, the effective policy is:
268-
[Add system-assigned managed identity to enable machine configuration assignments on virtual machines with no identities][26]
269+
[Add system-assigned managed identity to enable Guest Configuration assignments on virtual machines with no identities][26]
269270

270271
If the machine currently has a user-assigned system identity, the effective policy is:
271-
[Add system-assigned managed identity to enable machine configuration assignments on VMs with a user-assigned identity][27]
272+
[Add system-assigned managed identity to enable Guest Configuration assignments on VMs with a user-assigned identity][27]
272273

273274
## Availability
274275

0 commit comments

Comments
 (0)