简体   繁体   中英

Is it possible to access a UNC path from an Azure webjob?

I'm trying to access a unc path from Azure webjob which is in C#. Is it possible to connect to shared path which is in local network?

The comment is right, azure webjobs cannot access local path.

You can consider use azure storage , like azure blob / azure files for the solution. Or FTP server which can be public accessed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM