Publishing Azure file sahre as UNC path to multiple remote computers without VPN?

EnterpriseArchitect 4,721 Reputation points
2021-04-12T13:23:23.637+00:00

Folks,

What is the equivalent of the SHared network folder (UNC Patch) that is accessible using Windows Explorer \IPaddress\folder1 ?

I'm planning to move an old 3rd party application that was using Visual Basic and Visual C++
accessed by multiple remote offices using \10.10.125.150\App1 and \192.168.17.188\App2 from each of the user's desktops.

So rather than using a VPN from each remote site to the head office, then access the application using the UNC path like the above, May I know what's the Azure equivalent, so I can just publish the Public IP address and then set the Access List using NSG?

Note, App1 and App2 do not work when I copy-paste to DropBox or One Drive, even though the files are accessible from the remote sites PC without VPN.

Thank you in advance.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,162 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,684 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,426 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
572 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,296 Reputation points Microsoft Employee
    2021-04-14T17:23:29.787+00:00

    @EnterpriseArchitect

    The UNC path format is \<storageAccountName>.file.core.windows.net\<fileShareName>. For example: \anexampleaccountname.file.core.windows.net\example-share-name

    Let me know if that doesn't resolve your issue or if you have further questions please let us know.


    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 person found this answer helpful.