Skip to content

Commit 178da92

Browse files
committed
new QS - added procedure, images and updated toc
1 parent c88d0d0 commit 178da92

File tree

5 files changed

+46
-0
lines changed

5 files changed

+46
-0
lines changed

articles/automation/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020
href: quickstart-update-runbook-in-runtime-environment.md
2121
- name: Run Azure CLI commands in PowerShell 7.2 runbooks
2222
href: quickstart-cli-support-powershell-runbook-runtime-environment.md
23+
- name: Install Hybrid Worker extension-Azure portal
24+
href: quickstarts/install-hybrid-worker-extension.md
2325
- name: Enable managed identities - Azure portal
2426
href: quickstarts/enable-managed-identity.md
2527
- name: Enable Desired State Configuration for a machine
2628
href: quickstarts/dsc-configuration.md
29+
2730
- name: Tutorials
2831
items:
2932
- name: Create PowerShell runbook using managed identity
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Azure Quickstart - Install Hybrid Worker extension on Azure portal
3+
titleSuffix: Azure Automation
4+
description: This article helps you get startedon how to install Hybrid Worker extension on Azure portal
5+
services: automation
6+
keywords: hybrid worker extension, automation
7+
ms.date: 02/25/2024
8+
ms.topic: quickstart
9+
author: SnehaSudhir
10+
ms.author: sudhirsneha
11+
---
12+
13+
# Quickstart: Install Hybrid Worker extension on Virtual Machines using the Azure Portal
14+
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.
16+
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+
19+
You can follow similar steps for installing Hybrid Worker extension on all other machine types.
20+
21+
## Prerequisites
22+
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).
26+
-
27+
28+
29+
30+
Ihttps://learn.microsoft.com/en-us/azure/automation/extension-based-hybrid-runbook-worker-install?tabs=windows%2Cbicep-template#prerequisites
31+
32+
33+
34+
35+
36+
37+
38+
## Next steps
39+
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:
41+
42+
> [!div class="nextstepaction"]
43+
> [Set up continuous deployment with Chocolatey](../automation-dsc-cd-chocolatey.md)
57.6 KB
Loading
144 KB
Loading
133 KB
Loading

0 commit comments

Comments
 (0)