Skip to content

Commit 9756448

Browse files
authored
Acrolinx
Updated the title for clarity and removed redundant note about VMSS support.
1 parent d2596c4 commit 9756448

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Migrate an existing agent-based hybrid workers to extension-based-workers in Azure Automation
2+
title: Migrate existing agent-based hybrid workers to extension-based-workers in Azure Automation
33
description: This article provides information on how to migrate an existing agent-based hybrid worker to extension based workers.
44
services: automation
55
ms.subservice: process-automation
@@ -85,7 +85,7 @@ The purpose of the Extension-based approach is to simplify the installation and
8585
| PowerShell Core | To run PowerShell runbooks, PowerShell Core needs to be installed. For instructions, see [Installing PowerShell Core on Linux](/powershell/scripting/install/installing-powershell-core-on-linux) | 6.0.0 |
8686

8787
> [!NOTE]
88-
> - Hybrid Runbook Worker is currently not supported for Virtual Machine Scale Sets (VMSS).
88+
> - Hybrid Runbook Worker is currently not supported for Virtual Machine Scale Sets.
8989
>
9090
> - We strongly recommend that you never configure Hybrid Worker extension on a Virtual machine hosting domain controller. Security best practices don't advise such a setup due to the high-risk nature of exposing domain controllers to potential attack vectors via Azure Automation jobs. Domain controllers should be highly secured and isolated from non-essential services to prevent unauthorized access and maintain the integrity of the Active Directory Domain Services (ADDS) environment.
9191
@@ -102,7 +102,7 @@ If extension-based Hybrid Worker is using custom Hybrid Worker credentials, then
102102
> [!NOTE]
103103
> - When a system has UAC/LUA in place, permissions must be granted directly and not through any group membership. [Learn more](troubleshoot/extension-based-hybrid-runbook-worker.md#scenario-runbooks-go-into-a-suspended-state-on-a-hybrid-runbook-worker-when-using-a-custom-account-on-a-server-with-user-account-control-uac-enabled).
104104
> - For the Arc-enabled server, ensure to reassign the permissions as they get removed whenever the ARC agent is updated.
105-
> - Hybrid Runbook Worker is currently not supported for Virtual Machine Scale Sets (VMSS).
105+
> - Hybrid Runbook Worker is currently not supported for Virtual Machine Scale Sets.
106106
107107
## Migrate an existing Agent based Hybrid Worker to Extension based Hybrid Worker
108108

0 commit comments

Comments
 (0)