I have user credential and folder path such as the following:
User: UserName Password: Password FilePath: \website.com\Private\ClientServices\
Using this, I can map this as a network drive on my local windows explorer. However, I have a Logic App in Azure that I would like to access this folder structure. I have tried FileShare but it doesn't seem to be able to pull or push files to this location.
How can I go about doing this?
I tried using FileShare but I can't connect to the On-Prem drive from it. I am unclear how I might actually accomplish this.