Provide disaster recovery by replicating storage data across regions and failing over to a secondary location Flashcards

1
Q

Locally redundant storage

A

Locally redundant storage (LRS) copies your data three times across separate racks of hardware in a datacenter, inside one region. Even if there’s a hardware failure, or if maintenance work is happening in the datacenter, this replication type ensures data is available for use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Limitation of local redundancy storage

A

LRS doesn’t protect you from a datacenter-wide outage. If the datacenter goes down, you could lose your data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Geographically redundant storage

A

With geographically redundant storage (GRS), your data is copied three times within one region, and three times in a secondary region that’s paired with it. This way, if your primary region is experiencing an outage, your secondary region is available for use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Read-access geo-redundant storage

A

With GRS, your secondary region isn’t available for read access until the primary region fails. If you want to read from the secondary region, even if the primary region hasn’t failed, use RA-GRS for your replication type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Zone-redundant storage

A

Zone-redundant storage (ZRS) copies your data in three storage clusters in a single region. Each cluster is in a different physical location and is considered as a single availability zone. Each cluster uses its own separate utilities for things like networking and power. If one datacenter is experiencing outage, your data remains accessible from another availability zone in the same Azure region.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Limitation of Zone-redundant storage

A

Because all availability zones are in a single region, ZRS can’t protect your data from a regional level outage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Read-access geo-zone-redundant storage

A

Read-access geo-zone-redundant storage (RA-GZRS) uses the same replication method as GZRS but lets you read from the secondary region. If you want to read the data that’s replicated to the secondary region, even if your primary isn’t experiencing downtime, use RA-GZRS for your replication type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Paired regions

A

A paired region is where an Azure region is paired with another in the same geographical location to protect against regional outages. Paired regions are used with GRS and GZRS replication types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Switch replication strategies

A

ou can switch your replication strategy for any storage account. The process you use depends on the current replication strategy for your account

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Convert account

A

f you’re using a ZRS account, you can convert it to use GZRS. You convert an account using the Azure portal, the Azure CLI, or Azure PowerShell.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Azure PowerShell to convert

A

Set-AzStorageAccount -ResourceGroupName -AccountName -SkuName “Standard_GZRS”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Live migration

A

You can also use live migration to migrate your data to an account that uses ZRS, GZRS, or RA-GZRS. Use live migration to avoid downtime or data loss. The duration of your live migration generally depends on the amount of data in your account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

There are some limitations to live migration

A

Unlike a manual app, you won’t know exactly when a live migration will complete.
Data can only be migrated to the same region.
Live migration is only supported for data held in standard storage account types.
If your account contains a large file share, live migration to GZRS isn’t supported.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Manual migration

A

Manual migration is more flexible than live migration. For example, because you control the timing, you can use manual migration if you need completion by a fixed date.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How the failover process works

A

Azure Storage lets you fail over your storage account to a different region if the primary region becomes unavailable. When a failover is triggered and completed, your data is accessible from a secondary region. You use the secondary region until the primary region is up again.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Data loss

A

When you fail over your account, you’ll have some data loss. This loss happens because your data is copied asynchronously. When data is copied in this way, there’s always a delay before it’s copied from the primary region and written to the secondary. It might be that your most recent writes haven’t been copied to your secondary region yet, before your primary failed.

17
Q

Data loss 1

A

Also, when you start a failover, data in your primary region is lost. Any data that wasn’t written to the secondary before you started the failover is also lost.

18
Q

Track Azure Storage service outage

A

We recommend you track the health status of Azure Storage and other Azure services by using Azure Service Health. You can subscribe to these updates with your applications and configure applications to handle or report issues to you.