Read Azure Filesystem-Files (not VM)
Cloud Computing
2
Posts
2
Posters
8
Views
1
Watching
-
-
When a Azure-WebJob fails at startup/runtime i can get thos Information also saved in the Azure-file system at data/jobs/continuous/jobName. How can i get this Information/File in C# to read the information (success/failed) ? Best Regards Nicole ;P
Are you using continuous web jobs or scheduled one and what is the file system are you using table storage to maintain logs?This may help you. c# - How to programmatically mark an Azure WebJob as failed? - Stack Overflow[^]