
Answer-first summary for fast verification
Answer: Store the sensitive data in a private storage container, configure access policies to restrict access to authorized users, and use Azure Key Vault to manage the storage account keys.
Option C is the correct answer. Storing the sensitive data in a private storage container ensures that it is not publicly accessible. Configuring access policies to restrict access to authorized users helps maintain the security and integrity of the data. Using Azure Key Vault to manage the storage account keys provides an additional layer of security and ensures that the keys are stored and accessed securely.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is implementing a new Azure AI service that requires secure access to sensitive data stored in Azure Storage. What steps should you take to ensure the data is protected and accessible only to authorized users?
A
Store the sensitive data in a publicly accessible storage container without any access restrictions.
B
Store the sensitive data in a private storage container and share the storage account key with all team members.
C
Store the sensitive data in a private storage container, configure access policies to restrict access to authorized users, and use Azure Key Vault to manage the storage account keys.
D
Disable access controls for the storage container and rely on the AI service's built-in security features to protect the sensitive data.