how to integrate azure function app with vnet network

Viewed 35

I am creating azure Function that is for copying blob from one container to another container in same Azure Datalake storage account

But, Azure datalake Storage Account is "Enabled for only selected virtual networks and IP addresses" means it is Configured with some network security, so it wont allow in, if we are from different network

In my function App I am using ADLS Connection String for copy function

so, when ever I execute my Function, it is throwing "SERVICE UNAVAILABLE" error because I am calling ADLS using Function App, here function app don't have any network configurations because it is Serverless.

I'm facing this issue from last 10Days, so please guide me if any suggestions

Thank you

0 Answers
Related