Practice free →
HomeAzure AZ-104cloudcomputingaz104storage › Which Azure storage feature lets multiple users …

Which Azure storage feature lets multiple users see the SAME file changes in near-real-time on Azure Files (e.g., a finance team editing shared spreadsheets)?

ADisabling file locking entirely
BEach user copies the file to their own Azure Blob container
COne user gets a SAS token at a time
DAzure Files with SMB protocol mounted concurrently by all users
Answer & Solution
Correct answer: D. Azure Files with SMB protocol mounted concurrently by all users
Azure Files supports concurrent SMB mounts — the canonical shared-fileserver replacement. The other options destroy collaboration semantics.
Solve this in the app — Azure AZ-104 practice & 24k+ MCQs →
Related questions