Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 729 Bytes

functions-storage-encryption.md

File metadata and controls

10 lines (9 loc) · 729 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
05/06/2020
glenga

Azure Storage encrypts all data in a storage account at rest. For more information, see Azure Storage encryption for data at rest.

By default, data is encrypted with Microsoft-managed keys. For additional control over encryption keys, you can supply customer-managed keys to use for encryption of blob and file data. These keys must be present in Azure Key Vault for Functions to be able to access the storage account. To learn more, see Encryption at rest using customer-managed keys.