Mistake in module

Parsa Mehdipour 20 Reputation points
2024-09-15T21:48:08.94+00:00

There is a line that follows:
"By default, data in the secondary region isn't available for read or write access unless there's a failover to the secondary region"

Shouldn't it be "By default, data in the secondary region isn't available for read or write access unless there's a failover to the primary region"?

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,657 questions
{count} votes

Accepted answer
  1. Rakesh Gurram 8,495 Reputation points Microsoft Vendor
    2024-09-17T10:57:34.5533333+00:00

    Hi Parsa,

    Thank you for reaching out to us on the Microsoft Q&A forum.

    The statement "By default, data in the secondary region isn't available for read or write access unless there's a failover to the secondary region" is accurate based on the context of the learn path module.

    It seems there may be some confusion about how data is accessed in the secondary region, so let me explain:

    1. Secondary Region Access: In setups like GRS or GZRS, data in the secondary region is not available for reading or writing unless there’s a failover. The secondary region acts as a backup and only becomes accessible when the primary region fails.
    2. Failover Process: If the primary region fails, the system triggers a failover, which promotes the secondary region to the new primary. At that point, you can read and write data in what was previously the secondary region.

    So, the original statement simply means that you cannot read or write data in the secondary region unless it becomes the primary region through a failover.

    Your suggested phrasing, "data in the secondary region isn't available for read or write access unless there's a failover to the primary region," isn’t quite right because the failover process promotes the secondary region to the primary, not the other way around.

    Please don't hesitate to reach out to us if you have any other queries.

    If you found the information helpful, we would greatly appreciate it if you could acknowledge it by selecting the Accept Answer & Upvote options.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.