I am trying to create a file in azure app service file system. My app is a .NET c# app. Doing it like this currently:
var tempDirectoryPath = Environment.GetEnvironmentVariable("TEMP");
string filePath = tempDirectoryPath + "myfile.xlsx";
Doesn't work for some reason... But it also doesn't give me any error in the logs. Does anyone know why it doesn't create my file?
Could you please confirm your privileges, Try using below command: