
Ultimate access to all questions.
In the context of designing a storage solution for a healthcare application that must adhere to strict regulatory requirements for data security and privacy, including the necessity for encryption both at rest and in transit, which of the following Azure Storage services and features would you recommend? Consider the need for scalability, compliance with healthcare regulations, and the support for encryption methods. Choose the two best options. (Choose two)
A
Azure Blob Storage with client-side encryption and HTTPS for data transfer, ensuring data is encrypted before it leaves the client and remains secure during transit.
B
Azure File Storage with server-side encryption and HTTP for data transfer, offering encryption at rest but lacking secure data transfer capabilities.
C
Azure Table Storage with client-side encryption and HTTPS for data transfer, providing encryption for data at rest and in transit but may not be the best fit for large binary data typical in healthcare applications.
D
Azure Cosmos DB with server-side encryption and HTTPS for data transfer, offering comprehensive encryption features and secure data transfer, suitable for applications requiring global distribution.
E
Azure Blob Storage with server-side encryption and HTTPS for data transfer, combining the benefits of server-side encryption for data at rest with secure data transfer capabilities.