Skip to content

Commit d21ec04

Browse files
authored
Merge pull request #175612 from mgreenegit/patch-20
Better explanation of configurations vs policies
2 parents 79f3497 + 2a10d61 commit d21ec04

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,19 @@ both for machines running in Azure and hybrid
1313
The feature can be used directly per-machine,
1414
or at-scale orchestrated by Azure Policy.
1515

16-
Each task is performed by the guest configuration agent in Windows and Linux.
17-
The guest configuration extension, through the agent, manages settings such as:
18-
19-
- The configuration of the operating system
16+
Configurations are distinct from policy definitions. Guest configuration
17+
utilizes Azure Policy to dynamically assign configurations
18+
to machines. You can also assign configurations to machines
19+
[manually](/guest-configuration-assignments.md#manually-creating-guest-configuration-assignments),
20+
or by using other Azure services such as
21+
[AutoManage](../../../automanage/automanage-virtual-machines.md).
22+
23+
Configuration resources in Azure are designed as an
24+
[extension resource](../../../azure-resource-manager/management/extension-resource-types.md).
25+
You can imagine each configuration as an additional set of properties
26+
for the machine. Configurations can include settings such as:
27+
28+
- Operating system settings
2029
- Application configuration or presence
2130
- Environment settings
2231

0 commit comments

Comments
 (0)