Can I access a on-prem network file share drive from Azure Functions or Azure WebJobs?

Anirud Thapliyal 96 Reputation points
2021-05-29T08:49:03.43+00:00

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?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,991 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,766 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,441 Reputation points
    2021-05-31T03:43:09.433+00:00

    Hi @Anirud Thapliyal

    Azure webjobs is a feature of the azure app service and functions can also be run under app service plan. Depending on the plan utilized you can have different networking options available as mentioned here in the documentation. Below are some options which I can think of that you can use based on your requirements.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.