When implementing governance in Microsoft Azure, you must understand the relationship between different Azure Policy components. Match each Azure Policy component on the left with its correct functional description on the right.
- Azure Policy DefinitionThe JSON file containing the specific rules, conditions, and effects that determine whether resources conform to organizational standards.
- Azure Policy InitiativeA group of multiple policy definitions that are treated as a single unit to track compliance for a broader goal.
- Azure Policy AssignmentThe implementation of a policy or initiative at a specific scope, which defines where the compliance rules are enforced.
- Azure Policy ExclusionA configuration within an assignment that prevents a specific sub-scope from being evaluated by the policy.
Cevap
Azure Policy Definition matches the JSON file containing specific rules. Azure Policy Initiative matches a group of multiple policy definitions. Azure Policy Assignment matches the implementation at a specific scope. Azure Policy Exclusion matches a configuration that prevents a sub-scope from being evaluated.
Matching the policy definition to the JSON rule file, the initiative to the collection of definitions, the assignment to the application at a scope, and the exclusion to bypassing evaluation correctly maps each concept to its functional role in Azure resource governance.
Adım Adım Çözüm
Anahtar Kavram
Azure Policy Definitions, Initiatives, and Assignments form the core components of Azure governance, allowing administrators to define compliance standards, group them for easier tracking, apply them to scopes, and exclude sub-scopes.