Soru

Zorluk: KolayConfigure Blob Storage Lifecycle and Replication

An administrator is configuring a client application to read data from the secondary region of an Azure Storage account named `mediafiles` during a read-only test. The storage account replication is configured as Read-Access Geo-Redundant Storage (RA-GRS).

Which endpoint should the application use to directly access the blob storage service in the secondary region?

  1. mediafiles-secondary.blob.core.windows.netCevap
  2. B
    mediafiles.blob.core.windows.net/secondary
  3. C
    mediafiles.secondary.blob.core.windows.net
  4. D
    mediafiles-secondary.secondary.blob.core.windows.net

Cevap

mediafiles-secondary.blob.core.windows.net
The correct endpoint format for accessing the secondary region of an RA-GRS storage account is constructed by appending '-secondary' to the storage account name (e.g., 'mediafiles-secondary.blob.core.windows.net'). This allows applications to read blob data directly from the secondary replica.

Adım Adım Çözüm

1
Identify the replication configuration of the storage account.
The storage account 'mediafiles' is configured with Read-Access Geo-Redundant Storage (RA-GRS), which provides read-only access to the secondary region.
Understanding the replication type confirms that a dedicated secondary endpoint is available for read access.
2
Determine the naming convention Azure uses for secondary endpoints.
Azure constructs the secondary endpoint by appending '-secondary' directly to the storage account name.
This convention differentiates the secondary read-only service endpoint from the primary service endpoint.
3
Construct the full blob service URL using the convention.
The primary endpoint is 'mediafiles.blob.core.windows.net', so the secondary endpoint is 'mediafiles-secondary.blob.core.windows.net'.
This provides client applications with the correct URI to send GET requests to the secondary region.

Anahtar Kavram

Read-access geo-redundant storage (RA-GRS) secondary endpoint structure
Bu soruyu puanla