Storage Accounts Flashcards
Storage Account authentication methods
-Access Keys
-Shared Access Signatures
-RBAC
Storage Account Access Keys
-2x 512-bit kets
-access keys allow global access to all resources within the storage account (not good security practice)
-Use access leys sparingly
-The use of access keys violates the principle of least privilege
-access keys need to be diligently protected and rotated regularly
Share Access Signature (SAS)
-Authentication token
-Access parameters
-Resource location
Storage Account security
-All storage accounts and their containers (BLOB, files, VHDs) are encrypted using Storage System Encryption (SSE).
-Windows OS (that runs on top of a virutal hard disk that is transparently encrypted) can again encrypt the data using Azure Disk Encryption aka Bit Locker with the keys secured in Azure Key Vault.