Skip to content

Commit 00f6949

Browse files
authored
Merge pull request #112164 from BethWilke/branch130
Fixing task 1707369
2 parents 3c01831 + 2c1b711 commit 00f6949

File tree

8 files changed

+71
-154
lines changed

8 files changed

+71
-154
lines changed

articles/automation/TOC.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
href: /powershell/scripting/dsc/overview/overview
3737
- name: Data security
3838
items:
39-
- name: Encrypt secure assets
39+
- name: Encryption of secure assets
4040
href: automation-secure-asset-encryption.md
41-
- name: Manage Azure Automation data
41+
- name: Management of Azure Automation data
4242
href: automation-managing-data.md
4343
- name: How-to guides
4444
items:
4545
- name: Automation Account
4646
items:
47-
- name: Create from 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
@@ -134,7 +134,7 @@
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
@@ -156,21 +156,21 @@
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
165165
- name: Enable Change Tracking and Inventory
166166
items:
167-
- name: Enable from Azure portal
167+
- name: Use Azure portal
168168
href: automation-onboard-solutions-from-browse.md
169-
- name: Enable from Azure VM
169+
- name: From an Azure VM
170170
href: automation-onboard-solutions-from-vm.md
171-
- name: Enable from Automation account
171+
- name: From an Automation account
172172
href: automation-onboard-solutions-from-automation-account.md
173-
- name: Enable from Automation runbook
173+
- name: From an Automation runbook
174174
href: automation-onboard-solutions.md
175175
- name: View contents of tracked files
176176
href: change-tracking-file-contents.md
@@ -206,11 +206,11 @@
206206
items:
207207
- name: Use a Resource Manager template
208208
href: automation-update-management-deploy-template.md
209-
- name: Enable from Azure portal
209+
- name: Use Azure portal
210210
href: automation-onboard-solutions-from-browse.md
211-
- name: Enable from an Azure VM
211+
- name: From an Azure VM
212212
href: automation-onboard-solutions-from-vm.md
213-
- name: Enable from Automation account
213+
- name: From an Automation account
214214
href: automation-onboard-solutions-from-automation-account.md
215215
- name: Manage updates for your Azure VMs
216216
href: automation-tutorial-update-management.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you develop your scripts locally, it's recommended to have the same module ve
3232

3333
The following are some considerations to take into account when using this article to update your Azure Modules:
3434

35-
* The runbook described in this article supports updating the Azure, AzureRM, and Az modules by default. Review the [Update Azure modules runbook README](https://github.com/microsoft/AzureAutomation-Account-Modules-Update/blob/master/README.md) for more information on updating Az.Automation modules with this runbook. There are additional important factors that you need to take into account when using the Az modules in your Automation account. To learn more, see [Using Az modules in your Automation account](az-modules.md).
35+
* The runbook described in this article supports updating the Azure, AzureRM, and Az modules by default. Review the [Update Azure modules runbook README](https://github.com/microsoft/AzureAutomation-Account-Modules-Update/blob/master/README.md) for more information on updating Az.Automation modules with this runbook. There are additional important factors that you need to take into account when using the Az modules in your Automation account. To learn more, see [Manage modules in Azure Automation](shared-resources/modules.md).
3636

3737
* Before starting this runbook, make sure your Automation account has an [Azure Run As account credential](manage-runas-account.md) created.
3838

articles/automation/az-modules.md

Lines changed: 0 additions & 82 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)