You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/quickstarts/install-hybrid-worker-extension.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ titleSuffix: Azure Automation
4
4
description: This article helps you get started on how to install Hybrid Worker extension on Azure portal.
5
5
services: automation
6
6
keywords: hybrid worker extension, automation
7
-
ms.date: 02/25/2024
7
+
ms.date: 02/26/2024
8
8
ms.topic: quickstart
9
9
author: SnehaSudhir
10
10
ms.author: sudhirsneha
11
11
---
12
12
13
13
# Quickstart: Install Hybrid Worker extension on Virtual Machines using the Azure Portal
14
14
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.
16
16
17
17
This quickstart shows you how to install Azure Automation Hybrid Worker extension on an Azure Virtual Machine through the Extensions blade on Azure portal.
18
18
@@ -21,18 +21,18 @@ You can follow similar steps for installing Hybrid Worker extension on all other
21
21
## Prerequisites
22
22
23
23
- 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).
26
26
27
27
## Install Hybrid Worker Extension
28
28
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.
31
31
1. Under **Settings**, select **Extensions + applications** for Azure VMs or select **Extensions**.
32
32
33
33
:::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":::
34
34
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**.
36
36
37
37
:::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":::
38
38
@@ -45,7 +45,7 @@ You can follow similar steps for installing Hybrid Worker extension on all other
45
45
46
46
1. After you confirm the required information, select **Review+ Create**.
47
47
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.
0 commit comments