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/automation-managing-data.md
+49-2Lines changed: 49 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: Azure Automation data security
3
3
description: This article helps you learn how Azure Automation protects your privacy and secures your data.
4
4
services: automation
5
5
ms.subservice: shared-capabilities
6
-
ms.date: 05/26/2023
6
+
ms.date: 08/01/2023
7
7
ms.topic: conceptual
8
8
ms.custom:
9
9
---
@@ -12,7 +12,7 @@ ms.custom:
12
12
13
13
This article contains several topics explaining how data is protected and secured in an Azure Automation environment.
14
14
15
-
## TLS 1.2 for Azure Automation
15
+
## TLS 1.2 or higher for Azure Automation
16
16
17
17
To ensure the security of data in transit to Azure Automation, we strongly encourage you to configure the use of Transport Layer Security (TLS) 1.2. The following are a list of methods or clients that communicate over HTTPS to the Automation service:
18
18
@@ -26,6 +26,53 @@ Older versions of TLS/Secure Sockets Layer (SSL) have been found to be vulnerabl
26
26
27
27
For information about TLS 1.2 support with the Log Analytics agent for Windows and Linux, which is a dependency for the Hybrid Runbook Worker role, see [Log Analytics agent overview - TLS 1.2](..//azure-monitor/agents/log-analytics-agent.md#tls-12-protocol).
28
28
29
+
### Upgrade TLS protocol for Hybrid Workers and Webhook calls
30
+
31
+
From **30 October 2023**, all agent-based and extension-based User Hybrid Runbook Workers using Transport Layer Security (TLS) 1.0 and 1.1 protocols would no longer be able to connect to Azure Automation and all jobs running or scheduled on these machines would fail.
32
+
33
+
Ensure that the Webhook calls that trigger runbooks navigate on TLS 1.2 or higher. Ensure to make registry changes so that Agent and Extension based workers negotiate only on TLS 1.2 and higher protocols. Learn how to [disable TLS 1.0/1.1 protocols on Windows Hybrid Worker and enable TLS 1.2 or above](https://learn.microsoft.com/system-center/scom/plan-security-tls12-config?view=sc-om-2022#configure-windows-operating-system-to-only-use-tls-12-protocol) on Windows machine.
34
+
35
+
For Linux Hybrid Workers, run the following Python script to upgrade to the latest TLS protocol.
36
+
37
+
```python
38
+
import os
39
+
40
+
# Path to the OpenSSL configuration file as per Linux distro
41
+
openssl_conf_path ="/etc/ssl/openssl.cnf"
42
+
43
+
# Open the configuration file for reading
44
+
withopen(openssl_conf_path, "r") as f:
45
+
openssl_conf = f.read()
46
+
47
+
# Check if a default TLS version is already defined
description: This article provides details of network information required by Azure Automation State Configuration, Azure Automation Hybrid Runbook Worker, Update Management, and Change Tracking and Inventory
4
4
ms.topic: conceptual
5
-
ms.date: 01/26/2021
5
+
ms.date: 08/01/2023
6
6
---
7
7
8
8
# Azure Automation network configuration details
@@ -28,9 +28,9 @@ If you have an Automation account that's defined for a specific region, you can
28
28
29
29
If your nodes are located in a private network, the port and URLs defined above are required. These resources provide network connectivity for the managed node and allow DSC to communicate with Azure Automation.
30
30
31
-
If you are using DSC resources that communicate between nodes, such as the [WaitFor* resources](/powershell/dsc/reference/resources/windows/waitForAllResource), you also need to allow traffic between nodes. See the documentation for each DSC resource to understand these network requirements.
31
+
If you are using DSC resources that communicate between nodes, such as the [WaitFor resources](/powershell/dsc/reference/resources/windows/waitForAllResource), you also need to allow traffic between nodes. See the documentation for each DSC resource to understand these network requirements.
32
32
33
-
To understand client requirements for TLS 1.2, see [TLS 1.2 for Azure Automation](automation-managing-data.md#tls-12-for-azure-automation).
33
+
To understand client requirements for TLS 1.2 or higher, see [TLS 1.2 or higher for Azure Automation](automation-managing-data.md#tls-12-or-higher-for-azure-automation).
34
34
35
35
## Update Management and Change Tracking and Inventory
To understand client requirements for TLS 1.2 with webhooks, see [TLS 1.2 for Azure Automation](automation-managing-data.md#tls-12-for-azure-automation).
20
+
To understand client requirements for TLS 1.2 or higher with webhooks, see [TLS 1.2 or higher for Azure Automation](automation-managing-data.md#tls-12-or-higher-for-azure-automation).
Copy file name to clipboardExpand all lines: articles/automation/change-tracking/overview-monitoring-agent.md
+2-2Lines changed: 2 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: Azure Automation Change Tracking and Inventory overview using Azure Monit
3
3
description: This article describes the Change Tracking and Inventory feature using Azure monitoring agent (Preview), which helps you identify software and Microsoft service changes in your environment.
4
4
services: automation
5
5
ms.subservice: change-inventory-management
6
-
ms.date: 07/17/2023
6
+
ms.date: 08/01/2023
7
7
ms.topic: conceptual
8
8
---
9
9
@@ -60,7 +60,7 @@ The following table shows the tracked item limits per machine for change trackin
60
60
61
61
Change Tracking and Inventory is supported on all operating systems that meet Azure Monitor agent requirements. See [supported operating systems](../../azure-monitor/agents/agents-overview.md#supported-operating-systems) for a list of the Windows and Linux operating system versions that are currently supported by the Azure Monitor agent.
62
62
63
-
To understand client requirements for TLS 1.2, see [TLS 1.2 for Azure Automation](../automation-managing-data.md#tls-12-for-azure-automation).
63
+
To understand client requirements for TLS 1.2 or higher, see [TLS 1.2 or higher for Azure Automation](../automation-managing-data.md#tls-12-or-higher-for-azure-automation).
description: This article describes the Change Tracking and Inventory feature, which helps you identify software and Microsoft service changes in your environment.
4
4
services: automation
5
5
ms.subservice: change-inventory-management
6
+
ms.date: 08/01/2023
6
7
ms.custom: devx-track-linux
7
-
ms.date: 02/27/2023
8
8
ms.topic: conceptual
9
9
---
10
10
@@ -64,7 +64,7 @@ For limits that apply to Change Tracking and Inventory, see [Azure Automation se
64
64
65
65
Change Tracking and Inventory is supported on all operating systems that meet Log Analytics agent requirements. See [supported operating systems](../../azure-monitor/agents/agents-overview.md#supported-operating-systems) for a list of the Windows and Linux operating system versions that are currently supported by the Log Analytics agent.
66
66
67
-
To understand client requirements for TLS 1.2, see [TLS 1.2 for Azure Automation](../automation-managing-data.md#tls-12-for-azure-automation).
67
+
To understand client requirements for TLS 1.2 or higher, see [TLS 1.2 or higher for Azure Automation](../automation-managing-data.md#tls-12-or-higher-for-azure-automation).
description: This article describes the supported Windows and Linux operating systems with Azure Automation Update Management.
4
4
services: automation
5
5
ms.subservice: update-management
6
-
ms.date: 04/17/2023
6
+
ms.date: 08/01/2023
7
7
ms.topic: conceptual
8
8
---
9
9
@@ -59,7 +59,7 @@ The following table lists operating systems not supported by Update Management:
59
59
60
60
## System requirements
61
61
62
-
The section describes operating system-specific requirements. For additional guidance, see [Network planning](plan-deployment.md#ports). To understand requirements for TLS 1.2, see [TLS 1.2 for Azure Automation](../automation-managing-data.md#tls-12-for-azure-automation).
62
+
The section describes operating system-specific requirements. For additional guidance, see [Network planning](plan-deployment.md#ports). To understand requirements for TLS 1.2 or higher, see [TLS 1.2 or higher for Azure Automation](../automation-managing-data.md#tls-12-or-higher-for-azure-automation).
Copy file name to clipboardExpand all lines: articles/automation/whats-new-archive.md
+2-2Lines changed: 2 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: 10/27/2021
6
+
ms.date: 08/01/2023
7
7
ms.custom: references_regions
8
8
---
9
9
@@ -316,7 +316,7 @@ Automation support of service tags allows or denies the traffic for the Automati
316
316
317
317
**Type:** Plan for change
318
318
319
-
Azure Automation fully supports [TLS 1.2](../automation/automation-managing-data.md#tls-12-for-azure-automation) and all client calls (through webhooks, DSC nodes, and hybrid worker). TLS 1.1 and TLS 1.0 are still supported for backward compatibility with older clients until customers standardize and fully migrate to TLS 1.2.
319
+
Azure Automation fully supports [TLS 1.2 or higher](../automation/automation-managing-data.md#tls-12-or-higher-for-azure-automation) and all client calls (through webhooks, DSC nodes, and hybrid worker). TLS 1.1 and TLS 1.0 are still supported for backward compatibility with older clients until customers standardize and fully migrate to TLS 1.2.
0 commit comments