AZ-140 · Question #18
AZ-140 Question #18: Real Exam Question with Answer & Explanation
The correct answer is C: \\store1.file.core.windows.net\profiles. FSLogix profile containers use the SMB protocol and require a standard UNC (Universal Naming Convention) path in the format \\storageaccount.file.core.windows.net\sharename. Azure Files (not Blob storage) is the correct service for FSLogix because it supports the SMB protocol req
Question
You deploy a Azure Virtual Desktop host pool named Pool1. You have an Azure Storage account named store1 that stores FSLogix profile containers in a share named profiles. You need to configure the path to the storage containers for the session hosts. Which path should you use?
Options
- A\\store1.blob.core.windows.net\profiles
- Bhttps://store1.file.core.windows.net/profiles
- C\\store1.file.core.windows.net\profiles
- Dhttps://store1.blob.core.windows.net/profiles
Explanation
FSLogix profile containers use the SMB protocol and require a standard UNC (Universal Naming Convention) path in the format \storageaccount.file.core.windows.net\sharename. Azure Files (not Blob storage) is the correct service for FSLogix because it supports the SMB protocol required for file share access. Option A is incorrect because it points to Blob storage (blob.core.windows.net), which does not support SMB. Options B and D use HTTPS URLs, which are REST-based and incompatible with FSLogix's SMB requirement. Option C correctly uses the UNC path format pointing to Azure Files (file.core.windows.net), which is the only option compatible with FSLogix configuration.
Topics
Community Discussion
No community discussion yet for this question.