File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
articles/governance/policy/concepts Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,18 @@ or by using other Azure services such as
22
22
23
23
Examples of each scenario:
24
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
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
29
34
in scope either reactively to existing machines or proactively to new machines
30
35
as they are deployed.
31
- - "all machines should use TLS 1.2 and if they don't, I want to fix that in a
36
+ - Example, "all machines should use TLS 1.2 and if they don't, I want to fix that in a
32
37
controlled way, at scale"
33
38
34
39
Configuration resources in Azure are designed as an
You can’t perform that action at this time.
0 commit comments