Previously, when I used the TextWriter to log messages in a Webjob, those got written to a blob container called azure-jobs-invoke-log.
Unfortunately, that container does not exist in the storage account which I am using with the update 0.4.0 beta.
Have those logs been routed to a new container?
Follow-up question - the logs which I have identified generally in Azure seem to be ordered by GUID, or at least some ordering which is not helpful to me. Is there a way of quickly finding a log for a recent event without having to scroll through pages and pages of a grid?
Cheers