0 votes
in Azure by
Azure resources inherit locks from the resource group they are part of

a) True

b) False

1 Answer

0 votes
by
>TRUE (When you apply a lock at a parent scope, all resources within that scope inherit the same lock. Even resources you add later inherit the lock from the parent.)
...