Skip to content

Commit c1a8818

Browse files
authored
Update automation-runbook-execution.md
Edited as per George's comments
1 parent f8d3dc0 commit c1a8818

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/automation/automation-runbook-execution.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ else
7272
### Time dependant scripts
7373

7474
Careful consideration should be made when authoring runbooks. As mentioned earlier, runbooks need to be authored in a way that they're robust and can handle transient errors that may cause the runbook to restart or fail. If a runbook fails, it is retried. If a runbook normally runs within a time constraint, logic to check the execution time should be implemented in the runbook to ensure operations like start up, shut down or scale out are run only during specific times.
75-
Please note that the local time on the Azure Runbook workers is always set to UTC and so in-script date/time calculations need to take this into consideration.
75+
76+
> [!NOTE]
77+
> The local time on the Azure sandbox process is set to UTC time. Calculations for date and time in your runbooks need to take this into consideration.
7678
7779
### Tracking progress
7880

0 commit comments

Comments
 (0)