Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| azure:az-500:alt:azure_storage [2022/07/25 20:40] – [Types of Authorization] mmuze | azure:az-500:alt:azure_storage [2023/02/07 14:42] (current) – mmuze | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Azure Storage ====== | ====== Azure Storage ====== | ||
| * [[https:// | * [[https:// | ||
| + | * data is always encrypted at rest — can use Microsoft Managed Keys or Customer Managed Keys | ||
| ====== Azure Storage Accounts ====== | ====== Azure Storage Accounts ====== | ||
| Line 40: | Line 41: | ||
| ===== Stored Access Policy ===== | ===== Stored Access Policy ===== | ||
| > A stored access policy provides an additional level of control over service-level shared access signatures (SAS) on the server side. | > A stored access policy provides an additional level of control over service-level shared access signatures (SAS) on the server side. | ||
| - | | + | |
| + | | ||
| * [[https:// | * [[https:// | ||
| + | > To revoke a stored access policy, you can delete it, rename it by changing the signed identifier, or change the expiry time to a value in the past. Changing the signed identifier breaks the associations between any existing signatures and the stored access policy. Changing the expiry time to a value in the past causes any associated signatures to expire. Deleting or modifying the stored access policy immediately affects all of the shared access signatures associated with it. | ||
| ====== Storage Service Encryption ====== | ====== Storage Service Encryption ====== | ||
| * All data (including metadata) written to Azure Storage is automatically encrypted using Storage Service Encryption (SSE). | * All data (including metadata) written to Azure Storage is automatically encrypted using Storage Service Encryption (SSE). | ||
| Line 65: | Line 68: | ||
| ===== Access Tiers for Blob Storage ===== | ===== Access Tiers for Blob Storage ===== | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ===== Encryption ===== | ||
| + | * A blob-only feature is the ability to specify an encryption scope | ||
| + | * An encryption scope can be applied to a container or blob itself | ||
| + | * If an encryption scope is set at the container level then one cannot be set at the blob level. | ||
| + | * **MMK:** Microsoft Managed Keys | ||
| + | * **CMK:** Customer Managed Keys | ||
| ====== Azure Files ====== | ====== Azure Files ====== | ||
| Line 77: | Line 87: | ||
| ====== Azure Disks ====== | ====== Azure Disks ====== | ||
| > Block-level storage volumes for Azure VMs. | > Block-level storage volumes for Azure VMs. | ||
| + | ===== Azure Disk Encryption ===== | ||
| + | * [[https:// | ||
| + | ===== Windows ===== | ||
| + | * DE is support for standard tier VMs | ||
| - | + | ===== Linux ===== | |
| - | + | * For Linux scale sets only encryptions is supported on the data volume, but **not** the OS volume | |
| + | * Encryption is **not** supported for customer Linux images—only the Gallery images are supported. | ||