Azure Storage Explorer access to Azure Files

Justin Westover 0 Reputation points
2023-10-29T15:12:11.5+00:00

Do you need a public endpoint enabled on Azure Files in order to access your files publicly using Azure Storage Explorer? I know storage Explorer uses 443 and you have to login so do you need the public endpoint in this case or will you see your files because you’re logged in and can access the storage account.

Also, is storage Explorer something you’d give to end users? Seems more like an admin tool?

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,213 questions
Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
240 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,871 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sumarigo-MSFT 44,906 Reputation points Microsoft Employee
    2023-10-30T14:18:19.9266667+00:00

    Adding more information to the above response! Thank @Konstantinos Passadis for providing detailed information on the @Justin Westover query!

    In order to access your files publicly using Azure Storage Explorer, you do not need a public endpoint enabled on Azure Files. Azure Storage Explorer uses the Azure Storage REST API to access your files, which can be accessed over the internet without a public endpoint.

    When you log in to Azure Storage Explorer, you are authenticating with your Azure account, which gives you access to your storage account and its contents. As long as you have the appropriate permissions to access the files in your storage account, you should be able to see them in Azure Storage Explorer.

    Regarding your second question, Azure Storage Explorer is primarily an admin tool that is designed for managing Azure storage accounts. While end users can use Azure Storage Explorer to access their files, it is generally not recommended to give end users direct access to Azure Storage Explorer. Instead, you should consider using other tools or applications that are designed for end users, such as web applications or mobile apps that can access your files through the Azure Storage REST API.

    Azure Files is a service that offers file shares in the cloud using the standard Server Message Block (SMB) Protocol. Both SMB 2.1 and SMB 3.0 are supported. With Azure Files, you can migrate legacy applications that rely on file shares to Azure quickly and without costly rewrites. You can use File storage to expose data publicly to the world, or to store application data privately. In this article, you'll learn how to use Storage Explorer to work with file shares and files.

    Using Storage Explorer with Azure Files

    Please let us know if you have any further queries. I’m happy to assist you further.


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

    1 person found this answer helpful.
    0 comments No comments

  2. Konstantinos Passadis 17,381 Reputation points MVP
    2023-10-29T18:44:09.14+00:00

    Hello @Justin Westover !

    Welcome to Microsoft QnA!

    Microsoft Azure Storage Explorer is a standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linux.

    https://video2.skills-academy.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows

    Yes , you need to allow your IP to access the Files , and even after that you need to Authenticate so it two fold!

    Private Endpoint: If you want to access your Azure Files securely without going over the internet, you could set up a private endpoint. Azure Storage Explorer can connect to storage accounts over a private endpoint as long as there’s network connectivity (e.g., via VPN or ExpressRoute or Within Azure )

    So , even the fact that Azure Storage Explorer requires access to the public endpoint of your Azure Files, BUT this does not mean your files are publicly accessible. You need Authentication for any one accessing the endpoint and depends how you have Authentication setup!


    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards

    0 comments No comments