Skip to content

Commit 61ef6f8

Browse files
author
Ryan Willis
committed
agent 1.27 relnotes
1 parent d2b7fb2 commit 61ef6f8

File tree

3 files changed

+32
-20
lines changed

3 files changed

+32
-20
lines changed

articles/azure-arc/servers/agent-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ The Azure Connected Machine agent is designed to manage agent and system resourc
160160
* The Azure Monitor Agent can use up to 30% of the CPU during normal operations.
161161
* The Linux OS Update Extension (used by Azure Update Management Center) can use up to 30% of the CPU to patch the server.
162162
* The Microsoft Defender for Endpoint extension can use up to 30% of the CPU during installation, upgrades, and removal operations.
163+
* The Microsoft Sentinel DNS extension can use up to 30% of the CPU to collect logs from DNS servers
163164

164165
## Instance metadata
165166

articles/azure-arc/servers/agent-release-notes-archive.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. Thi
1616
- Known issues
1717
- Bug fixes
1818

19+
## Version 1.22 - September 2022
20+
21+
### Known issues
22+
23+
- When connecting a server and specifying multiple tags, the value of the last tag is used for all tags. You will need to fix the tags after onboarding to use the correct values.
24+
25+
### New features
26+
27+
- The default login flow for Windows computers now loads the local web browser to authenticate with Azure Active Directory instead of providing a device code. You can use the `--use-device-code` flag to return to the old behavior or [provide service principal credentials](onboard-service-principal.md) for a non-interactive authentication experience.
28+
- If the resource group provided to `azcmagent connect` does not exist, the agent will try to create it and continue connecting the server to Azure.
29+
- Added support for Ubuntu 22.04
30+
- Added `--no-color` flag for all azcmagent commands to suppress the use of colors in terminals that do not support ANSI codes.
31+
32+
### Fixed
33+
34+
- The agent can now be installed on Red Hat Enterprise Linux 8 servers that have FIPS mode enabled.
35+
- Agent telemetry is now sent through the proxy server if one is configured.
36+
- Improved accuracy of network connectivity checks
37+
- 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.
38+
1939
## Version 1.21 - August 2022
2040

2141
### New features

articles/azure-arc/servers/agent-release-notes.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. To
1616

1717
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).
1818

19+
## Version 1.27 - February 2023
20+
21+
### Fixed
22+
23+
- The extension service now correctly restarts when the Azure Connected Machine agent is being upgraded by Update Management Center
24+
- Resolved issues with the hybrid connectivity component that could result in the "himds" service crashing, the server showing as "disconnected" in Azure, and connectivity issues with Windows Admin Center and SSH
25+
- Improved handling of resource move scenarios that could impact Windows Admin Center and SSH connectivity
26+
- Improved reliability when changing the [agent configuration mode](security-overview.md#local-agent-security-controls) from "monitor" mode to "full" mode.
27+
- Increased the [resource limits](agent-overview.md#agent-resource-governance) for the Microsoft Sentinel DNS extension to improve log collection reliability
28+
- Tenant IDs are now validated during onboarding for correctness
29+
1930
## Version 1.26 - January 2023
2031

2132
> [!NOTE]
@@ -75,26 +86,6 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
7586
- Improved logging during the installation process.
7687
- The install script for Windows now saves the MSI to the TEMP directory instead of the current directory.
7788

78-
## Version 1.22 - September 2022
79-
80-
### Known issues
81-
82-
- When connecting a server and specifying multiple tags, the value of the last tag is used for all tags. You will need to fix the tags after onboarding to use the correct values.
83-
84-
### New features
85-
86-
- The default login flow for Windows computers now loads the local web browser to authenticate with Azure Active Directory instead of providing a device code. You can use the `--use-device-code` flag to return to the old behavior or [provide service principal credentials](onboard-service-principal.md) for a non-interactive authentication experience.
87-
- If the resource group provided to `azcmagent connect` does not exist, the agent will try to create it and continue connecting the server to Azure.
88-
- Added support for Ubuntu 22.04
89-
- Added `--no-color` flag for all azcmagent commands to suppress the use of colors in terminals that do not support ANSI codes.
90-
91-
### Fixed
92-
93-
- The agent can now be installed on Red Hat Enterprise Linux 8 servers that have FIPS mode enabled.
94-
- Agent telemetry is now sent through the proxy server if one is configured.
95-
- Improved accuracy of network connectivity checks
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.
97-
9889
## Next steps
9990

10091
- 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

Comments
 (0)