Skip to content

Commit 8e71321

Browse files
authored
Update error-running-python-runbook.md
1 parent 85bcf8e commit 8e71321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/azure/automation/runbooks/error-running-python-runbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: sap:Runbook not working as expected
1111
The article shows how to import, manage, and use Python packages in Azure Automation running on the Azure sandbox environment and Hybrid Runbook Workers. Python packages should be downloaded on Hybrid Runbook workers for successful job execution. To help simplify runbooks, you can use Python packages to import the modules you need.
1212

1313
> [!NOTE]
14-
> 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 ingormation, see [Restore deleted runbook](/azure/automation/manage-runbooks#restore-deleted-runbook).
14+
> 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).
1515
1616
## Import Python 2 packages
1717

@@ -83,7 +83,7 @@ You can import a Python 3.8 package and its dependencies by importing the Python
8383

8484
### Import the script into a runbook
8585

86-
For more information about importing the runbook, see [Import a runbook from the Azure portal](/azure/automation/manage-runbooks#import-a-runbook-from-the-azure-portal). Copy the file from GitHub to a storage that the Azure portal can access before you run the import.
86+
For more information about importing the runbook, see [Import a runbook from the Azure portal](/azure/automation/manage-runbooks#import-a-runbook-from-the-azure-portal). Copy the file from GitHub to storage that the Azure portal can access before you run the import.
8787

8888
The **Import a runbook** page defaults the runbook name to match the name of the script. If you have access to the field, you can change the name. **Runbook type** might default to **Python 2.7**. If it does, make sure to change it to **Python 3.8**.
8989

0 commit comments

Comments
 (0)