documents loaded in applications in BLOB containers have been encrypted

Marcia Varotto 1 Reputation point
2021-05-10T16:25:41.597+00:00

documents loaded in applications in BLOB containers were encrypted and it was not possible to load and upload them

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2021-05-24T10:40:58.91+00:00

    @Marcia Varotto As I understand you do you need to encrypt the documents and upload the data to Blob Storage, am I correct, If not please correct me?

    Data in Azure Storage is encrypted and decrypted transparently using 256-bit AES encryption, one of the strongest block ciphers available, and is FIPS 140-2 compliant. Azure Storage encryption is similar to BitLocker encryption on Windows.

    Azure Storage encryption is enabled for all storage accounts, Azure Storage encryption cannot be disabled. Because your data is secured by default, you don't need to modify your code or applications to take advantage of Azure Storage encryption.

    This article will will help you how to encrypt and upload: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-encrypt-decrypt-blobs-key-vault#encrypt-blob-and-upload
    This is how to decrypt and download: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-encrypt-decrypt-blobs-key-vault#decrypt-blob-and-download

    You can also perform Doubly encrypt data with infrastructure encryption

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    -----------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.