Forum Discussion
binary0101
Feb 03, 2022Copper Contributor
access azure file share form a web browser
hello
is it a way even with a third party to access azure file share from a web browser or from a sharepoint. The point is i have integrated azure file share with azure AD and all computers join to the domain have access through the map folder, but external non join computer cannot
thank you
3 Replies
- lakshmikanthkCopper Contributoryou might now that azure file share with SMB protocol on 445 and its allow you to connect only as a MAP drive and there is no option to access from browser.
I never tried, you may test this senario.
install ftp server on which you mapped drive, then you can access files from browser ftp protocol. - Chandrasekhar_AryaIron ContributorHave you tried to access files via browser by typing an address?
https://mystorageaccount.file.core.windows.net
Hopefully, this helps you to access files in different devices.
Also refer the below URL FAQ first question that gives some pointers
https://docs.microsoft.com/en-us/azure/storage/files/storage-files-faq- binary0101Copper Contributor
hello thank you
but you cannot access file share using web browser unless you deplop rest api app