Skip to content

Commit 4907390

Browse files
authored
Merge pull request #63479 from georgewallace/gw_mscomp
ms.component rename
2 parents abefa50 + 81c1c00 commit 4907390

File tree

99 files changed

+208
-129
lines changed

Some content is hidden

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

99 files changed

+208
-129
lines changed

articles/automation/automation-certificates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Certificate assets in Azure Automation
33
description: Certificates can be stored securely in Azure Automation so they can be accessed by runbooks or DSC configurations to authenticate against Azure and third-party resources. This article explains the details of certificates and how to work with them in both textual and graphical authoring.
44
services: automation
55
ms.service: automation
6-
ms.component: shared-capabilities
6+
ms.subservice: shared-capabilities
77
author: georgewallace
88
ms.author: gwallace
99
ms.date: 01/15/2019
@@ -116,3 +116,4 @@ print cert
116116
## Next steps
117117

118118
- To learn more about working with links to control the logical flow of activities your runbook is designed to perform, see [Links in graphical authoring](automation-graphical-authoring-intro.md#links-and-workflow).
119+

articles/automation/automation-change-tracking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Track changes with Azure Automation
33
description: The Change Tracking solution helps you identify software and Windows Service changes that occur in your environment.
44
services: automation
55
ms.service: automation
6-
ms.component: change-inventory-management
6+
ms.subservice: change-inventory-management
77
author: georgewallace
88
ms.author: gwallace
99
ms.date: 01/04/2019
@@ -273,3 +273,4 @@ Visit the tutorial on Change Tracking to learn more about using the solution:
273273
> [Troubleshoot changes in your environment](automation-tutorial-troubleshoot-changes.md)
274274
275275
* Use [Log searches in Log Analytics](../log-analytics/log-analytics-log-searches.md) to view detailed change tracking data.
276+

articles/automation/automation-child-runbooks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Child runbooks in Azure Automation
33
description: Describes the different methods for starting a runbook in Azure Automation from another runbook and sharing information between them.
44
services: automation
55
ms.service: automation
6-
ms.component: process-automation
6+
ms.subservice: process-automation
77
author: georgewallace
88
ms.author: gwallace
99
ms.date: 01/17/2019
@@ -116,3 +116,4 @@ The following table summarizes the differences between the two methods for calli
116116

117117
* [Starting a runbook in Azure Automation](automation-starting-a-runbook.md)
118118
* [Runbook output and messages in Azure Automation](automation-runbook-output-and-messages.md)
119+

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to create and validate an AWS credential
44
keywords: aws authentication, configure aws
55
services: automation
66
ms.service: automation
7-
ms.component: process-automation
7+
ms.subservice: process-automation
88
author: georgewallace
99
ms.author: gwallace
1010
ms.date: 04/17/2018
@@ -31,4 +31,4 @@ After you have created and copied your AWS security keys, you need to create a C
3131

3232
## Next steps
3333

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

articles/automation/automation-connections.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connection assets in Azure Automation
33
description: Connection assets in Azure Automation contain the information required to connect to an external service or application from a runbook or DSC configuration. This article explains the details of connections and how to work with them in both textual and graphical authoring.
44
services: automation
55
ms.service: automation
6-
ms.component: shared-capabilities
6+
ms.subservice: shared-capabilities
77
author: georgewallace
88
ms.author: gwallace
99
ms.date: 01/16/2019
@@ -159,3 +159,4 @@ azure_credential = get_automation_runas_credential(runas_connection)
159159
- Review [Links in graphical authoring](automation-graphical-authoring-intro.md#links-and-workflow) to understand how to direct and control the flow of logic in your runbooks.
160160

161161
- To learn more about Azure Automation's use of PowerShell modules and best practices for creating your own PowerShell modules to work as Integration Modules within Azure Automation, see [Integration Modules](automation-integration-modules.md).
162+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use an alert to trigger an Azure Automation runbook
33
description: Learn how to trigger a runbook to run when an Azure alert is raised.
44
services: automation
55
ms.service: automation
6-
ms.component: process-automation
6+
ms.subservice: process-automation
77
author: georgewallace
88
ms.author: gwallace
99
ms.date: 09/18/2018
@@ -226,3 +226,4 @@ To create a classic alert:
226226
* For details about different ways to start a runbook, see [Starting a runbook](automation-starting-a-runbook.md).
227227
* 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).
228228
* 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).
229+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a standalone Azure Automation account
33
description: This article walks you through the steps of creating, testing, and using an example security principal authentication in Azure Automation.
44
services: automation
55
ms.service: automation
6-
ms.component: process-automation
6+
ms.subservice: process-automation
77
author: georgewallace
88
ms.author: gwallace
99
ms.date: 01/15/2019
@@ -106,3 +106,4 @@ The following table summarizes resources for the Classic Run As account.
106106
* To get started with PowerShell runbooks, see [My first PowerShell runbook](automation-first-runbook-textual-powershell.md).
107107
* To get started with PowerShell workflow runbooks, see [My first PowerShell workflow runbook](automation-first-runbook-textual.md).
108108
* To get started with Python2 runbooks, see [My first Python2 runbook](automation-first-runbook-textual-python2.md).
109+

articles/automation/automation-creating-importing-runbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Creating or importing a runbook in Azure Automation
33
description: This article describes how to create a new runbook in Azure Automation or import one from a file.
44
services: automation
55
ms.service: automation
6-
ms.component: process-automation
6+
ms.subservice: process-automation
77
author: georgewallace
88
ms.author: gwallace
99
ms.date: 08/06/2018
@@ -107,4 +107,4 @@ Publish-AzureRmAutomationRunbook -AutomationAccountName $automationAccountName `
107107

108108
* To learn about how you can benefit from the Runbook and PowerShell Module Gallery, see [Runbook and module galleries for Azure Automation](automation-runbook-gallery.md)
109109
* To learn more about editing PowerShell and PowerShell Workflow runbooks with a textual editor, see [Editing textual runbooks in Azure Automation](automation-edit-textual-runbook.md)
110-
* To learn more about Graphical runbook authoring, see [Graphical authoring in Azure Automation](automation-graphical-authoring-intro.md)
110+
* To learn more about Graphical runbook authoring, see [Graphical authoring in Azure Automation](automation-graphical-authoring-intro.md)

articles/automation/automation-credentials.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Credential assets in Azure Automation
33
description: Credential assets in Azure Automation contain security credentials that can be used to authenticate to resources accessed by the runbook or DSC configuration. This article describes how to create credential assets and use them in a runbook or DSC configuration.
44
services: automation
55
ms.service: automation
6-
ms.component: shared-capabilities
6+
ms.subservice: shared-capabilities
77
author: georgewallace
88
ms.author: gwallace
99
ms.date: 05/08/2018
@@ -137,3 +137,4 @@ print cred["password"]
137137
* To get started with PowerShell workflow runbooks, see [My first PowerShell workflow runbook](automation-first-runbook-textual.md)
138138
* To get started with Python2 runbooks, see [My first Python2 runbook](automation-first-runbook-textual-python2.md)
139139

140+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy an Azure Resource Manager template in an Azure Automation runbook
33
description: How to deploy an Azure Resource Manager template stored in Azure Storage from a runbook
44
services: automation
55
ms.service: automation
6-
ms.component: process-automation
6+
ms.subservice: process-automation
77
author: georgewallace
88
ms.author: gwallace
99
ms.date: 03/16/2018
@@ -259,3 +259,4 @@ and Resource Manager templates to deploy all your Azure resources.
259259
[Runbook and module galleries for Azure Automation](automation-runbook-gallery.md).
260260
* To find other useful Resource Manager templates, see [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/)
261261

262+

0 commit comments

Comments
 (0)