Skip to content

Commit 30978d0

Browse files
authored
Merge pull request #112078 from BethWilke/branch129
Fixing naming to match new TOC
2 parents 9caba6f + 9706595 commit 30978d0

File tree

8 files changed

+34
-34
lines changed

8 files changed

+34
-34
lines changed

articles/automation/TOC.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,35 +44,35 @@
4444
items:
4545
- name: Automation Account
4646
items:
47-
- name: Create using Azure portal
47+
- name: Create Automation account using Azure portal
4848
href: automation-create-standalone-account.md
49-
- name: Create with Resource Manager template
49+
- name: Create Automation account with Resource Manager template
5050
href: automation-create-account-template.md
5151
- name: Manage an Automation Run As account
5252
href: manage-runas-account.md
53-
- name: Role permissions and security
53+
- name: Manage role permissions and security
5454
href: automation-role-based-access-control.md
55-
- name: Move Automation Account to another subscription
55+
- name: Move Automation account to another subscription
5656
href: how-to/move-account.md
5757
- name: Migrate from System Center Orchestrator
5858
href: automation-orchestrator-migration.md
59-
- name: Manage shared resources
59+
- name: Shared resources
6060
items:
61-
- name: Certificates
61+
- name: Manage certificates
6262
href: shared-resources/certificates.md
63-
- name: Connections
63+
- name: Manage connections
6464
href: automation-connections.md
65-
- name: Credentials
65+
- name: Manage credentials
6666
href: shared-resources/credentials.md
67-
- name: PowerShell modules
67+
- name: Manage PowerShell modules
6868
items:
6969
- name: Manage modules in Azure Automation
7070
href: shared-resources/modules.md
7171
- name: Update Azure PowerShell modules
7272
href: automation-update-azure-modules.md
73-
- name: Schedules
73+
- name: Manage schedules
7474
href: shared-resources/schedules.md
75-
- name: Variables
75+
- name: Manage variables
7676
href: shared-resources/variables.md
7777
- name: Manage Python 2 packages
7878
href: python-packages.md
@@ -104,13 +104,13 @@
104104
href: automation-webhooks.md
105105
- name: Track updated files with watcher task
106106
href: automation-watchers-tutorial.md
107-
- name: Working with the Graphical runbook SDK
107+
- name: Work with the Graphical runbook SDK
108108
href: graphical-runbook-sdk.md
109109
- name: Monitor runbooks
110110
items:
111-
- name: Runbook output
111+
- name: Monitor runbook output
112112
href: automation-runbook-output-and-messages.md
113-
- name: Handle errors in Graphical runbooks
113+
- name: Handle errors in graphical runbooks
114114
href: automation-runbook-graphical-error-handling.md
115115
- name: Forward job data to Azure Monitor Logs
116116
href: automation-manage-send-joblogs-log-analytics.md
@@ -120,7 +120,7 @@
120120
href: troubleshoot/runbooks.md
121121
- name: Data to collect before opening support case
122122
href: troubleshoot/collect-data-microsoft-azure-automation-case.md
123-
- name: Hybrid Runbook Worker
123+
- name: Work with a Hybrid Runbook Worker
124124
items:
125125
- name: Deploy Windows Hybrid Runbook Worker
126126
href: automation-windows-hrw-install.md
@@ -130,15 +130,15 @@
130130
href: automation-hrw-run-runbooks.md
131131
- name: Troubleshoot Hybrid Runbook Worker
132132
href: troubleshoot/hybrid-runbook-worker.md
133-
- name: Source control integration
133+
- name: Use source control integration
134134
href: source-control-integration.md
135135
- name: Configuration Management
136136
items:
137-
- name: State Configuration (DSC)
137+
- name: Manage State Configuration (DSC)
138138
items:
139139
- name: Overview
140140
href: automation-dsc-overview.md
141-
- name: Get started using DSC
141+
- name: Get started using State Configuration
142142
href: automation-dsc-getting-started.md
143143
- name: Onboard machines for management
144144
href: automation-dsc-onboarding.md
@@ -156,13 +156,13 @@
156156
href: automation-dsc-diagnostics.md
157157
- name: Troubleshoot issues with DSC
158158
href: troubleshoot/desired-state-configuration.md
159-
- name: Change Tracking and Inventory
159+
- name: Manage Change Tracking and Inventory
160160
items:
161161
- name: Overview
162162
href: change-tracking.md
163163
- name: Supported regions for linked Log Analytics workspace
164164
href: how-to/region-mappings.md
165-
- name: Enable
165+
- name: Enable Change Tracking and Inventory
166166
items:
167167
- name: Use Azure portal
168168
href: automation-onboard-solutions-from-browse.md

articles/automation/automation-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Connection assets in Azure Automation
2+
title: Manage connections 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.subservice: shared-capabilities
66
ms.date: 01/13/2020
77
ms.topic: conceptual
88
---
99

10-
# Connection assets in Azure Automation
10+
# Manage connections in Azure Automation
1111

1212
An Automation connection asset contains the information required to connect to an external service or application from a runbook or DSC configuration. This may include information required for authentication such as a username and password in addition to connection information such as a URL or a port. The value of a connection is keeping all of the properties for connecting to a particular application in one asset as opposed to creating multiple variables. The user can edit the values for a connection in one place, and you can pass the name of a connection to a runbook or DSC configuration in a single parameter. The properties for a connection can be accessed in the runbook or DSC configuration with the `Get-AutomationConnection` activity.
1313

articles/automation/automation-update-azure-modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Update Azure modules in Azure Automation
2+
title: Update Azure PowerShell modules in Azure Automation
33
description: This article describes how you can now update common Azure PowerShell modules provided by default in Azure Automation.
44
services: automation
55
ms.subservice: process-automation
66
ms.date: 06/14/2019
77
ms.topic: conceptual
88
---
99

10-
# How to update Azure PowerShell modules in Azure Automation
10+
# Update Azure PowerShell modules in Azure Automation
1111

1212
To update the Azure modules in your Automation account you need to use the [Update Azure modules runbook](https://github.com/Microsoft/AzureAutomation-Account-Modules-Update), which is available as open source. To start using the **Update-AutomationAzureModulesForAccount** runbook to update your Azure modules, download it from the [Update Azure modules runbook repository](https://github.com/Microsoft/AzureAutomation-Account-Modules-Update) on GitHub. You can then import it into your Automation account or run it as a script. To learn how to import a runbook in your Automation account, see [Import a runbook](manage-runbooks.md#importing-a-runbook).
1313

articles/automation/shared-resources/certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Certificate assets in Azure Automation
2+
title: Manage certificate in Azure Automation
33
description: Certificates are securely stored in Azure Automation so that runbooks or DSC configurations can access them 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
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
manager: carmonm
1212
---
1313

14-
# Certificate assets in Azure Automation
14+
# Manage certificates in Azure Automation
1515

1616
Certificates are stored securely in Azure Automation so they can be accessed by runbooks or DSC configurations using the [Get-AzAutomationCertificate](https://docs.microsoft.com/powershell/module/Az.Automation/Get-AzAutomationCertificate?view=azps-3.7.0) activity for Azure Resource Manager resources. Secure certificate storage allows you to create runbooks and DSC configurations that use certificates for authentication or add them to Azure or third-party resources.
1717

articles/automation/shared-resources/credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Manage credential assets in Azure Automation
2+
title: Manage credentials 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
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
manager: carmonm
1212
---
1313

14-
# Manage credential assets in Azure Automation
14+
# Manage credentials in Azure Automation
1515

1616
An Automation credential asset holds an object that contains security credentials, such as a user name and a password. Runbooks and DSC configurations use cmdlets that accept a [PSCredential](https://docs.microsoft.com/dotnet/api/system.management.automation.pscredential?view=pscore-6.2.0) object for authentication. Alternatively, they can extract the user name and password of the `PSCredential` object to provide to some application or service requiring authentication.
1717

articles/automation/shared-resources/schedules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Schedules in Azure Automation
2+
title: Manage schedules in Azure Automation
33
description: Automation schedules are used to schedule runbooks in Azure Automation to start automatically. Describes how to create and manage a schedule in so that you can automatically start a runbook at a particular time or on a recurring schedule.
44
services: automation
55
ms.service: automation
@@ -10,7 +10,7 @@ ms.date: 04/04/2019
1010
ms.topic: conceptual
1111
manager: carmonm
1212
---
13-
# Scheduling a runbook in Azure Automation
13+
# Manage schedules in Azure Automation
1414

1515
To schedule a runbook in Azure Automation to start at a specified time, you link it to one or more schedules. A schedule can be configured to either run once or on a reoccurring hourly or daily schedule for runbooks in the Azure portal. You can also schedule them for weekly, monthly, specific days of the week or days of the month, or a particular day of the month. A runbook can be linked to multiple schedules, and a schedule can have multiple runbooks linked to it.
1616

articles/automation/shared-resources/variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Variable assets in Azure Automation
2+
title: Manage variables in Azure Automation
33
description: Variable assets are values that are available to all runbooks and DSC configurations in Azure Automation. This article explains the details of variables and how to work with them in both textual and graphical authoring.
44
services: automation
55
ms.service: automation
@@ -10,7 +10,7 @@ ms.date: 05/14/2019
1010
ms.topic: conceptual
1111
manager: carmonm
1212
---
13-
# Variable assets in Azure Automation
13+
# Manage variables in Azure Automation
1414

1515
Variable assets are values that are available to all runbooks and DSC configurations in your Automation account. You can manage them from the Azure portal, from PowerShell, within a runbook, or in a DSC configuration.
1616

articles/automation/troubleshoot/shared-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshooting Azure Automation shared resources
2+
title: Troubleshoot shared resources in Azure Automation
33
description: Learn how to troubleshoot and resolve issues with Azure Automation shared resources.
44
services: automation
55
author: mgoedtel
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.service: automation
1010
manager: carmonm
1111
---
12-
# Troubleshoot errors with shared resources
12+
# Troubleshoot shared resources in Azure Automation
1313

1414
This article discusses solutions for issues that you might run across when using [shared resources](../automation-intro.md#shared-resources) in Azure Automation.
1515

0 commit comments

Comments
 (0)