You are designing the storage infrastructure for a hybrid high-performance computing (HPC) workload and database migration to Azure. The architecture must satisfy the following requirements:
* A shared file system must support POSIX-compliant permissions, concurrent access from multiple Linux-based virtual machines, and low-latency metadata operations. The file storage must survive an availability zone failure.
* A database transaction log store must support up to IOPS and throughput with sub-millisecond latency. The database VM must be able to failover to another availability zone in the same region while preserving the disk contents without application-level replication.
* External applications must be granted access to specific blobs in a storage account. The access must expire after 2 hours and must be instantly revocable at any time without rotating the primary or secondary storage account keys.
Which three storage configurations should you include in the design?
- Azure Files Premium tier configured with the NFS v4.1 protocol and Zone-Redundant Storage (ZRS)Cevap
- BAzure Files Standard tier configured with the NFS v4.1 protocol and Locally Redundant Storage (LRS)
- Premium SSD managed disks configured with Zone-Redundant Storage (ZRS) for the database transaction logsCevap
- DStandard HDD managed disks configured with Locally Redundant Storage (LRS) for the database transaction logs
- A Shared Access Signature (SAS) token associated with a stored access policy for external applicationsCevap
- FA Shared Access Signature (SAS) token generated with a 2-hour validity period using storage account keys without a stored access policy