Skip to content

Commit fbcd263

Browse files
committed
fix links
1 parent ad214ac commit fbcd263

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/governance/policy/concepts/assignment-structure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Details of the policy assignment structure
33
description: Describes the policy assignment definition used by Azure Policy to relate policy definitions and parameters to resources for evaluation.
4-
ms.date: 10/03/2022
4+
ms.date: 07/03/2024
55
ms.topic: conceptual
66
---
77
# Azure Policy assignment structure
@@ -85,7 +85,7 @@ _common_ properties used by Azure Policy. Each `metadata` property has a limit o
8585
- `createdBy` (string): The GUID of the security principal that created the assignment.
8686
- `createdOn` (string): The Universal ISO 8601 DateTime format of the assignment creation time.
8787
- `parameterScopes` (object): A collection of key-value pairs where the key matches a
88-
[strongType](./definition-structure.md#strongtype) configured parameter name and the value defines
88+
[strongType](./definition-structure-parameters.md#strongtype) configured parameter name and the value defines
8989
the resource scope used in Portal to provide the list of available resources by matching
9090
_strongType_. Portal sets this value if the scope is different than the assignment scope. If set,
9191
an edit of the policy assignment in Portal automatically sets the scope for the parameter to this
@@ -308,7 +308,7 @@ non-compliance and is optional.
308308

309309
> [!IMPORTANT]
310310
> Custom messages for non-compliance are only supported on definitions or initiatives with
311-
> [Resource Manager modes](./definition-structure.md#resource-manager-modes) definitions.
311+
> [Resource Manager modes](./definition-structure-basics.md#resource-manager-modes) definitions.
312312
313313
```json
314314
"nonComplianceMessages": [
@@ -381,7 +381,7 @@ For policy assignments with effect set to **deployIfNotExist** or **modify**, it
381381

382382
## Next steps
383383

384-
- Learn about the [policy definition structure](./definition-structure.md).
384+
- Learn about the [policy definition structure](./definition-structure-basics.md).
385385
- Understand how to [programmatically create policies](../how-to/programmatically-create.md).
386386
- Learn how to [get compliance data](../how-to/get-compliance-data.md).
387387
- Learn how to [remediate non-compliant resources](../how-to/remediate-resources.md).

0 commit comments

Comments
 (0)