File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
articles/governance/policy/concepts Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,19 @@ both for machines running in Azure and hybrid
13
13
The feature can be used directly per-machine,
14
14
or at-scale orchestrated by Azure Policy.
15
15
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
20
29
- Application configuration or presence
21
30
- Environment settings
22
31
You can’t perform that action at this time.
0 commit comments