Skip to content

Commit 7710334

Browse files
committed
Fixing 1716590, 1716594
1 parent bb7a69c commit 7710334

File tree

85 files changed

+281
-308
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

+281
-308
lines changed

Diff for: articles/automation/automation-alert-metric.md

+1-1
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).

Diff for: articles/automation/automation-child-runbooks.md

+2-2
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).

Diff for: articles/automation/automation-config-aws-account.md

+1-1
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).

Diff for: articles/automation/automation-configure-windows-update.md

+1-1
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).

Diff for: articles/automation/automation-connections.md

+3-3
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).

Diff for: articles/automation/automation-create-account-template.md

+3-3
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).

Diff for: articles/automation/automation-create-alert-triggered-runbook.md

+5-5
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).

Diff for: articles/automation/automation-create-standalone-account.md

+6-5
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+
).

Diff for: articles/automation/automation-deploy-template-runbook.md

+5-5
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).

Diff for: articles/automation/automation-dsc-cd-chocolatey.md

+4-5
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/).

Diff for: articles/automation/automation-dsc-compile.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ Import-AzAutomationDscNodeConfiguration -AutomationAccountName 'MyAutomationAcco
281281

282282
## Next steps
283283

284-
- To get started, see [Getting started with Azure Automation State Configuration](automation-dsc-getting-started.md).
285-
- 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).
284+
- To get started, see [Get started with Azure Automation State Configuration](automation-dsc-getting-started.md).
285+
- 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).
286286
- For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
287287
).
288288
- For pricing information, see [Azure Automation State Configuration pricing](https://azure.microsoft.com/pricing/details/automation/).
289-
- To see an example of using Azure Automation State Configuration in a continuous deployment pipeline, see [Continuous deployment to virtual machines using Azure Automation State Configuration and Chocolatey](automation-dsc-cd-chocolatey.md).
289+
- For an example of using State Configuration in a continuous deployment pipeline, see [Set up continuous deployment with Chocolatey](automation-dsc-cd-chocolatey.md).

Diff for: articles/automation/automation-dsc-config-data-at-scale.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ to view the
6666

6767
## Next steps
6868

69-
- [Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview/overview)
70-
- [DSC Resources](/powershell/scripting/dsc/resources/resources)
71-
- [Configuring The Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig)
69+
- To understand PowerShell DSC, see [Windows PowerShell Desired State Configuration overview](/powershell/scripting/dsc/overview/overview).
70+
- Find out about PowerShell DSC resources in [DSC Resources](/powershell/scripting/dsc/resources/resources).
71+
- For details of Local Configuration Manager configuration, see [Configuring the Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig).

Diff for: articles/automation/automation-dsc-config-from-server.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 08/08/2019
1111
ms.topic: conceptual
1212
manager: carmonm
1313
---
14-
# Create configurations from existing servers for Azure Automation State Configuration
14+
# Create configurations from existing servers
1515

1616
> Applies To: Windows PowerShell 5.1
1717
@@ -63,6 +63,6 @@ to view the
6363

6464
## Next steps
6565

66-
- [Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview/overview)
67-
- [DSC Resources](/powershell/scripting/dsc/resources/resources)
68-
- [Configuring The Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig)
66+
- To understand PowerShell DSC, see [Windows PowerShell Desired State Configuration overview](/powershell/scripting/dsc/overview/overview).
67+
- Find out about PowerShell DSC resources in [DSC Resources](/powershell/scripting/dsc/resources/resources).
68+
- For details of Local Configuration Manager configuration, see [Configuring the Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig).

Diff for: articles/automation/automation-dsc-configuration-based-on-stig.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 08/08/2019
1111
ms.topic: conceptual
1212
manager: carmonm
1313
---
14-
# Configure data based on STIG for Azure Automation State Configuration
14+
# Configure data based on STIG
1515

1616
> Applies To: Windows PowerShell 5.1
1717
@@ -61,6 +61,6 @@ to view the
6161

6262
## Next steps
6363

64-
- [Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview/overview)
65-
- [DSC Resources](/powershell/scripting/dsc/resources/resources)
66-
- [Configuring The Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig)
64+
- To understand PowerShell DSC, see [Windows PowerShell Desired State Configuration overview](/powershell/scripting/dsc/overview/overview).
65+
- Find out about PowerShell DSC resources in [DSC Resources](/powershell/scripting/dsc/resources/resources).
66+
- For details of Local Configuration Manager configuration, see [Configuring the Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig).

Diff for: articles/automation/automation-dsc-create-composite.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 08/08/2019
1111
ms.topic: conceptual
1212
manager: carmonm
1313
---
14-
# Convert configurations to composite resources for Azure Automation State Configuration
14+
# Convert configurations to composite resources
1515

1616
> Applies To: Windows PowerShell 5.1
1717
@@ -85,6 +85,6 @@ to view the
8585

8686
## Next steps
8787

88-
- [Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview/overview)
89-
- [DSC Resources](/powershell/scripting/dsc/resources/resources)
90-
- [Configuring The Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig)
88+
- To understand PowerShell DSC, see [Windows PowerShell Desired State Configuration overview](/powershell/scripting/dsc/overview/overview).
89+
- Find out about PowerShell DSC resources in [DSC Resources](/powershell/scripting/dsc/resources/resources).
90+
- For details of Local Configuration Manager configuration, see [Configuring the Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig).

Diff for: articles/automation/automation-dsc-diagnostics.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,14 @@ Azure Automation diagnostics create two categories of records in Azure Monitor l
186186
| ResourceType | AUTOMATIONACCOUNTS. |
187187
| CorrelationId |GUID that is the correlation ID of the compliance report. |
188188

189-
190189
## Next steps
191190

192-
- For an overview, see [Azure Automation State Configuration](automation-dsc-overview.md).
193-
- To get started, see [Getting started with Azure Automation State Configuration](automation-dsc-getting-started.md).
194-
- 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).
191+
- For an overview, see [Azure Automation State Configuration overview](automation-dsc-overview.md).
192+
- To get started, see [Get started with Azure Automation State Configuration](automation-dsc-getting-started.md).
193+
- 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).
195194
- For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
196195
).
197196
- For pricing information, see [Azure Automation State Configuration pricing](https://azure.microsoft.com/pricing/details/automation/).
198-
- 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).
197+
- To see an example of using Azure Automation State Configuration in a continuous deployment pipeline, see [Set up continuous deployment with Chocolatey](automation-dsc-cd-chocolatey.md).
199198
- To learn more about how to construct different search queries and review the Automation State Configuration logs with Azure Monitor logs, see [Log searches in Azure Monitor logs](../log-analytics/log-analytics-log-searches.md).
200199
- To learn more about Azure Monitor logs and data collection sources, see [Collecting Azure storage data in Azure Monitor logs overview](../azure-monitor/platform/collect-azure-metrics-logs.md).

Diff for: articles/automation/automation-dsc-extension-history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,5 +349,5 @@ environments it supports, and comments and remarks on new features or changes.
349349

350350
- For more information about PowerShell DSC, see [PowerShell documentation center](/powershell/scripting/dsc/overview/overview).
351351
- Examine the [Resource Manager template for the DSC extension](/azure/virtual-machines/extensions/dsc-template).
352-
- For more functionality that you can manage by using PowerShell DSC, and for more DSC resources, browse the [PowerShell gallery](https://www.powershellgallery.com/packages?q=DscResource&x=0&y=0).
352+
- For more functionality and resources that you can manage with PowerShell DSC, browse the [PowerShell gallery](https://www.powershellgallery.com/packages?q=DscResource&x=0&y=0).
353353
- For details about passing sensitive parameters into configurations, see [Manage credentials securely with the DSC extension handler](/azure/virtual-machines/extensions/dsc-credentials).

Diff for: articles/automation/automation-dsc-getting-started.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ If you no longer want a node to be managed by State Configuration, you can unreg
247247
248248
![Screenshot of the Node details page highlighting the Unregister button](./media/automation-dsc-getting-started/UnregisterNode.png)
249249
250-
## Related articles
250+
## Next steps
251251
252-
- [Azure Automation State Configuration overview](automation-dsc-overview.md)
253-
- [Onboarding machines for management by Azure Automation State Configuration](automation-dsc-onboarding.md)
254-
- [Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview/overview)
255-
- [Azure Automation State Configuration pricing](https://azure.microsoft.com/pricing/details/automation/)
256-
- [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation)
252+
- For an overview, see [Azure Automation State Configuration overview](automation-dsc-overview.md).
253+
- To enable the feature for VMs in your environment, see [Enable Azure Automation State Configuration](automation-dsc-onboarding.md).
254+
- To understand PowerShell DSC, see [Windows PowerShell Desired State Configuration overview](/powershell/scripting/dsc/overview/overview).
255+
- For pricing information, see [Azure Automation State Configuration pricing](https://azure.microsoft.com/pricing/details/automation/).
256+
- For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation).

0 commit comments

Comments
 (0)