Which SMB protocol version is required to mount an Azure Files share on a Windows 10 client?
Azure Files requires a secure and modern SMB version for mounting shares on Windows 10.
Azure Files supports SMB 3.0 and later for Windows 10 clients. SMB 3.0 introduced encryption and performance improvements required by Azure Files. SMB 3.1.1 is the latest supported version and recommended for Windows 10.
You have a file share with infrequent access but need high durability and availability. Which Azure Files access tier should you choose to minimize cost while meeting these requirements?
Consider the access frequency and cost trade-offs of each tier.
The Cool tier is designed for infrequently accessed data with lower storage costs but slightly higher access costs, providing high durability and availability.
Which authentication method allows Azure Active Directory (Azure AD) users to access Azure Files shares with their Azure AD credentials?
Think about integrating Azure Files with Azure AD for identity-based access.
Azure Files supports Azure AD DS authentication, enabling users to access file shares using their Azure AD credentials via domain join.
You want to restrict access to your Azure Files share so that it is only accessible from your virtual network. Which configuration achieves this?
Consider how to make the storage account accessible only inside your private network.
Creating a private endpoint assigns a private IP in your virtual network, restricting access to the storage account from within that network only.
Which approach best improves performance when transferring many large files to an Azure Files share?
Think about tools designed for efficient bulk data transfer with parallelism.
AzCopy supports parallel uploads and is optimized for large data transfers to Azure Files, improving throughput and reducing transfer time.