forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTOC.yml
290 lines (290 loc) · 11.3 KB
/
TOC.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
- name: Azure Automation User Documentation
href: index.yml
- name: Overview
items:
- name: What is Automation?
href: automation-intro.md
- name: Quickstarts
expanded: true
items:
- name: Create an Automation account
href: automation-quickstart-create-account.md
- name: Create a runbook
href: automation-quickstart-create-runbook.md
- name: Create a DSC configuration
href: automation-quickstart-dsc-configuration.md
displayName: DSC, state configuration, config, node configuration, node
- name: Tutorials
items:
- name: Track updated files with watcher tasks
href: automation-watchers-tutorial.md
displayName: hybrid runbook worker, hybrid worker, trigger
- name: Manage updates for your VM
href: automation-tutorial-update-management.md
displayName: alert, patch
- name: Onboard update and change tracking by runbook
href: automation-onboard-solutions.md
- name: Identify software in your environment
href: automation-tutorial-installed-software.md
displayName: inventory
- name: Troubleshoot changes on a VM
href: automation-tutorial-troubleshoot-changes.md
displayName: inventory
- name: How-to guides
items:
- name: Start/stop VMs during off-hours
href: automation-solution-vm-management.md
- name: Onboarding
items:
- name: Onboard multiple VMs from the portal
href: automation-onboard-solutions-from-browse.md
- name: Onboard from an Azure VM
href: automation-onboard-solutions-from-vm.md
- name: Onboard from Automation account
href: automation-onboard-solutions-from-automation-account.md
- name: Region mappings
href: how-to/region-mappings.md
- name: Update Management
items:
- name: Update Management overview
href: automation-update-management.md
displayName: dynamic groups, pre scripts, post scripts, reboot control, first party, pre download, inclusion
- name: Manage updates for multiple VMs
href: manage-update-multi.md
- name: Pre and post scripts
href: pre-post-scripts.md
- name: Migrate OMS update deployments to Azure
href: migrate-oms-update-deployments.md
- name: Integrate SCCM with Update Management
href: oms-solution-updatemgmt-sccmintegration.md
displayName: Configuration Manager
- name: Change Tracking
items:
- name: Change Tracking overview
href: change-tracking.md
displayName: wildcard, recursion, environment variables, registry
- name: View file contents of tracked files
href: change-tracking-file-contents.md
displayName: change tracking, hash
- name: Inventory
items:
- name: Manage a VM with inventory collection
href: automation-vm-inventory.md
- name: Authentication and security
items:
- name: Create standalone Automation account
href: automation-create-standalone-account.md
- name: Manage Automation Run As account
href: manage-runas-account.md
displayName: certificate renewal
- name: Configure authentication with AWS
href: automation-config-aws-account.md
- name: Manage role-based access control
href: automation-role-based-access-control.md
displayName: RBAC
- name: Runbooks
items:
- name: Manage runbooks
href: manage-runbooks.md
- name: Runbook types
href: automation-runbook-types.md
displayName: graphical, python, powershell, powershell workflow
- name: Create runbooks
items:
- name: Graphical runbook
href: automation-first-runbook-graphical.md
- name: PowerShell runbook
href: automation-first-runbook-textual-powershell.md
- name: PowerShell workflow runbook
href: automation-first-runbook-textual.md
- name: Python runbook
href: automation-first-runbook-textual-python2.md
- name: Create runbooks with the Graphical runbook SDK
href: graphical-runbook-sdk.md
- name: Edit runbooks
items:
- name: Edit textual runbooks
href: automation-edit-textual-runbook.md
displayName: powershell
- name: Edit graphical runbooks
href: automation-graphical-authoring-intro.md
- name: Start a runbook
href: start-runbooks.md
- name: Start a runbook from a webhook
href: automation-webhooks.md
- name: Runbook input parameters
href: runbook-input-parameters.md
displayName: input,json
- name: Error handling in graphical runbooks
href: automation-runbook-graphical-error-handling.md
- name: Runbook execution
href: automation-runbook-execution.md
displayName: fair share, activity log, job
- name: Manage Azure Automation data
href: automation-managing-data.md
displayName: backup
- name: Learning PowerShell Workflow
href: automation-powershell-workflow.md
- name: Child runbooks
href: automation-child-runbooks.md
- name: Runbook output
href: automation-runbook-output-and-messages.md
displayName: message streams, progress records, preference
- name: Source control integration
href: source-control-integration.md
displayName: github, vsts, azure devops, personal access token
- name: Source control integration - legacy
href: source-control-integration-legacy.md
displayname: github
- name: Hybrid Runbook Worker
items:
- name: Hybrid Runbook Worker overview
href: automation-hybrid-runbook-worker.md
- name: Deploy Windows Hybrid Runbook Worker
href: automation-windows-hrw-install.md
- name: Deploy Linux Hybrid Runbook Worker
href: automation-linux-hrw-install.md
displayName: signature validation
- name: Run runbooks on a Hybrid Runbook Worker
href: automation-hrw-run-runbooks.md
displayName: signed runbooks
- name: State Configuration
displayName: DSC
items:
- name: State Configuration overview
href: automation-dsc-overview.md
displayName: DSC
- name: Getting started
href: automation-dsc-getting-started.md
displayName: DSC
- name: Configure servers to a desired state and manage drift with State Configuration
href: tutorial-configure-servers-desired-state.md
displayName: DSC, compliance
- name: Onboarding machines for management
href: automation-dsc-onboarding.md
displayName: DSC, state configuration
- name: Compiling DSC configurations
href: automation-dsc-compile.md
displayName: state configuration, composite resources, configurationData
- name: Composing DSC Configurations using Composite Resources
href: compose-configurationwithcompositeresources.md
- name: Continuous deployment using Chocolatey
href: automation-dsc-cd-chocolatey.md
displayName: dsc, state configuration
- name: Forward State Configuration reporting data to Azure Monitor logs
href: automation-dsc-diagnostics.md
displayName: DSC
- name: Manage shared resources
items:
- name: Schedules
href: shared-resources/schedules.md
- name: Modules
href: shared-resources/modules.md
- name: Manage Python 2 packages
href: python-packages.md
- name: Credentials
href: shared-resources/credentials.md
- name: Connections
href: automation-connections.md
- name: Certificates
href: shared-resources/certificates.md
- name: Variables
href: shared-resources/variables.md
- name: Update Azure PowerShell modules
href: automation-update-azure-modules.md
- name: Az modules in runbooks
href: az-modules.md
- name: Scenarios
items:
- name: Runbook gallery
href: automation-runbook-gallery.md
- name: Monitor runbooks with metric alerts
href: automation-alert-metric.md
- name: Start a runbook from Azure alerts
href: automation-create-alert-triggered-runbook.md
displayName: Monitor, Azure Monitor
- name: Create Amazon Web Service VM
href: automation-scenario-aws-deployment.md
- name: Deploy an Azure Resource Manager template in an Azure Automation PowerShell runbook
href: automation-deploy-template-runbook.md
- name: Integrate Azure Automation with Event Grid and Microsoft Teams
href: ../event-grid/ensure-tags-exists-on-new-virtual-machines.md?toc=%2fazure%2fautomation%2ftoc.json
- name: Move your Automation Account to another Subscription
href: how-to/move-account.md
- name: Monitor
items:
- name: Forward Azure Automation job data to Azure Monitor logs
href: automation-manage-send-joblogs-log-analytics.md
- name: Migrate
items:
- name: Migrate from Orchestrator
href: automation-orchestrator-migration.md
displayName: SCORCH, runbooks
- name: Troubleshoot
items:
- name: Onboarding
href: troubleshoot/onboarding.md
displayName: troubleshoot
- name: Runbooks
href: troubleshoot/runbooks.md
displayName: troubleshoot
- name: State Configuration (DSC)
href: troubleshoot/desired-state-configuration.md
displayName: Desired State Configuration, troubleshoot
- name: Hybrid Runbook Worker
href: troubleshoot/hybrid-runbook-worker.md
displayName: troubleshoot, HRW, hybrid worker
- name: Change Tracking and Inventory
href: troubleshoot/change-tracking.md
displayName: troubleshoot
- name: Update Management
href: troubleshoot/update-management.md
displayName: troubleshoot
- name: Start/Stop VMs
href: troubleshoot/start-stop-vm.md
displayName: start,stop
- name: Shared resources
href: troubleshoot/shared-resources.md
displayName: module, import
- name: Troubleshoot Update Agent issues
items:
- name: Windows
href: troubleshoot/update-agent-issues.md
displayName: update agent, issue, hybrid runbook worker, hybrid worker, troubleshoot, windows
- name: Linux
href: troubleshoot/update-agent-issues-linux.md
displayName: update agent, issue, hybrid runbook worker, hybrid worker, troubleshoot, linux
- name: Reference
items:
- name: Azure PowerShell
href: /powershell/module/azurerm.automation
- name: Azure PowerShell (Classic)
href: /powershell/module/azure/?view=azuresmps-3.7.0
- name: .NET
href: /dotnet/api/microsoft.azure.management.automation
- name: REST
href: /rest/api/automation
- name: REST (Classic)
href: https://msdn.microsoft.com/library/azure/mt163781
- name: Resource Manager template
href: /azure/templates/microsoft.automation/allversions
- name: Resources
items:
- name: Automation introduction video
href: https://azure.microsoft.com/documentation/videos/azure-automation-101-with-powershell-and-eamon-o-reilly/
- name: Azure Roadmap
href: https://azure.microsoft.com/roadmap/?category=management-tools&query=automation
- name: MSDN forum
href: https://social.msdn.microsoft.com/Forums/azure/en-US/home?forum=azureautomation
- name: Pricing
href: https://azure.microsoft.com/pricing/details/automation/
- name: Pricing calculator
href: https://azure.microsoft.com/pricing/calculator/
- name: Release notes
href: https://azure.microsoft.com/updates/?product=automation
- name: Service updates
href: https://azure.microsoft.com/updates/?product=automation
- name: Stack Overflow
href: https://stackoverflow.com/questions/tagged/azure-automation
- name: Videos
href: https://azure.microsoft.com/documentation/videos/index/?services=automation