An organization is designing a storage solution for a medical imaging application that generates high-resolution files. The solution must meet the following requirements:
- Files must be immediately accessible via HTTP/HTTPS protocols.
- Files are frequently accessed during the first 30 days, after which they are rarely accessed but must remain available for retrieval within seconds.
- External medical partners must be granted temporary access to specific files. The organization must be able to immediately revoke all active external access links to a container if a security breach is suspected, without modifying the primary storage account keys.
- Data must be replicated to a secondary region to protect against regional disasters, but read access to the secondary region is not required under normal operations.
Which storage configuration should you recommend?
- AAzure Blob storage configured with Locally Redundant Storage (LRS), using Shared Access Signatures (SAS) governed by a Stored Access Policy, and a lifecycle policy that moves files to the Cool tier after 30 days.
- BAzure Blob storage configured with Geo-Redundant Storage (GRS), using ad-hoc Shared Access Signatures (SAS) with an expiration time, and a lifecycle policy that moves files to the Cool tier after 30 days.
- Azure Blob storage configured with Geo-Redundant Storage (GRS), using Shared Access Signatures (SAS) governed by a Stored Access Policy, and a lifecycle policy that moves files to the Cool tier after 30 days.Cevap
- DAzure Blob storage configured with Geo-Redundant Storage (GRS), using Shared Access Signatures (SAS) governed by a Stored Access Policy, and a lifecycle policy that moves files to the Archive tier after 30 days.