Skip to content

Commit 8cffd06

Browse files
committed
minor edits
1 parent 2c815bf commit 8cffd06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/automation/manage-runbooks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,15 +431,15 @@ When your runbook has been published, you can schedule it for operation:
431431

432432
You can recover a deleted runbook through PowerShell scripts. To recover a runbook, ensure that the following conditions are met:
433433

434-
- You can restore runbooks that were deleted in past 29 days.
435-
- Ensure that the Automation account for that runbook should exist.
436-
- You should grant *Automation Contributor* role permission to the System-assigned managed identity of the Automation account.
434+
- The runbooks to be restored were deleted in the past 29 days.
435+
- The Automation account for that runbook exist.
436+
- The *Automation Contributor* role permission is granted to the System-assigned managed identity of the Automation account.
437437

438438
### PowerShell script
439439

440440
- Execute the PowerShell script as a job in your Automation account to restore the deleted runbooks.
441-
- Download the PowerShell [script](https://github.com/azureautomation/Restore-Runbook) from GitHub. Alternatively, you can [import](#import-a-runbook-from-the-azure-portal) the PowerShell script named *Restore Automation runbook* from Runbook Gallery. Provide name of the runbook that is to be restored and run it as a job in Azure Automation to restore the deleted runbooks.
442-
- To identify names of the runbooks that were deleted in last 29 days, download the [script](https://github.com/azureautomation/List-Deleted-Runbooks) from GitHub or [import](#import-a-runbook-from-the-azure-portal) the PowerShell script named *List Deleted Automation Runbook* from Runbook Gallery.
441+
- Download the PowerShell [script](https://github.com/azureautomation/Restore-Runbook) from GitHub. Alternatively, you can [import](#import-a-runbook-from-the-azure-portal) the PowerShell script named *Restore Automation runbook* from Runbook Gallery. Provide the name of the runbook that is to be restored and run it as a job in Azure Automation to restore the deleted runbooks.
442+
- Download the [script](https://github.com/azureautomation/List-Deleted-Runbooks) from GitHub or [import](#import-a-runbook-from-the-azure-portal) the PowerShell script named *List Deleted Automation Runbook* from Runbook Gallery, to identify the names of the runbooks that were deleted in last 29 days.
443443

444444
## Obtain job statuses
445445

0 commit comments

Comments
 (0)