An Azure service that is used to automate, configure, and install updates across hybrid environments.
Microsoft states that all runbook execution actions are written to the Automation account Activity Log as “Create an Azure Automation job”; it documents no exception for scheduled starts. Activity Log entries are usually available within 3–20 minutes, and the blade from a resource opens with that resource scoped.
Check the subscription Activity Log, widen the time range, clear caller/resource filters, and select that operation. With PowerShell, filter Authorization.Action for Microsoft.Automation/automationAccounts/jobs/write. Correlate the job resource with Automation Account > Jobs. If the event remains absent, Activity Log is platform-generated; record the job ID and UTC time and ask Microsoft Support to investigate.
For future execution auditing, configure Automation diagnostic settings to send JobLogs to Log Analytics and add JobStreams when output is needed. JobLogs include runbook name, job ID, timestamp, status, and caller; scheduled jobs report system as caller. Query Created, Started, Completed, Failed, Stopped, and Suspended, then build alerts.