Skip to content

Commit be311dd

Browse files
committed
Added content, images
1 parent 178da92 commit be311dd

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed
Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Azure Quickstart - Install Hybrid Worker extension on Azure portal
2+
title: Azure Quickstart - Install Hybrid Worker extension on Azure portal.
33
titleSuffix: Azure Automation
4-
description: This article helps you get startedon how to install Hybrid Worker extension on Azure portal
4+
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
77
ms.date: 02/25/2024
@@ -12,32 +12,43 @@ ms.author: sudhirsneha
1212

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

15-
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 are not 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 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.
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

1919
You can follow similar steps for installing Hybrid Worker extension on all other machine types.
2020

2121
## Prerequisites
2222

23-
- An Azure Automation account in a supported region
23+
- An Azure Automation account in a supported region.
2424
- A Windows Azure Virtual machine on which Hybrid Worker extension would be installed.
2525
- 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-
-
2726

27+
## 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.
31+
1. Under **Settings**, select **Extensions + applications** for Azure VMs or select **Extensions**.
2932

30-
Ihttps://learn.microsoft.com/en-us/azure/automation/extension-based-hybrid-runbook-worker-install?tabs=windows%2Cbicep-template#prerequisites
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":::
3134

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**.
36+
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":::
3238

39+
1. Complete the installation by providing the Automation Account Name, Automation Account Region, and Automation Account Hybrid Runbook Worker Group Name, where you want to add the machine selected in Step 2.
3340

41+
> [!NOTE]
42+
> If you don't have an existing Automation account or Hybrid Runbook Worker Group, provide the new names, and resources would be created automatically in your subscription.
3443
44+
:::image type="content" source="./media/install-hybrid-worker-extension/configure-hybrid-worker-extension.png" alt-text="Screenshot that shows how to configure Automation Windows Hybrid Worker Extension." lightbox="./media/install-hybrid-worker-extension/configure-hybrid-worker-extension.png":::
45+
46+
1. After you confirm the required information, select **Review+ Create**.
3547

36-
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.
3749

3850
## Next steps
3951

40-
In this quickstart, you enabled an Azure Linux VM for State Configuration, created a configuration for a LAMP stack, and deployed the configuration to the VM. To learn how you can use Azure Automation State Configuration to enable continuous deployment, continue to the article:
52+
To learn how to troubleshoot your Hybrid Runbook Workers, see [Troubleshoot Hybrid Runbook Worker issues](troubleshoot/extension-based-hybrid-runbook-worker.md).
4153

42-
> [!div class="nextstepaction"]
43-
> [Set up continuous deployment with Chocolatey](../automation-dsc-cd-chocolatey.md)
54+
- To learn about Azure VM extensions, see [Azure VM extensions and features for Windows](../virtual-machines/extensions/features-windows.md) and [Azure VM extensions and features for Linux](../virtual-machines/extensions/features-linux.md).

0 commit comments

Comments
 (0)