How azure function access azure vm fileshare that also used by stored procedure?

nzko 1 Reputation point
2021-12-01T04:02:45.857+00:00

The fileshare reside in the same server of Azure SQL database and the db has stored procedure & sql job that read the fileshare files & folders.
But the azure function app need to modify the folder too.

Azure SQL Database
Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,197 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,461 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,015 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 33,176 Reputation points MVP
    2021-12-09T22:28:09.447+00:00

    I think this documentation may help you perform programming changes on Azure Function to access Azure FileShares:

    0 comments No comments