Skip to content

Commit b7c40a5

Browse files
authored
update
1 parent eeca96f commit b7c40a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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 recovery of runbooks deleted in the last 29 days - Restore the deleted runbook by running a PowerShell script as a job in your Automation account. See [Restore deleted runbook](https://learn.microsoft.com/azure/automation/manage-runbooks#restore-deleted-runbook) for more information.
14+
> Azure Automation enables recovery of runbooks deleted in the last 29 days - Restore the deleted runbook by running a PowerShell script as a job in your Automation account. See [Restore deleted runbook](/azure/automation/manage-runbooks#restore-deleted-runbook) for more information.
1515
1616
## Import Python 2 packages
1717

@@ -48,10 +48,10 @@ When you start the runbook, ensure the following things:
4848
- The **Run on** option under **Run Settings** is set to **Azure**.
4949
- The runbook is started with the following parameters and each parameter is defined with a `switch`.
5050

51-
-s \<subscriptionId>
52-
-g \<resourceGroup>
53-
-a \<automationAccount>
54-
-m \<modulePackage>
51+
- -s \<subscriptionId\>
52+
- -g \<resourceGroup\>
53+
- -a \<automationAccount\>
54+
- -m \<modulePackage\>
5555

5656
The runbook allows you to specify what package to download. For example, set the `-m` parameter to `Azure` to downloads all Azure modules and all dependencies (approximately 105 packages).
5757
- The runbook requires a managed identity for the Automation account to work.

0 commit comments

Comments
 (0)