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/azure-arc/servers/agent-overview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Overview of the Azure Connected Machine agent
3
3
description: This article provides a detailed overview of the Azure Arc-enabled servers agent available, which supports monitoring virtual machines hosted in hybrid environments.
4
-
ms.date: 11/18/2022
4
+
ms.date: 01/23/2023
5
5
ms.topic: conceptual
6
6
ms.custom: devx-track-azurepowershell
7
7
---
@@ -159,6 +159,7 @@ The Azure Connected Machine agent is designed to manage agent and system resourc
159
159
* The Log Analytics agent and Azure Monitor Agent are allowed to use up to 60% of the CPU during their install/upgrade/uninstall operations on Red Hat Linux, CentOS, and other enterprise Linux variants. The limit is higher for this combination of extensions and operating systems to accommodate the performance impact of [SELinux](https://www.redhat.com/en/topics/linux/what-is-selinux) on these systems.
160
160
* The Azure Monitor Agent can use up to 30% of the CPU during normal operations.
161
161
* The Linux OS Update Extension (used by Azure Update Management Center) can use up to 30% of the CPU to patch the server.
162
+
* The Microsoft Defender for Endpoint extension can use up to 30% of the CPU during installation, upgrades, and removal operations.
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/agent-release-notes-archive.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Archive for What's new with Azure Arc-enabled servers agent
3
3
description: The What's new release notes in the Overview section for Azure Arc-enabled servers agent contains six months of activity. Thereafter, the items are removed from the main article and put into this article.
4
4
ms.topic: overview
5
-
ms.date: 11/18/2022
5
+
ms.date: 01/23/2023
6
6
ms.custom: references_regions
7
7
---
8
8
@@ -16,6 +16,44 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
16
16
- Known issues
17
17
- Bug fixes
18
18
19
+
## Version 1.21 - August 2022
20
+
21
+
### New features
22
+
23
+
-`azcmagent connect` usability improvements:
24
+
- The `--subscription-id (-s)` parameter now accepts friendly names in addition to subscription IDs
25
+
- Automatic registration of any missing resource providers for first-time users (additional user permissions required to register resource providers)
26
+
- A progress bar now appears while the resource is being created and connected
27
+
- The onboarding script now supports both the yum and dnf package managers on RPM-based Linux systems
28
+
- You can now restrict which URLs can be used to download machine configuration (formerly Azure Policy guest configuration) packages by setting the `allowedGuestConfigPkgUrls` tag on the server resource and providing a comma-separated list of URL patterns to allow.
29
+
30
+
### Fixed
31
+
32
+
- Extension installation failures are now reported to Azure more reliably to prevent extensions from being stuck in the "creating" state
33
+
- Metadata for Google Cloud Platform virtual machines can now be retrieved when the agent is configured to use a proxy server
34
+
- Improved network connection retry logic and error handling
35
+
- Linux only: resolves local escalation of privilege vulnerability [CVE-2022-38007](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-38007)
36
+
37
+
## Version 1.20 - July 2022
38
+
39
+
### Known issues
40
+
41
+
- Some systems may incorrectly report their cloud provider as Azure Stack HCI.
42
+
43
+
### New features
44
+
45
+
- Added support for connecting the agent to the Azure China cloud
46
+
- Added support for Debian 10
47
+
- Updates to the [instance metadata](agent-overview.md#instance-metadata) collected on each machine:
48
+
- GCP VM OS is no longer collected
49
+
- CPU logical core count is now collected
50
+
- Improved error messages and colorization
51
+
52
+
### Fixed
53
+
54
+
- Agents configured to use private endpoints will now download extensions over the private endpoint
55
+
- The `--use-private-link` flag on [azcmagent check](manage-agent.md#check) has been renamed to `--enable-pls-check` to more accurately represent its function
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/agent-release-notes.md
+22-39Lines changed: 22 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: What's new with Azure Arc-enabled servers agent
3
3
description: This article has release notes for Azure Arc-enabled servers agent. For many of the summarized issues, there are links to more details.
4
4
ms.topic: overview
5
-
ms.date: 11/15/2022
5
+
ms.date: 01/23/2023
6
6
ms.custom: references_regions
7
7
---
8
8
@@ -16,6 +16,27 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. To
16
16
17
17
This page is updated monthly, so revisit it regularly. If you're looking for items older than six months, you can find them in [archive for What's new with Azure Arc-enabled servers agent](agent-release-notes-archive.md).
18
18
19
+
## Version 1.26 - January 2022
20
+
21
+
> [!NOTE]
22
+
> Version 1.26 is only available for Linux operating systems. The most recent Windows agent version is 1.25.
23
+
24
+
### Fixed
25
+
26
+
- Increased the [resource limits](agent-overview.md#agent-resource-governance) for the Microsoft Defender for Endpoint extension (MDE.Linux) on Linux to improve installation reliability
27
+
28
+
## Version 1.25 - January 2022
29
+
30
+
### New features
31
+
32
+
- Red Hat Enterprise Linux (RHEL) 9 is now a [supported operating system](prerequisites.md#supported-operating-systems)
33
+
34
+
### Fixed
35
+
36
+
- Reliability improvements in the machine (guest) configuration policy engine
37
+
- Improved error messages in the Windows MSI installer
38
+
- Additional improvements to the detection logic for machines running on Azure Stack HCI
39
+
19
40
## Version 1.24 - November 2022
20
41
21
42
### New features
@@ -74,44 +95,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
74
95
- Improved accuracy of network connectivity checks
75
96
- When switching the agent from monitoring mode to full mode, existing restrictions are now retained. Use [azcmagent clear](manage-agent.md#config) to reset individual configuration settings to the default state.
76
97
77
-
## Version 1.21 - August 2022
78
-
79
-
### New features
80
-
81
-
-`azcmagent connect` usability improvements:
82
-
- The `--subscription-id (-s)` parameter now accepts friendly names in addition to subscription IDs
83
-
- Automatic registration of any missing resource providers for first-time users (additional user permissions required to register resource providers)
84
-
- A progress bar now appears while the resource is being created and connected
85
-
- The onboarding script now supports both the yum and dnf package managers on RPM-based Linux systems
86
-
- You can now restrict which URLs can be used to download machine configuration (formerly Azure Policy guest configuration) packages by setting the `allowedGuestConfigPkgUrls` tag on the server resource and providing a comma-separated list of URL patterns to allow.
87
-
88
-
### Fixed
89
-
90
-
- Extension installation failures are now reported to Azure more reliably to prevent extensions from being stuck in the "creating" state
91
-
- Metadata for Google Cloud Platform virtual machines can now be retrieved when the agent is configured to use a proxy server
92
-
- Improved network connection retry logic and error handling
93
-
- Linux only: resolves local escalation of privilege vulnerability [CVE-2022-38007](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-38007)
94
-
95
-
## Version 1.20 - July 2022
96
-
97
-
### Known issues
98
-
99
-
- Some systems may incorrectly report their cloud provider as Azure Stack HCI.
100
-
101
-
### New features
102
-
103
-
- Added support for connecting the agent to the Azure China cloud
104
-
- Added support for Debian 10
105
-
- Updates to the [instance metadata](agent-overview.md#instance-metadata) collected on each machine:
106
-
- GCP VM OS is no longer collected
107
-
- CPU logical core count is now collected
108
-
- Improved error messages and colorization
109
-
110
-
### Fixed
111
-
112
-
- Agents configured to use private endpoints will now download extensions over the private endpoint
113
-
- The `--use-private-link` flag on [azcmagent check](manage-agent.md#check) has been renamed to `--enable-pls-check` to more accurately represent its function
114
-
115
98
## Next steps
116
99
117
100
- Before evaluating or enabling Azure Arc-enabled servers across multiple hybrid machines, review [Connected Machine agent overview](agent-overview.md) to understand requirements, technical details about the agent, and deployment methods.
0 commit comments