Can we update files in Storage Account File Shares without using SMB port.

Imran Khan 21 Reputation points
2020-08-27T07:29:02.61+00:00

We are trying to push an application setup that is stored on Azure File Shares via http links and PowerShell Scripts and need to get an update if the install completed. The Installation script creates a CSV file and then will append the data for each user in the excel sheet that installs the application. As of now we have the path of the CSV file to a local NAS drive and have users connect VPN just to update the file. Most of the users have SMB blocked from ISP side.

Is it possible to achieve this without using SMB protocol.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,441 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 33,626 Reputation points Microsoft Employee
    2020-08-27T18:03:31.08+00:00

    @Imran Khan
    The SMB protocol is currently the preferred file share protocol used on-premises today. There are various ways to workaround this such as using VPN, REST API, or Azure File Sync. If you are are already using http links to store the files perhaps moving towards a solution with blob storage might be a better solution for you.

    I hope this information was helpful. Please let us know if you have further questions or issues.

    ---------------

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful