Skip to content

Commit 2aef711

Browse files
authored
Merge pull request #116235 from BethWilke/branch200
Fixing 1716590, 1716594
2 parents 878e106 + e54a587 commit 2aef711

File tree

85 files changed

+282
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+282
-309
lines changed

articles/automation/automation-alert-metric.md

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

7272
## Next steps
7373

74-
* [Use an alert to trigger an Azure Automation runbook](automation-create-alert-triggered-runbook.md)
74+
* For more information, see [Use an alert to trigger an Azure Automation runbook](automation-create-alert-triggered-runbook.md).

articles/automation/automation-child-runbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ Start-AzAutomationRunbook `
111111

112112
## Next steps
113113

114-
* [Start a runbook in Azure Automation](start-runbooks.md)
115-
* [Runbook output and messages in Azure Automation](automation-runbook-output-and-messages.md)
114+
* To run run your runbook, see [Start a runbook in Azure Automation](start-runbooks.md).
115+
* For monitoring of runbook operation, see [Runbook output and messages in Azure Automation](automation-runbook-output-and-messages.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-
* [Automate deployment of a VM in Amazon Web Services](automation-scenario-aws-deployment.md)
36+
* To learn how to create runbooks to automate tasks in AWS, see [Deploy an Amazon Web Services VM with a runbook](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-
[Manage updates and patches for your Azure VMs](automation-tutorial-update-management.md)
59+
Schedule an update deployment by following instructions in [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-
* [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)
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).

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

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

305305
## Next steps
306306

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)
307+
* To get started with PowerShell runbooks, see [Create a PowerShell runbook](automation-first-runbook-textual-powershell.md).
308+
* To get started with PowerShell workflow runbooks, see [Create a PowerShell Workflow runbook](automation-first-runbook-textual.md).
309+
* To get started with Python 2 runbooks, see [Create a Python runbook](automation-first-runbook-textual-python2.md).

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Alerts use action groups, which are collections of actions that are triggered by
185185
186186
## Next steps
187187
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)
188+
* To start a runbook using a webhook, see [Start a runbook from a webhook](automation-webhooks.md).
189+
* To discover different ways to start a runbook, see [Start a runbook](automation-starting-a-runbook.md).
190+
* 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).

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

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

9696
## Next steps
9797

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)
98+
* To learn more about graphical authoring, see [Author graphical runbooks in Azure Automation](automation-graphical-authoring-intro.md).
99+
* To get started with PowerShell runbooks, see [Tutorial: Create a PowerShell runbook](learn/automation-tutorial-runbook-textual-powershell.md).
100+
* To get started with PowerShell Workflow runbooks, see [Tutorial: Create a PowerShell workflow runbook](learn/automation-tutorial-runbook-textual.md).
101+
* To get started with Python 2 runbooks, see [Tutorial: Create a Python 2 runbook](learn/automation-tutorial-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+
).

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

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

236236
## Next steps
237237

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)
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 [Use runbooks and modules in Azure Automation](automation-runbook-gallery.md).
241+
* To find other useful Resource Manager templates, see [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/).
242+
* For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation).

articles/automation/automation-dsc-cd-chocolatey.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,9 @@ provides more details. This [GitHub repo](https://github.com/Microsoft/vso-agent
261261

262262
## Next steps
263263

264-
- For an overview, see [Azure Automation State Configuration](automation-dsc-overview.md).
265-
- To get started, see [Getting started with Azure Automation State Configuration](automation-dsc-getting-started.md).
266-
- To learn about compiling DSC configurations so that you can assign them to target nodes, see [Compiling configurations in Azure Automation State Configuration](automation-dsc-compile.md).
264+
- For an overview, see [Azure Automation State Configuration overview](automation-dsc-overview.md).
265+
- To get started using the feature, see [Get started with Azure Automation State Configuration](automation-dsc-getting-started.md).
266+
- To learn about compiling DSC configurations so that you can assign them to target nodes, see [Compile DSC configurations in Azure Automation State Configuration](automation-dsc-compile.md).
267267
- For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
268268
).
269-
- For pricing information, see [Azure Automation State Configuration pricing](https://azure.microsoft.com/pricing/details/automation/).
270-
- To see an example of using Azure Automation State Configuration in a continuous deployment pipeline, see [Continuous Deployment Using Azure Automation State Configuration and Chocolatey](automation-dsc-cd-chocolatey.md).
269+
- For pricing information, see [Azure Automation State Configuration pricing](https://azure.microsoft.com/pricing/details/automation/).

0 commit comments

Comments
 (0)