Skip to content

Commit fe21df0

Browse files
committed
fixed blocking issues
1 parent 309c113 commit fe21df0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
933 Bytes
Loading

articles/automation/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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="Screenshot 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

@@ -77,7 +77,7 @@ Azure Automation supports management throughout the lifecycle of your infrastruc
7777

7878
* **Schedule tasks** - stop VMs or services at night and turn on during the day, weekly or monthly recurring maintenance workflows.
7979
* **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.
80-
* **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.
8181
* **Respond to alerts** - Orchestrate a response when cost-based, system-based, service-based, and/or resource utilization alerts are generated.
8282
* **Hybrid automation** - Manage or automate on-premises servers and services like SQL Server, Active Directory, SharePoint Server, etc.
8383
* **Azure resource lifecycle management** - for IaaS and PaaS services.

0 commit comments

Comments
 (0)