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?
- mediafiles-secondary.blob.core.windows.netCevap
- Bmediafiles.blob.core.windows.net/secondary
- Cmediafiles.secondary.blob.core.windows.net
- Dmediafiles-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
Anahtar Kavram
Read-access geo-redundant storage (RA-GRS) secondary endpoint structure