-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
I've added a timer trigger webjob to my Linux App Service app, but it crashes on launch with
2025-09-16T14:49:54.563767190Z Unhandled exception. System.IO.IOException: Invalid argument : '/home/data/webjobs\timers' 2025-09-16T14:49:54.564079846Z at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
This is due to the backslash between webjobs
and timers
:
Line 64 in 27350d8
_statusFilePath = Path.Combine(rootPath, @"webjobs\timers"); |
The issue is covered in more depth here:
#932
Metadata
Metadata
Assignees
Labels
No labels