Skip to content

Commit 806e3fd

Browse files
authored
Update guest-configuration.md
1 parent 632c71c commit 806e3fd

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

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

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,13 @@ 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:
23+
Examples of each scenario are provided in the following table.
2424

25-
**Configuration management**
26-
27-
- You want to deploy configurations to one machine to define an end state and
28-
make the change now.
29-
- Example, "this machine should be a web server and configure settings for a website"
30-
31-
**Compliance**
32-
33-
- You want to audit or deploy settings to all machines
34-
in scope either reactively to existing machines or proactively to new machines
35-
as they are deployed.
36-
- Example, "all machines should use TLS 1.2 and if they don't, I want to fix that in a
37-
controlled way, at scale"
25+
| Type | Description | Example user story |
26+
| - | - | - |
27+
| **Configuration management** | You want to deploy configurations to one machine to define an end state and
28+
make the change now. | "this machine should be a web server and configure settings for a website" |
29+
| **Compliance** | You want to audit or deploy settings to all machines in scope either reactively to existing machines or proactively to new machines as they are deployed. | "all machines should use TLS 1.2 and if they don't, I want to fix that in a controlled way, at scale" |
3830

3931
Configuration resources in Azure are designed as an
4032
[extension resource](../../../azure-resource-manager/management/extension-resource-types.md).

0 commit comments

Comments
 (0)