PraveenVenu
PraveenVenu

Reputation: 8337

Does Azure Blob Storage support Server Side encryption

Looking at Amazon S3 Server side encryption where the encryption and decryption are managed by server itself. Do we have such option in Azure? I know that we have client side encryption available in Azure SDK.

Upvotes: 1

Views: 474

Answers (3)

Gaurav Mantri
Gaurav Mantri

Reputation: 136356

As of today, no. Azure Blob Storage does not support Server-Side encryption.

UPDATE: 05-APRIL-2016

Server-Side Encryption is now available in Azure Storage. Please see this link for more details: https://azure.microsoft.com/en-us/documentation/articles/storage-service-encryption/.

Upvotes: 2

nturner
nturner

Reputation: 156

It looks like SSE support is now available as a tech preview in certain regions.

https://azure.microsoft.com/en-us/documentation/articles/storage-service-encryption/

Upvotes: 0

Dinesh Murthy - MSFT
Dinesh Murthy - MSFT

Reputation: 140

Currently, we don't support encryption @rest for any of the Azure storage services, but this is something we are looking at.

Upvotes: 1

Related Questions