Skip to content

Commit 919e7ca

Browse files
committed
minor edits
1 parent be311dd commit 919e7ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/automation/quickstarts/install-hybrid-worker-extension.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ titleSuffix: Azure Automation
44
description: This article helps you get started on how to install Hybrid Worker extension on Azure portal.
55
services: automation
66
keywords: hybrid worker extension, automation
7-
ms.date: 02/25/2024
7+
ms.date: 02/26/2024
88
ms.topic: quickstart
99
author: SnehaSudhir
1010
ms.author: sudhirsneha
1111
---
1212

1313
# Quickstart: Install Hybrid Worker extension on Virtual Machines using the Azure Portal
1414

15-
The Azure Automation User Hybrid Worker enables execution of PowerShell and Python scripts directly on machines for managing guest workloads or as a gateway to environments that aren't accessible from Azure. You can configure Windows & Linux Azure Virtual Machine. [Azure Arc-enabled Server](../../azure-arc/servers/overview.md), [Arc-enabled VMware vSphere VM](../../azure-arc/vmware-vsphere/overview.md), and [Azure Arc-enabled SCVMM](../../azure-arc/system-center-virtual-machine-manager/overview.md) as User Hybrid Worker by installing Hybrid Worker extension.
15+
The Azure Automation User Hybrid Worker enables the execution of PowerShell and Python scripts directly on machines for managing guest workloads or as a gateway to environments that aren't accessible from Azure. You can configure Windows and Linux Azure Virtual Machine. [Azure Arc-enabled Server](../../azure-arc/servers/overview.md), [Arc-enabled VMware vSphere VM](../../azure-arc/vmware-vsphere/overview.md), and [Azure Arc-enabled SCVMM](../../azure-arc/system-center-virtual-machine-manager/overview.md) as User Hybrid Worker by installing Hybrid Worker extension.
1616

1717
This quickstart shows you how to install Azure Automation Hybrid Worker extension on an Azure Virtual Machine through the Extensions blade on Azure portal.
1818

@@ -21,18 +21,18 @@ You can follow similar steps for installing Hybrid Worker extension on all other
2121
## Prerequisites
2222

2323
- An Azure Automation account in a supported region.
24-
- A Windows Azure Virtual machine on which Hybrid Worker extension would be installed.
25-
- Enable system-assigned managed identity on Azure Virtual machine. If the system-assigned managed identity isn't enabled, it will be enabled as part of the adding process. For more information, see [detailed prerequisites](../extension-based-hybrid-runbook-worker-install.md).
24+
- A Windows Azure Virtual Machine on which Hybrid Worker extension would be installed.
25+
- Enable system-assigned managed identity on Azure Virtual Machine. If the system-assigned managed identity isn't enabled, it will be enabled as part of the adding process. For more information, see [detailed prerequisites](../extension-based-hybrid-runbook-worker-install.md).
2626

2727
## Install Hybrid Worker Extension
2828

29-
1. Sign in to the [Azure portal](https://portal.azure.com) and search for Virtual machines.
30-
1. In the **Virtual machines** page, from the list, select the machine on which you want to install Hybrid worker extension.
29+
1. Sign in to the [Azure portal](https://portal.azure.com) and search for Virtual Machines.
30+
1. On the **Virtual Machines** page, from the list, select the machine on which you want to install Hybrid Worker extension.
3131
1. Under **Settings**, select **Extensions + applications** for Azure VMs or select **Extensions**.
3232

3333
:::image type="content" source="./media/install-hybrid-worker-extension/select-extensions.png" alt-text="Screenshot that shows the menu option to install extensions." lightbox="./media/install-hybrid-worker-extension/select-extensions.png":::
3434

35-
1. Select **+Add**, and in the **Install an Extension**, search and select for **Azure Automation Windows Hybrid Worker** from the list, and then select **Next**.
35+
1. Select **+Add**, and in the **Install an Extension**, search and select **Azure Automation Windows Hybrid Worker** from the list, and then select **Next**.
3636

3737
:::image type="content" source="./media/install-hybrid-worker-extension/select-hybrid-worker.png" alt-text="Screenshot that shows the search option to select Automation Windows Hybrid Worker." lightbox="./media/install-hybrid-worker-extension/select-hybrid-worker.png":::
3838

@@ -45,7 +45,7 @@ You can follow similar steps for installing Hybrid Worker extension on all other
4545

4646
1. After you confirm the required information, select **Review+ Create**.
4747

48-
A summary of the deployment is displayed and you can review the status of the deployment. The Hybrid Worker extension gets installed on the machine and the Hybrid Worker gets registered to the Hybrid Worker group.The machine can now be used to execute Azure Automation jobs.
48+
A summary of the deployment is displayed and you can review the status of the deployment. The Hybrid Worker extension gets installed on the machine and the Hybrid Worker gets registered to the Hybrid Worker group. The machine can now be used to execute Azure Automation jobs.
4949

5050
## Next steps
5151

0 commit comments

Comments
 (0)