AZ-104 · Question #45
Drag and Drop Question You have an Azure subscription named Subscription1. You create an Azure Storage account named contosostorage, and then you create a file share named data. Which UNC path…
The correct answer is contosostorage; file.core.windows.net; data. The correct UNC path for an Azure Files share follows the format: \\<storage_account_name>.file.core.windows.net\<share_name>, which in this case is \\contosostorage.file.core.windows.net\data. The storage account name (contosostorage) is the hostname prefix…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- contosostorage
- file.core.windows.net
- data
Explanation
The correct UNC path for an Azure Files share follows the format: \<storage_account_name>.file.core.windows.net<share_name>, which in this case is \contosostorage.file.core.windows.net\data. The storage account name (contosostorage) is the hostname prefix, 'file.core.windows.net' is the Azure Files service endpoint domain, and 'data' is the specific file share name. This UNC path is used in scripts or mapped drives to access Azure File shares over SMB protocol.
Topics
Community Discussion
No community discussion yet for this question.
