You need to secure an Azure Storage account that will host sensitive data. Which TWO configurations should you implement?
Enforces HTTPS for all requests to the storage account.
Why this answer
Option A and Option C are correct. Enabling 'Secure transfer required' enforces HTTPS. Using private endpoint ensures traffic stays within Microsoft network.
Option B is wrong because a SAS token is for delegated access, not a security configuration. Option D is wrong because public network access should be disabled for sensitive data. Option E is wrong because Azure Files is a service, not a security configuration.