
@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.
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.
7 people are following this question.