I am researching on porting some on-prem integration workloads over to Azure. The primary tools for me are the Azure On Premise Data Gateway (OPDG) and Azure Logic Apps.
Most of the integrations involve dealing with on prem SMB file shares. I am trying to use the OPDG gateway with File Connector for this. However I can't seem to get it to work. The OPDG docs suggest that it can only work with Windows File System. However my understanding is that SMB allows you to treat a linux share as a Windows one. (Eg: I do connect to these with .Net using Domain accounts without an issue)
Will be highly appreciative if someone can help me verify (Either official docs or personal experience) the status of SMB share connectivity with OPDG.