A logistics company is designing the Azure storage infrastructure for a legacy fleet management application. The application will run on Azure Virtual Machines and has the following storage requirements:
- The virtual machine operating system and application binaries require persistent disk storage that supports sub-millisecond write latency.
- A shared file system is required to store application configuration files. The share must support the SMB 3.0 protocol, be accessible simultaneously by multiple virtual machines, and must survive a local datacenter zone outage.
- External partners need read-only access to specific PDF reports stored in Azure Blob Storage. This access must be granted via a Shared Access Signature (SAS) that can be easily revoked if compromised, without regenerating storage account keys.
Which two configurations should you include in the storage design? (Select TWO.)
- Premium SSD v2 managed disks for the operating system and application binariesAnswer
- A Shared Access Signature (SAS) token for the Blob storage container that is associated with a stored access policyAnswer
- CStandard HDD managed disks for the operating system and application binaries
- DAn ad-hoc Shared Access Signature (SAS) token with a lifetime of one year generated directly using the storage account key
- EAn Azure Files share configured with Locally Redundant Storage (LRS) for the shared configuration files