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
@@ -274,7 +274,7 @@ Your runbook currently starts the virtual machine that you hard-coded in the run
274
274
* For more information on PowerShell, including language reference and learning modules, see the [PowerShell Docs](/powershell/scripting/overview).
275
275
* For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
276
276
).
277
-
* To get started with graphical runbooks, see [My first graphical runbook](automation-tutorial-runbook-graphical.md).
278
-
* To get started with PowerShell Workflow runbooks, see [My first PowerShell Workflow runbook](automation-tutorial-runbook-textual.md).
277
+
* To get started with graphical runbooks, see [Create a graphical runbook](automation-tutorial-runbook-graphical.md).
278
+
* To get started with PowerShell Workflow runbooks, see [Create a PowerShell Workflow runbook](automation-tutorial-runbook-textual.md).
279
279
* To know more about runbook types and their advantages and limitations, see [Azure Automation runbook types](../automation-runbook-types.md).
280
280
* For more information on the PowerShell script support feature, see [Native PowerShell script support in Azure Automation](https://azure.microsoft.com/blog/announcing-powershell-script-support-azure-automation-2/).
@@ -34,7 +34,7 @@ You start by creating a simple runbook that outputs the text *Hello World*.
34
34
35
35
1. In the Azure portal, open your Automation account.
36
36
37
-
The Automation account page gives you a quick view of the resources in this account. You should already have some assets. Most of those assets are the modules that are automatically included in a new Automation account. You should also have the Credential asset that's mentioned in the [prerequisites](#prerequisites).<br>
37
+
The Automation account page gives you a quick view of the resources in this account. You should already have some assets. Most of those assets are the modules that are automatically included in a new Automation account. You should also have the Credential asset that's mentioned in the [prerequisites](#prerequisites).
38
38
39
39
2. Select **Runbooks** under **Process Automation** to open the list of runbooks.
40
40
@@ -242,9 +242,9 @@ except Exception as detail:
242
242
243
243
## Next steps
244
244
245
-
- To get started with PowerShell runbooks, see [My first PowerShell runbook](automation-tutorial-runbook-textual-powershell.md).
246
-
- To get started with Graphical runbooks, see [My first graphical runbook](automation-tutorial-runbook-graphical.md).
247
-
- To get started with PowerShell workflow runbooks, see [My first PowerShell workflow runbook](automation-tutorial-runbook-textual.md).
245
+
- To get started with PowerShell runbooks, see [Create a PowerShell runbook](automation-tutorial-runbook-textual-powershell.md).
246
+
- To get started with Graphical runbooks, see [Create a graphical runbook](automation-tutorial-runbook-graphical.md).
247
+
- To get started with PowerShell workflow runbooks, see [Create a PowerShell workflow runbook](automation-tutorial-runbook-textual.md).
248
248
- To know more about runbook types, their advantages and limitations, see [Azure Automation runbook types](../automation-runbook-types.md).
249
249
- To learn about developing for Azure with Python, see [Azure for Python developers](/azure/python/).
250
250
- To view sample Python 2 runbooks, see the [Azure Automation GitHub](https://github.com/azureautomation/runbooks/tree/master/Utility/Python).
@@ -229,7 +229,7 @@ Your runbook currently starts the VM that you have hardcoded in the runbook. It
229
229
* For more information on PowerShell, including language reference and learning modules, refer to the [PowerShell Docs](https://docs.microsoft.com/powershell/scripting/overview).
230
230
* For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
231
231
).
232
-
* To get started with graphical runbooks, see [My first graphical runbook](automation-tutorial-runbook-graphical.md).
233
-
* To get started with PowerShell runbooks, see [My first PowerShell runbook](automation-tutorial-runbook-textual-powershell.md).
232
+
* To get started with graphical runbooks, see [Create a graphical runbook](automation-tutorial-runbook-graphical.md).
233
+
* To get started with PowerShell runbooks, see [Create a PowerShell runbook](automation-tutorial-runbook-textual-powershell.md).
234
234
* To learn more about runbook types and their advantages and limitations, see [Azure Automation runbook types](../automation-runbook-types.md).
235
235
* For more information on PowerShell script support features, see [Native PowerShell script support in Azure Automation](https://azure.microsoft.com/blog/announcing-powershell-script-support-azure-automation-2/).
0 commit comments