Skip to content

Commit 8a69411

Browse files
authored
Update guest-configuration.md
1 parent 176c0cc commit 8a69411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ for the machine. Configurations can include settings such as:
2525
Configurations are distinct from policy definitions. Guest configuration
2626
utilizes Azure Policy to dynamically assign configurations
2727
to machines. You can also assign configurations to machines
28-
[manually](/azure/governance/policy/concepts/guest-configuration-assignments#manually-creating-guest-configuration-assignments),
28+
[manually](guest-configuration-assignments.md#manually-creating-guest-configuration-assignments),
2929
or by using other Azure services such as
3030
[AutoManage](../../../automanage/automanage-virtual-machines.md).
3131

3232
Examples of each scenario are provided in the following table.
3333

3434
| Type | Description | Example story |
3535
| - | - | - |
36-
| [Configuration management](/guest-configuration-assignments.md) | You want a complete representation of a server or servers, as code in source control. The deployment should include properties of the server (size, network, storage) and configuration of operating system and application settings. | "This machine should be a web server configured to host my website." |
36+
| [Configuration management](guest-configuration-assignments.md) | You want a complete representation of a server, as code in source control. The deployment should include properties of the server (size, network, storage) and configuration of operating system and application settings. | "This machine should be a web server configured to host my website." |
3737
| [Compliance](../assign-policy-portal.md) | 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. Audit existing machines so I can release change where it is needed, in a controlled way, at scale. For new machines, enforce the setting when they are deployed." |
3838

3939
The per-setting results from configurations can be viewed either in the
@@ -42,7 +42,7 @@ or if the configuration is orchestrated by an Azure Policy assignment,
4242
by clicking on the "Last evaluated resource" link on the
4343
["Compliance details" page](../how-to/determine-non-compliance.md#view-configuration-assignment-details-at-scale).
4444

45-
[A video walk-through of this document is available](https://youtu.be/t9L8COY-BkM).
45+
[A video walk-through of this document is available](https://youtu.be/t9L8COY-BkM). (update coming soon)
4646

4747
## Enable guest configuration
4848

0 commit comments

Comments
 (0)