question

HarcourtJeremy-2387 avatar image
0 Votes"
HarcourtJeremy-2387 asked SumanthMarigowda-MSFT edited

storage web access

124081-image.png


azure-files
image.png (31.9 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

deherman-MSFT avatar image
0 Votes"
deherman-MSFT answered HarcourtJeremy-2387 commented

@HarcourtJeremy-2387
It appears you are trying to access Azure Files through a web browser. This is not the recommend method to access files. If you are looking to access storage through the web you might consider blob storage with a static website. You might be able to access the file if you generate a SAS token and append it to your URL. You can also access the data via the portal, Azure Storage Explorer, or mounting via SMB or NFS. If you want to provide a UI access to Azure File Share, you can use these examples as guidance for implementing a custom solution.

Hope this helps! Let us know if you have further questions or issues and we will do our best to assist.



Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I did the smb mount were mapped using the code provided. I'd like to do a few more things basically for a school project. I also need to access the storage through esxi as well. I"ll try making a SAS token and if not just make a blob with a static website.

0 Votes 0 ·