Skip to content

Commit acf7ad0

Browse files
authored
scenarios
1 parent 4c0db7d commit acf7ad0

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ to machines. You can also assign configurations to machines
2020
or by using other Azure services such as
2121
[AutoManage](../../../automanage/automanage-virtual-machines.md).
2222

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+
2334
Configuration resources in Azure are designed as an
2435
[extension resource](../../../azure-resource-manager/management/extension-resource-types.md).
2536
You can imagine each configuration as an additional set of properties
@@ -270,10 +281,7 @@ Management Groups.
270281

271282
The guest configuration extension writes log files to the following locations:
272283

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`
277285

278286
Linux
279287

0 commit comments

Comments
 (0)