Skip to content

Commit c5b9e1c

Browse files
committed
Fixing build errors
1 parent 14db998 commit c5b9e1c

21 files changed

+71
-83
lines changed

articles/automation/automation-alert-metric.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,4 @@ Once the metric is no longer outside of the threshold defined, the alert is deac
7171

7272
## Next steps
7373

74-
Continue to the following article to learn about other ways that you can integrate alertings into your Automation account.
75-
76-
> [!div class="nextstepaction"]
77-
> [Use an alert to trigger an Azure Automation runbook](automation-create-alert-triggered-runbook.md)
74+
* [Use an alert to trigger an Azure Automation runbook](automation-create-alert-triggered-runbook.md)

articles/automation/automation-config-aws-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ After you have created and copied your AWS security keys, you must create a Cred
3333

3434
## Next steps
3535

36-
* Review [Automate deployment of a VM in Amazon Web Services](automation-scenario-aws-deployment.md) to learn how to create runbooks to automate tasks in AWS.
36+
* [Automate deployment of a VM in Amazon Web Services](automation-scenario-aws-deployment.md)

articles/automation/automation-configure-windows-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ To restrict machines to the internal update service, set [Do not connect to any
5656

5757
## Next steps
5858

59-
Schedule an update deployment by following instructions in [Manage updates and patches for your Azure VMs](automation-tutorial-update-management.md).
59+
[Manage updates and patches for your Azure VMs](automation-tutorial-update-management.md)

articles/automation/automation-connections.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ azure_credential = get_automation_runas_credential(runas_connection)
187187

188188
## Next steps
189189

190-
* To learn more about the cmdlets used to access connections, see [Manage modules in Azure Automation](shared-resources/modules.md).
191-
* For general information about runbooks, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
192-
* For details of DSC configurations, see [State Configuration overview](automation-dsc-overview.md).
190+
* [Manage modules in Azure Automation](shared-resources/modules.md)
191+
* [Runbook execution in Azure Automation](automation-runbook-execution.md)
192+
* [State Configuration overview](automation-dsc-overview.md)

articles/automation/automation-create-account-template.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ If you're new to Azure Automation and Azure Monitor, it's important that you und
304304

305305
## Next steps
306306

307-
Now that you have an Automation account, you can create runbooks and automate manual processes.
308-
309-
* To get started with PowerShell runbooks, see [Create a PowerShell runbook](automation-first-runbook-textual-powershell.md).
310-
* To get started with PowerShell workflow runbooks, see [Create a PowerShell Workflow runbook](automation-first-runbook-textual.md).
311-
* To get started with Python 2 runbooks, see [Create a Python runbook](automation-first-runbook-textual-python2.md).
307+
* [Create a PowerShell runbook](automation-first-runbook-textual-powershell.md)
308+
* [Create a PowerShell Workflow runbook](automation-first-runbook-textual.md)
309+
* [Create a Python runbook](automation-first-runbook-textual-python2.md)

articles/automation/automation-create-alert-triggered-runbook.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,8 @@ Alerts use action groups, which are collections of actions that are triggered by
185185
186186
## Next steps
187187
188-
* For more information about starting an Automation runbook by using a webhook, see [Start a runbook from a webhook](automation-webhooks.md).
189-
* For details about different ways to start a runbook, see [Starting a runbook](automation-starting-a-runbook.md).
190-
* To learn how to create an activity log alert, see [Create activity log alerts](../azure-monitor/platform/activity-log-alerts.md?toc=%2fazure%2fautomation%2ftoc.json).
191-
* To learn how to create a near real-time alert, see [Create an alert rule in the Azure portal](../azure-monitor/platform/alerts-metric.md?toc=/azure/azure-monitor/toc.json).
192-
* For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
193-
).
188+
* [Start a runbook from a webhook](automation-webhooks.md)
189+
* [Starting a runbook](automation-starting-a-runbook.md)
190+
* [Create activity log alerts](../azure-monitor/platform/activity-log-alerts.md?toc=%2fazure%2fautomation%2ftoc.json)
191+
* [Create an alert rule in the Azure portal](../azure-monitor/platform/alerts-metric.md?toc=/azure/azure-monitor/toc.json)
192+
* [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation)

articles/automation/automation-create-standalone-account.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ Classic Run As accounts are no longer created by default when you create an Azur
9595

9696
## Next steps
9797

98-
* To learn more about graphical authoring, see [Graphical authoring in Azure Automation](automation-graphical-authoring-intro.md).
99-
* To get started with PowerShell runbooks, see [My first PowerShell runbook](automation-first-runbook-textual-powershell.md).
100-
* To get started with PowerShell workflow runbooks, see [My first PowerShell workflow runbook](automation-first-runbook-textual.md).
101-
* To get started with Python 2 runbooks, see [My first Python2 runbook](automation-first-runbook-textual-python2.md).
102-
* For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
103-
).
98+
* [Graphical authoring in Azure Automation](automation-graphical-authoring-intro.md)
99+
* [My first PowerShell runbook](automation-first-runbook-textual-powershell.md)
100+
* [My first PowerShell workflow runbook](automation-first-runbook-textual.md)
101+
* [My first Python2 runbook](automation-first-runbook-textual-python2.md)
102+
* [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation)

articles/automation/automation-deploy-template-runbook.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,8 @@ Get-AzStorageAccount
235235

236236
## Next steps
237237

238-
* To learn more about Resource Manager templates, see [Azure Resource Manager overview](../azure-resource-manager/management/overview.md).
239-
* To get started with Azure Storage, see [Introduction to Azure Storage](../storage/common/storage-introduction.md).
240-
* To find other useful Azure Automation runbooks, see
241-
[Runbook and module galleries for Azure Automation](automation-runbook-gallery.md).
242-
* To find other useful Resource Manager templates, see [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/).
243-
* For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
244-
).
238+
* [Azure Resource Manager overview](../azure-resource-manager/management/overview.md)
239+
* [Introduction to Azure Storage](../storage/common/storage-introduction.md)
240+
* [Runbook and module galleries for Azure Automation](automation-runbook-gallery.md)
241+
* [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/)
242+
* [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation)

articles/automation/automation-powershell-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ For more information about checkpoints, see [Adding Checkpoints to a Script Work
290290

291291
## Next steps
292292

293-
* To get started with PowerShell workflow runbooks, see [My first PowerShell workflow runbook](automation-first-runbook-textual.md)
293+
* [My first PowerShell workflow runbook](automation-first-runbook-textual.md)

articles/automation/automation-runbook-types.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ PowerShell runbooks are based on Windows PowerShell. You directly edit the code
6363
### Limitations
6464

6565
* You must be familiar with PowerShell scripting.
66-
* Runbooks can't use [parallel processing](automation-powershell-workflow.md#parallel-processing) to execute multiple actions in parallel.
67-
* Runbooks can't use [checkpoints](automation-powershell-workflow.md#checkpoints) to resume runbook if there's an error.
66+
* Runbooks can't use [parallel processing](automation-powershell-workflow.md#use-parallel-processing) to execute multiple actions in parallel.
67+
* Runbooks can't use [checkpoints](automation-powershell-workflow.md#use-checkpoints-in-a-workflow) to resume runbook if there's an error.
6868
* You can include only PowerShell Workflow runbooks and graphical runbooks as child runbooks by using the [Start-AzAutomationRunbook](https://docs.microsoft.com/powershell/module/az.automation/start-azautomationrunbook?view=azps-3.7.0) cmdlet, which creates a new job.
6969

7070
### Known issues
@@ -83,14 +83,14 @@ PowerShell Workflow runbooks are text runbooks based on [Windows PowerShell Work
8383
### Advantages
8484

8585
* Implement all complex logic with PowerShell Workflow code.
86-
* Use [checkpoints](automation-powershell-workflow.md#checkpoints) to resume operation if there's an error.
87-
* Use [parallel processing](automation-powershell-workflow.md#parallel-processing) to do multiple actions in parallel.
86+
* Use [checkpoints](automation-powershell-workflow.md#use-checkpoints-in-a-workflow) to resume operation if there's an error.
87+
* Use [parallel processing](automation-powershell-workflow.md#use-parallel-processing) to do multiple actions in parallel.
8888
* Can include other graphical runbooks and PowerShell Workflow runbooks as child runbooks to create high-level workflows.
8989

9090
### Limitations
9191

9292
* You must be familiar with PowerShell Workflow.
93-
* Runbooks must deal with the additional complexity of PowerShell Workflow, such as [deserialized objects](automation-powershell-workflow.md#code-changes).
93+
* Runbooks must deal with the additional complexity of PowerShell Workflow, such as [deserialized objects](automation-powershell-workflow.md#deserialized-objects).
9494
* Runbooks take longer to start than PowerShell runbooks since they must be compiled before running.
9595
* You can only include PowerShell runbooks as child runbooks by using the `Start-AzAutomationRunbook` cmdlet.
9696
* Runbooks can't run on a Linux Hybrid Runbook Worker.

0 commit comments

Comments
 (0)