I have recently started work on Azure cloud and hosted our web app to Azure as app service. As part of project this app service should access a on-prem network file share. Later I came to know that standard smb ports like 139, 445 are blocked to access from App service. Hence App Service can't access on-prem network file share.
Does this restriction there for Azure Functions and Azure WebJobs as well? Can I access on-prem network file share from Azure Functions and Azure WebJobs?