Here I go again answering my own question... I figured this out! My use case was to have SftpSshServer have Azure File Shares or Blob storage be the storage backing for the Sftp user. I was able to map the Azure storage as a local network share and then mount the share in my application code, wrapping the server object instance. It works now like a charm. If there is sufficient interest, I'll post my solution here.
answered 4/19/2021 7:04:57 AM