azure:az-104_2024:azure_storage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
azure:az-104_2024:azure_storage [2024/10/11 16:19] – [Access Tiers] mmuzeazure:az-104_2024:azure_storage [2024/10/16 19:34] (current) – [☝️ Redundancy/Replication] mmuze
Line 34: Line 34:
 ====== ☝️ Redundancy/Replication ====== ====== ☝️ Redundancy/Replication ======
   * **Locally-redundant storage (LRS)**: storage is redundant in the same location (AZ) as the primary storage   * **Locally-redundant storage (LRS)**: storage is redundant in the same location (AZ) as the primary storage
-    * //LRS// copies your data synchronously three times within a single physical location in the primary region+    * //LRS// copies your data <color :#fff200>synchronously</color> three times within a single physical location in the primary region
     * LRS protects your data against server rack and drive failures.     * LRS protects your data against server rack and drive failures.
       * Data is replicated to different racks/drives than the primary storage.       * Data is replicated to different racks/drives than the primary storage.
   * **Zone-redundant storage (ZRS)**: storage is redundant across multiple availability zones in a single region   * **Zone-redundant storage (ZRS)**: storage is redundant across multiple availability zones in a single region
-  * **Geo-redundant storage (GRS)**: copies your data synchronously three times within a single physical location in the primary region using LRS. It then copies your data asynchronously to a single physical location in the secondary region. Within the secondary region, your data is copied synchronously three times using LRS+  * **Geo-redundant storage (GRS)**: copies your data <color :#fff200>synchronously</color> three times within a single physical location in the primary region using LRS. It then copies your data <color :#fff200>asynchronously</color> to a single physical location in the secondary region. Within the secondary region, your data is copied synchronously three times using LRS
     * <color :#fff200>Stated another way, GRS stores data using LRS in two different regions.</color>     * <color :#fff200>Stated another way, GRS stores data using LRS in two different regions.</color>
     * **Geo-zone-redundant storage (GZRS)**: this is a combination of GRS and ZRS; data is replicated across three AZ's in the primary region and in one location in the secondary region.     * **Geo-zone-redundant storage (GZRS)**: this is a combination of GRS and ZRS; data is replicated across three AZ's in the primary region and in one location in the secondary region.
Line 51: Line 51:
  
   * You can convert from one type of replication to another, but converting to/from LRS is a special case that requires more than just toggling the option in the portal.   * You can convert from one type of replication to another, but converting to/from LRS is a special case that requires more than just toggling the option in the portal.
 +  * [[https://learn.microsoft.com/en-us/azure/storage/common/redundancy-migration]]
 ====== Access Tiers ====== ====== Access Tiers ======
   * [[https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview]]   * [[https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview]]
Line 72: Line 73:
 ====== Lifecycle Management ====== ====== Lifecycle Management ======
   * Lifecycle management policies are supported for block blobs and append blobs in general-purpose v2, premium block blob, and Blob Storage accounts.   * Lifecycle management policies are supported for block blobs and append blobs in general-purpose v2, premium block blob, and Blob Storage accounts.
 +  * Before you configure a lifecycle management policy, you can choose to enable blob access time tracking. When access time tracking is enabled, a lifecycle management policy can include an action based on the time that the blob was last accessed with a read or write operation.
 +====== Import/Export ======
 +>Azure Import/Export service is used to securely import large amounts of data to Azure Blob storage and Azure Files by shipping disk drives to an Azure datacenter. This service can also be used to transfer data from Azure Blob storage to disk drives and ship to your on-premises sites. Data from one or more disk drives can be imported either to Azure Blob storage or Azure Files.
  
- 
-====== Import/Export ====== 
   * [[https://learn.microsoft.com/en-us/azure/backup/backup-azure-restore-files-from-vm]]   * [[https://learn.microsoft.com/en-us/azure/backup/backup-azure-restore-files-from-vm]]
   * Exporting data from an Azure storage account is only supported for //blob// storage.   * Exporting data from an Azure storage account is only supported for //blob// storage.
  • azure/az-104_2024/azure_storage.1728663598.txt.gz
  • Last modified: 2024/10/11 16:19
  • by mmuze