Your company network has two physical locations configured in a geo-clustered environment. You create a
Blob storage account in Azure that contains all the data associated with your company.
You need to ensure that the data remains available in the event of a site outage.
Which storage option should you enable?

A.
Locally redundant storage
B.
Geo-redundant storage
C.
Zone-redundant storage
D.
Read-only geo-redundant storage
Explanation:
Introducing Read-only Access to Geo Redundant Storage (RA-GRS):
RA-GRS allows you to have higher read availability for your storage account by providing “read only” access to
the data replicated to the secondary location. Once you enable this feature, the secondary location may be
used to achieve higher availability in the event the data is not available in the primary region. This is an “opt-in”
feature which requires the storage account be geo-replicated.
https://msdn.microsoft.com/en-us/library/azure/dn727290.aspx
wrong should be B.
does not state in the question if you are doing real time analytics which is what RA-GRS is. Also RA-GRS requires a manual failover.
0
1
https://blogs.msdn.microsoft.com/windowsazurestorage/2013/12/11/windows-azure-storage-redundancy-options-and-read-access-geo-redundant-storage/
Given answer is correct… it makes it highly available and gives read access in the event of a site outage.
0
0
Mate, the post was written 4 years ago… lol
0
0
No, should be RA-GRS
Think about this:
If one or more Storage services are temporarily unavailable at one or more regions, there are two options for you to consider.
Options 1. Wait for service back, you can’t do anything and the Data is NOT readable in secondary region if using GRS.
Option 2: Copy data from secondary
If you chose Read-access geo-redundant storage (RA-GRS) (recommended) for your storage accounts, you will have read access to your data from the secondary region. You can use tools such as AzCopy, Azure PowerShell, and the Azure Data Movement library to copy data from the secondary region into another storage account in an unimpacted region, and then point your applications to that storage account for both read and write availability
If you desire immediate access to your data, please consider Option 2.
And RS-GRS is recommended by Microsoft even it’s little expensive than GRS.
0
0
Ref: What to do if an Azure Storage outage occurs
https://docs.microsoft.com/en-us/azure/storage/common/storage-disaster-recovery-guidance
0
0
By the way, part of new 243Q 70-533 dumps for your reference:
https://drive.google.com/open?id=0B-ob6L_QjGLpfnV3MVl6X3pXOWw1Z3YtQUpJRVRiTkNkbGNFbVBNRXhjSkw3bWk1WHdYcW8
Best Regards!
0
0