You are developing a medical records document management website. The website is used to store scanned copies of patient intake forms. If the stored intake forms are downloaded from storage by a third party, the content of the forms must not be compromised.
You need to store the intake forms according to the requirements.
Solution: Store the intake forms as Azure Key Vault secrets.
Does the solution meet the goal?
Instead use an Azure Key vault and public key encryption. Store the encrypted from in Azure Storage Blob storage.
Currently there are no comments in this discussion, be the first to comment!