
Ultimate access to all questions.
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.