A healthcare organization is designing a shared storage solution to host sensitive patient records and medical imaging configuration files. The solution will support a clinical application running on multiple Azure Virtual Machines. The storage design must meet the following requirements:
- Allow simultaneous access from multiple Virtual Machines using the SMB protocol.
- Integrate with the organization's on-premises Active Directory Domain Services (AD DS) to enforce NTFS-grade access control lists (ACLs).
- Provide sub-millisecond latency for configuration file metadata operations.
- Ensure that the shared data remains available if a single datacenter zone within the primary Azure region goes offline.
- Ensure any external diagnostic services are granted access to specific files via a token that can be easily revoked immediately if compromised.
Which two actions should you include in the design? (Select two.)
- Create a storage account that uses Zone-Redundant Storage (ZRS).Answer
- Create an Azure Files share in a Premium performance storage account.Answer
- CCreate a storage account that uses Locally Redundant Storage (LRS).
- DCreate an Azure Files share in a Standard performance storage account.
- EGenerate an ad-hoc Shared Access Signature (SAS) token with a five-year lifetime to grant external diagnostic services direct access.