|
1 | 1 | ---
|
2 | 2 | title: Details of the policy assignment structure
|
3 | 3 | 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 |
5 | 5 | ms.topic: conceptual
|
6 | 6 | ---
|
7 | 7 | # Azure Policy assignment structure
|
@@ -85,7 +85,7 @@ _common_ properties used by Azure Policy. Each `metadata` property has a limit o
|
85 | 85 | - `createdBy` (string): The GUID of the security principal that created the assignment.
|
86 | 86 | - `createdOn` (string): The Universal ISO 8601 DateTime format of the assignment creation time.
|
87 | 87 | - `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 |
89 | 89 | the resource scope used in Portal to provide the list of available resources by matching
|
90 | 90 | _strongType_. Portal sets this value if the scope is different than the assignment scope. If set,
|
91 | 91 | 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.
|
308 | 308 |
|
309 | 309 | > [!IMPORTANT]
|
310 | 310 | > 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. |
312 | 312 |
|
313 | 313 | ```json
|
314 | 314 | "nonComplianceMessages": [
|
@@ -381,7 +381,7 @@ For policy assignments with effect set to **deployIfNotExist** or **modify**, it
|
381 | 381 |
|
382 | 382 | ## Next steps
|
383 | 383 |
|
384 |
| -- Learn about the [policy definition structure](./definition-structure.md). |
| 384 | +- Learn about the [policy definition structure](./definition-structure-basics.md). |
385 | 385 | - Understand how to [programmatically create policies](../how-to/programmatically-create.md).
|
386 | 386 | - Learn how to [get compliance data](../how-to/get-compliance-data.md).
|
387 | 387 | - Learn how to [remediate non-compliant resources](../how-to/remediate-resources.md).
|
|
0 commit comments