I have a requirement where i need to delete some files from Azure VM drive. I created FunctionApp (Time Trigger) that will check and delete files from drive folder. I also integrated Function APP with Azure VM VNET. Yet i am getting exception of Access is denied while running Function APP. Is there way to connect Function APP with Azure VM drive (folder under drive.)
Created Function App Created VNET Created VM and integrate with VNet Integrated FunctionAPP with VNet
Function App should run and access drives of VM