I can successfully save my logs to Table store for a continuous WebJob, following these instructions: https://azure.microsoft.com/en-us/documentation/articles/web-sites-enable-diagnostic-log/
However, if I make the WebJob scheduled (runs once every 5 mins), the logs do not show up in Table store. Is this a known limitation (and if so, why?), or does anyone know a way to make it work?
Note: I can see the logs in the Azure Portal, so I know the job runs correctly -- I just want to save these to a WADLogsTable. Thanks!