I have a function app that works correctly in my VS 2022, however, when I have deployed it to AZRUE I am getting the following error. Access to the path 'C:\Program Files (x86)\SiteExtensions\Functions\4.22.0\32bit\myfile.CSV. I am using a Nuget CSVHELPER
Hopkins, Lee (Houston)
1
Reputation point
I have a function app that works correctly in my VS 2022, however, when I have deployed it to AZRUE I am getting the following error. Access to the path 'C:\Program Files (x86)\SiteExtensions\Functions\4.22.0\32bit\myfile.CSV. I am using a Nuget CSVHELPER(nuget) that takes two parameters,1. a Datatable and 2. the name of the CSV file. As I have said the VS 2022 works correctly but Not the Deployed Function App in AZURE.
Sign in to answer