File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
articles/governance/policy/concepts Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ to machines. You can also assign configurations to machines
20
20
or by using other Azure services such as
21
21
[ AutoManage] ( ../../../automanage/automanage-virtual-machines.md ) .
22
22
23
+ Examples of each scenario:
24
+
25
+ - ** Configuration management** : you want to deploy configurations to
26
+ one machine to define an end state and make the change now.
27
+ - "this machine should be a web server and configure settings for a website"
28
+ - ** Compliance** : you want to audit or deploy settings to all machines
29
+ in scope either reactively to existing machines or proactively to new machines
30
+ as they are deployed.
31
+ - "all machines should use TLS 1.2 and if they don't, I want to fix that in a
32
+ controlled way, at scale"
33
+
23
34
Configuration resources in Azure are designed as an
24
35
[ extension resource] ( ../../../azure-resource-manager/management/extension-resource-types.md ) .
25
36
You can imagine each configuration as an additional set of properties
@@ -270,10 +281,7 @@ Management Groups.
270
281
271
282
The guest configuration extension writes log files to the following locations:
272
283
273
- Windows:
274
-
275
- - Azure VM: ` C:\ProgramData\GuestConfig\gc_agent_logs\gc_agent.log `
276
- - Arc-enabled server: ` C:\ProgramData\GuestConfig\arc_policy_logs\gc_agent.log `
284
+ Windows: ` C:\ProgramData\GuestConfig\gc_agent_logs\gc_agent.log `
277
285
278
286
Linux
279
287
You can’t perform that action at this time.
0 commit comments