An Azure service that is used to automate, configure, and install updates across hybrid environments.
View source snapshot is empty
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've restored an automation account but I get an error "ressource not found" when I want to open the runbook.
symptoms:
How can I restore the runbook ?
I don't have a backup of it so it's very critical.
Thank you for your help,
Regards,
An Azure service that is used to automate, configure, and install updates across hybrid environments.
View source snapshot is empty
AI answer
The runbook code can be recovered even if the portal and content endpoints return 404, as long as there are past jobs for that runbook.
Use the job’s source snapshot to restore it:
This recreates the runbook content from the last executed version, which is the only option when there is no separate backup.
References: