Configuring lifecycle and replication in Blob Storage
Each object stored in Blob Storage can have its own rules for lifecycle. What’s more, the storage account enables you to configure replications for all objects stored. In this section, we’ll focus on managing those concepts from the administrator’s point of view. To get started, we’ll revisit replication options to see what available operations there are to perform.
Replication of a storage account
When you create a storage account, you may decide the SKU used for it. The SKU parameter serves two purposes:
- Defines the selected performance tier
- Sets up the replication mode for the storage account
As with many services in Azure, Azure Storage is quite flexible, meaning it allows for reconfiguring some of its options after the creation of an instance. This also applies to replication mode, which can be changed anytime with the following command:
az storage account update --name...