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/learn/automation-tutorial-runbook-textual-powershell.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
9
9
---
10
10
# Tutorial: Create a PowerShell runbook
11
11
12
-
This tutorial walks you through the creation of a [PowerShell runbook](../automation-runbook-types.md#powershell-runbooks) in Azure Automation. PowerShell runbooks are based on Windows PowerShell. You directly edit the code of the runbook using the text editor in the Azure portal.
12
+
This tutorial walks you through the creation of a [PowerShell runbook](../automation-runbook-types.md#powershell-runbooks) in Azure Automation. PowerShell runbooks are based on Windows PowerShell. You can directly edit the code of the runbook using the text editor in the Azure portal.
13
13
14
14
> [!div class="checklist"]
15
15
> * Create a simple PowerShell runbook
@@ -138,15 +138,15 @@ As shown in the example below, the Run As connection is made with the [Connect-A
138
138
139
139
# Wrap authentication in retry logic for transient network failures
0 commit comments