1

From an Azure Function I need to read files on an on-premise Windows file-share. I have network access to the file server but how do I authenticate?

My Azure Function is running in an Isolated App Service Environment in Azure connected to a VNet that is peered to the on-premise corporate network though an express route.

Side note: I will get the same issue with Azure Functions running on Azure Stack Hub, but I guess the solution will be the same.

enter image description here

Rolf
  • 1,219
  • 2
  • 13
  • 23
  • did you manage to solve this? – Ricky Gummadi Sep 02 '20 at 12:34
  • I found, that there are libraries that talks directly to SMB servers. One of them is [SMBLibrary](https://github.com/TalAloni/SMBLibrary). I never implement a prof of concept. – Rolf Sep 06 '20 at 04:58

0 Answers0