Skip to content

Commit 67c3933

Browse files
authored
Merge pull request #289849 from SnehaSudhirG/05Nov-OverviewUpdate
updated the image and removed info on retired services
2 parents 99ca895 + 9069d06 commit 67c3933

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed
3.81 KB
Loading

articles/automation/overview.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Automation overview
33
description: This article tells what Azure Automation is and how to use it to automate the lifecycle of infrastructure and applications.
44
services: automation
55
keywords: azure automation, DSC, powershell, state configuration, update management, change tracking, DSC, inventory, runbooks, python, graphical
6-
ms.date: 10/25/2021
6+
ms.date: 11/05/2024
77
ms.topic: overview
88
ms.custom: linux-related-content
99
---
@@ -18,7 +18,7 @@ Automation is needed in three broad areas of cloud operations:
1818

1919
Azure Automation delivers a cloud-based automation, operating system updates, and configuration service that supports consistent management across your Azure and non-Azure environments. It includes process automation, configuration management, update management, shared capabilities, and heterogeneous features.
2020

21-
:::image type="content" source="./media/overview/automation-overview.png" alt-text="Diagram of Automation capabilities" border="true":::
21+
:::image type="content" source="./media/overview/automation-overview.png" alt-text="Diagram shows the Automation capabilities." lightbox="./media/overview/automation-overview.png":::
2222

2323
There are several Azure services that can deliver the above requirements, where each service includes a set of capabilities and serves a role as a programmable platform to build cloud solutions. For example, Azure Bicep and Resource Manager provide a language to develop repeatable and consistent deployment templates for Azure resources. Azure Automation can process that template to deploy an Azure resource and then process a set of post-deployment configuration tasks.
2424

@@ -34,23 +34,12 @@ Process automation supports the integration of Azure services and other third pa
3434

3535
## Configuration Management
3636

37-
Configuration Management in Azure Automation is supported by two capabilities:
38-
39-
* Change Tracking and Inventory
40-
* Azure Automation State Configuration
41-
42-
### Change Tracking and Inventory
43-
44-
[Change Tracking and Inventory](change-tracking/overview.md) combines functions to allow you to track Linux and Windows virtual machine and server infrastructure changes. The service supports change tracking across services, daemons, software, registry, and files in your environment to help you diagnose unwanted changes and raise alerts. Inventory support allows you to query in-guest resources for visibility into installed applications and other configuration items. Change Tracking & Inventory is now supported with the Azure Monitoring Agent version. [Learn more](change-tracking/overview-monitoring-agent.md).
37+
Configuration Management in Azure Automation is supported by Azure Automation State Configuration capability.
4538

4639
### Azure Automation State Configuration
4740

4841
[Azure Automation State Configuration](automation-dsc-overview.md) is a cloud-based feature for PowerShell desired state configuration (DSC) that provides services for enterprise environments. Using this feature, you can manage your DSC resources in Azure Automation and apply configurations to virtual or physical machines from a DSC pull server in the Azure cloud.
4942

50-
## Update Management
51-
52-
Azure Automation includes the [Update Management](./update-management/overview.md) feature for Windows and Linux systems across hybrid environments. Update Management gives you visibility into update compliance across Azure and other clouds, and on-premises. The feature allows you to create scheduled deployments that orchestrate the installation of updates within a defined maintenance window. If an update shouldn't be installed on a machine, you can use Update Management functionality to exclude it from a deployment.
53-
5443
## Shared capabilities
5544

5645
Azure Automation provides a number of shared capabilities, including shared resources, role-based access control, flexible scheduling, source control integration, auditing, and tagging.
@@ -88,7 +77,7 @@ Azure Automation supports management throughout the lifecycle of your infrastruc
8877

8978
* **Schedule tasks** - stop VMs or services at night and turn on during the day, weekly or monthly recurring maintenance workflows.
9079
* **Build and deploy resources** - Deploy virtual machines across a hybrid environment using runbooks and Azure Resource Manager templates. Integrate into development tools, such as Jenkins and Azure DevOps.
91-
* **Periodic maintenance** - to execute tasks that need to be performed at set timed intervals like purging stale or old data, or reindex a SQL database.
80+
* **Periodic maintenance** - to execute tasks that need to be performed at set timed intervals like purging stale or old data, or reindexing a SQL database.
9281
* **Respond to alerts** - Orchestrate a response when cost-based, system-based, service-based, and/or resource utilization alerts are generated.
9382
* **Hybrid automation** - Manage or automate on-premises servers and services like SQL Server, Active Directory, SharePoint Server, etc.
9483
* **Azure resource lifecycle management** - for IaaS and PaaS services.

0 commit comments

Comments
 (0)