2

Following is the article about Create and manage Azure Files share with Windows virtual machines https://learn.microsoft.com/en-us/azure/storage/files/storage-files-quick-create-use-windows

What we want is we have one existing file share hosted on our own on-premise data center and we want to share it AS SMB file share with Azure virtual machine where our application is hosted. Is it possible to have such hybrid kind of solution in Azure VM?

abatishchev
  • 98,240
  • 88
  • 296
  • 433

1 Answers1

1

As I know, you can create an Azure VPN Gateway to make your on-premise host and the Azure VM can connect via the private IP directly, then the VM can access the file share on-premise. I suggest the P2S VPN if you just have one host. You can create the Azure VPN Gateway following the steps in Configure a Point-to-Site connection to a VNet.

Charles Xu
  • 29,862
  • 2
  • 22
  • 39