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
@@ -270,7 +272,7 @@ This article provides information about each version of the Azure DSC VM extensi
270
272
- **Remarks:** This version uses DSC as included in Windows Server 2016 Technical Preview; for other
271
273
Windows OSs, it installs the [Windows Management Framework 5.0 RTM](https://devblogs.microsoft.com/powershell/windows-management-framework-wmf-5-0-rtm-is-now-available-via-the-microsoft-update-catalog/) (installing WMF requires a reboot).
272
274
- **New features:**
273
-
- Make telemetry non-blocking when an error occurs during telemetry hotfix download (known Azure DNS issue) or during install.
275
+
- Make telemetry nonblocking when an error occurs during telemetry hotfix download (known Azure DNS issue) or during install.
274
276
- Fix for the intermittent issue where extension stops processing configuration after a reboot. This was causing the DSC extension to remain in 'transitioning' state.
275
277
- Minor other fixes and improvements were added.
276
278
@@ -301,7 +303,7 @@ This article provides information about each version of the Azure DSC VM extensi
301
303
Windows OSs, it installs the [Windows Management Framework 5.0 RTM](https://devblogs.microsoft.com/powershell/windows-management-framework-wmf-5-0-rtm-is-now-available-via-the-microsoft-update-catalog/) (installing WMF requires a reboot).
302
304
- **New features:**
303
305
- Improvement in error handling and other minor bug fixes.
304
-
- New property in DSC extension settings. `ForcePullAndApply` in AdvancedOptions is added to enable the DSC extension enact DSC configurations when the refresh mode is Pull (as opposed to the default Push mode). For more information about the DSC extension settings, refer to [this blog](https://devblogs.microsoft.com/powershell/arm-dsc-extension-settings/).
306
+
- New property in DSC extension settings. `ForcePullAndApply` in AdvancedOptions is added to enable the DSC extension enact DSC configurations when the refresh mode is Pull (as opposed to the default Push mode). For more information about the DSC extension settings, see [this blog](https://devblogs.microsoft.com/powershell/arm-dsc-extension-settings/).
|Linux | Linux distributions tend to rely on [OpenSSL](https://www.openssl.org) for TLS 1.2 support. | Check the [OpenSSL Changelog](https://www.openssl.org/news/changelog.html) to confirm your version of OpenSSL is supported.|
Copy file name to clipboardExpand all lines: articles/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
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
3
3
description: This article provides information on how to migrate an existing agent-based hybrid worker to extension based workers.
4
4
services: automation
5
5
ms.subservice: process-automation
6
-
ms.date: 04/07/2025
6
+
ms.date: 03/05/2026
7
7
ms.custom:
8
8
- devx-track-azurecli
9
9
- devx-track-bicep
@@ -85,7 +85,7 @@ The purpose of the Extension-based approach is to simplify the installation and
85
85
| 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 |
86
86
87
87
> [!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.
89
89
>
90
90
> - 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.
91
91
@@ -102,7 +102,7 @@ If extension-based Hybrid Worker is using custom Hybrid Worker credentials, then
102
102
> [!NOTE]
103
103
> - 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).
104
104
> - 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.
106
106
107
107
## Migrate an existing Agent based Hybrid Worker to Extension based Hybrid Worker
108
108
@@ -127,6 +127,8 @@ For at-scale migration of multiple Agent based Hybrid Workers, you can also use
127
127
128
128
## Manage Hybrid Worker extension using Bicep & ARM templates, REST API, Azure CLI, and PowerShell
You can use the Bicep file to create a new Hybrid Worker group, create a new Azure Windows VM and add it to an existing Hybrid Worker Group. Learn more about [Bicep](../azure-resource-manager/bicep/overview.md).
Copy file name to clipboardExpand all lines: articles/automation/whats-new-archive.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Archive for What's new in Azure Automation
3
3
description: The What's new release notes in the Overview section of this content set contain six months of activity. Thereafter, the items are removed from the main article and put into this article.
4
4
services: automation
5
5
ms.topic: overview
6
-
ms.date: 08/01/2023
6
+
ms.date: 03/05/2026
7
7
ms.custom: references_regions
8
8
ms.author: v-rochak2
9
9
author: RochakSingh-blr
@@ -227,7 +227,7 @@ Start/Stop VM runbooks have been updated to use Az modules in place of Azure Res
227
227
228
228
Use Azure Automation State Configuration to centrally store configurations and maintain the desired state of hybrid connected machines enabled through the Azure Arc enabled servers DSC VM extension. For more information, read [Arc enabled servers VM extensions overview](/azure/azure-arc/servers/manage-vm-extensions).
229
229
230
-
###July 2020
230
+
## July 2020
231
231
232
232
### Introduced Public Preview of Private Link support in Automation
233
233
@@ -237,6 +237,8 @@ Use Azure Private Link to securely connect virtual networks to Azure Autom
237
237
238
238
### Hybrid Runbook Worker support for Windows Server 2008 R2
0 commit comments