Skip to content

Commit d6632f9

Browse files
author
Simonx Xu
authored
Merge pull request #9173 from AmandaAZ/Branch-CI6193
AB#6193: Job did not start as expected in Azure Automation
2 parents 253a0c8 + 02634e8 commit d6632f9

File tree

3 files changed

+43
-4
lines changed

3 files changed

+43
-4
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Troubleshoot Issues with Runbook Execution Start Time
3+
description: Discusses an issue where jobs don't start as expected in Azure Automation.
4+
ms.date: 06/27/2025
5+
ms.reviewer: adoyle, v-weizhu
6+
ms.service: azure-automation
7+
ms.custom: sap:Runbook not working as expected
8+
---
9+
# Troubleshoot issues with runbook execution start time in Azure Automation
10+
11+
Process automation in Azure Automation allows you to create and manage PowerShell, a PowerShell workflow, and graphical runbooks. Automation executes your runbooks based on the logic defined within them.
12+
13+
## Service-level agreement (SLA)
14+
15+
The SLA for runbook automation is 30 minutes. It's expected that 99.999 percent of runbooks start within five minutes of the scheduled time. For more information, see [SLAs for Online Services](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services).
16+
17+
The *SLA for the Automation Service - Process Automation* defines the following terms:
18+
19+
- "Delayed Jobs" is the total number of Jobs, for a given Microsoft Azure subscription, that fail to start within 30 minutes of their Planned Start Times.
20+
- "Job" means the execution of a Runbook.
21+
- "Planned Start Time" is a time at which a Job is scheduled to begin executing.
22+
- "Runbook" means a set of actions specified by you to run within Microsoft Azure.
23+
24+
> [!NOTE]
25+
>
26+
> - Azure Automation enables the recovery of runbooks deleted in the last 29 days. You can restore the deleted runbook by running a PowerShell script as a job in your Automation account. For more information, see [Restore deleted runbook](/azure/automation/manage-runbooks#restore-deleted-runbook).
27+
> - Before opening a case, follow the steps in [Data to collect when opening a case for Azure Automation](/azure/automation/troubleshoot/collect-data-microsoft-azure-automation-case). This process helps resolve your case as quickly as possible.
28+
29+
## References
30+
31+
- [Start a runbook in Azure Automation](/azure/automation/start-runbooks)
32+
- [Azure Automation runbook types](/azure/automation/automation-runbook-types)
33+
34+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

support/azure/automation/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
href: runbooks/runbook-job-suspended.md
77
- name: Troubleshoot issues with python packages
88
href: runbooks/error-running-python-runbook.md
9+
- name: Troubleshoot issues with runbook execution start time
10+
href: runbooks/job-not-start-as-expected.md
911
- name: Troubleshoot runbook execution issues when using PowerShell
1012
href: runbooks/powershell-job-script-cmdlets-not-working.md
11-

support/azure/automation/welcome-automation.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.topic: landing-page # Required
1212
author: genlin #Required; your GitHub user alias, with correct capitalization.
1313
ms.author: genli #Required; microsoft alias of author; optional team alias.
14-
ms.date: 06/13/2025
14+
ms.date: 06/27/2025
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1717

@@ -21,8 +21,12 @@ landingContent:
2121
- title: Runbook not working as expected
2222
linkLists:
2323
- linkListType: how-to-guide
24-
links:
24+
links:
2525
- text: Runbook jobs get suspended
26-
url: runbooks/runbook-job-suspended.md
26+
url: runbooks/runbook-job-suspended.md
27+
- text: Troubleshoot issues with python packages
28+
url: runbooks/error-running-python-runbook.md
29+
- text: Troubleshoot issues with runbook execution start time
30+
url: runbooks/job-not-start-as-expected.md
2731
- text: Troubleshoot runbook execution issues when using PowerShell
2832
url: runbooks/powershell-job-script-cmdlets-not-working.md

0 commit comments

Comments
 (0)