December 2019
Intermediate to advanced
494 pages
11h 41m
English
Azure Storage provides encryption for data at rest by default using Azure Storage Service Encryption (SSE). Data is secured when it is in transit between the application and Azure using HTTPS, and it gets encrypted when it is written to the storage account using 256-bit AES encryption. You can use SMB 3.0 or a VPN connection for safely transferring the data to Azure as well. Once the data is accessed again, it gets decrypted, and it is sent back over HTTPS. Azure manages the encryption storage keys inside the AKV automatically. SSE is used for table, file, queue, and blob storage, and SSE is available for the Standard and Premium pricing plans, for all redundancy levels and for all regions.
You can set encryption ...