You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/python-3-packages.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ if __name__ == '__main__':
218
218
```
219
219
---
220
220
221
-
#### Importing the script into a runbook
221
+
#### Import the script into a runbook
222
222
For information on importing the runbook, see [Import a runbook from the Azure portal](manage-runbooks.md#import-a-runbook-from-the-azure-portal). Copy the file from GitHub to storage that the portal can access before you run the import.
223
223
224
224
@@ -227,7 +227,7 @@ The **Import a runbook** page defaults the runbook name to match the name of the
#### Executing the runbook to import the package and dependencies
230
+
#### Execute the runbook to import the package and dependencies
231
231
232
232
After creating and publishing the runbook, run it to import the package. See [Start a runbook in Azure Automation](start-runbooks.md) for details on executing the runbook.
0 commit comments