Microsoft
AZ-104 · Question #80
You create an Azure Storage account named contosostorage. You plan to create a file share named data. Users need to map a drive to the data file share from home computers that run Windows 10. Which…
The correct answer is C. 445. Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open; connections will fail if port 445 is blocked. https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
Submitted by chiamaka_o· Mar 4, 2026Implement and manage storage
Question
You create an Azure Storage account named contosostorage. You plan to create a file share named data. Users need to map a drive to the data file share from home computers that run Windows 10. Which port should be open between the home computers and the data file share?
Options
- A80
- B443
- C445
- D3389
How the community answered
(31 responses)- A3% (1)
- B3% (1)
- C87% (27)
- D6% (2)
Explanation
Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open; connections will fail if port 445 is blocked. https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
Community Discussion
No community discussion yet for this question.