
Ultimate access to all questions.
You are managing an Azure subscription with multiple storage accounts, which are currently accessed by legacy applications using access keys for authentication. To improve security, you need to propose a solution that prevents new applications from acquiring these access keys. This solution should ensure minimal disruption to the functioning of the legacy applications. What would be the appropriate recommendation to fulfill this requirement?
A
Set the AllowSharedKeyAccess property to false.
B
Apply read-only locks on the storage accounts.
C
Set the AllowBlobPublicAccess property to false.
D
Configure automated key rotation.