Question

Difficulty: EasyAzure Storage Accounts, Blob, Disk, Files, and Storage Tiers

An organization migrating its on-premises file shares to the cloud can use Azure Files to mount the file shares concurrently across multiple Azure virtual machines using the Server Message Block (SMB) protocol.

Answer: Answer

Answer

The statement is true.
Azure Files enables fully managed file shares in the cloud that are accessible via the industry-standard Server Message Block (SMB) protocol and can be mounted concurrently by multiple virtual machines.

Step-by-Step Solution

1
Identify the primary storage service required for migrating shared file systems with SMB support.
Azure Files is the service designed for shared file systems using SMB or NFS protocols.
This determines if the specified scenario aligns with the capabilities of Azure Files.
2
Check if Azure Files supports concurrent mounting by multiple virtual machines.
Azure Files allows multiple virtual machines to mount the same share concurrently.
This verifies the concurrency requirement mentioned in the statement.

Key Concept

Azure Files SMB support and concurrent mounting capabilities
Rate this question