Open divyagandhisethi opened 4 years ago
If you could clarify, is this workitem just to log with error/warning log level or something more?
If you could clarify, is this workitem just to log with error/warning log level or something more?
This is a repair item for a CRI. The fix needed is upto you.
This came up in a recent CRI - we can fail to specialize from SAS uri silently.
Sample logs:
The issue seems to be in this line: https://github.com/Azure/azure-functions-host/blob/95dc10e7e5ee1258eb60ca8d22ce42faa776d1ca/src/WebJobs.Script.WebHost/ContainerManagement/LinuxContainerInitializationHostService.cs#L78
We should not be failing silently here.