An Azure administrator applies a policy at a management group level to restrict virtual machine sizes. The administrator claims that a child subscription can override this policy by applying a different policy at the resource group level to allow those restricted sizes. Is this claim true or false?
Cevap: Cevap
Cevap
The statement is false because Azure Policy inheritance is cumulative and restrictions applied at a higher scope, such as a management group, cannot be overridden or bypassed by policies at a lower scope.
The correct answer is false because Azure Policy uses a cumulative evaluation model. Inherited policies from higher scopes (like management groups) are enforced across all child scopes, and lower-level policies cannot override these restrictions.
Adım Adım Çözüm
Anahtar Kavram
Azure Policy inheritance and cumulative evaluation